chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] catching exceptions


From: Ivan Raikov
Subject: Re: [Chicken-users] catching exceptions
Date: Tue, 29 Jul 2008 18:49:15 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

I get:

csi> (print (guard (ex (else 'success)) (call-with-input-string ")" read)))
success

The official Debian package is based on development release 3.2.7,
which is identical to stable release 3.3.0. 

  -Ivan

Jörg "F. Wittenberger" <address@hidden> writes:

> Ivan, could you try this one too (precondition: chicken-setup srfi-34 ):
>
> --- %< --- tg.scm ---
> (require-extension srfi-34 ports)
> (print (guard (ex (else 'success)) (call-with-input-string ")" read)))
> --- %< ---
>
> If this works too, I'll tear my chicken apart not my application.
>
> thanks a lot
>
> /Jörg
>
> BTW: Does anybody know how the Debian packages are being built?  I
> installed binary from ubuntu 8.04 and got some newer version than what
> dpkg-buildpackage in my local copy produces (which claims Version:
> 3.2.0-0.2 for the very same thing as above).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]