[Top][All Lists]
[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).
- [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/24
- Re: [Chicken-users] catching exceptions, Elf, 2008/07/24
- Message not available
- Message not available
- Message not available
- Message not available
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/27
- Re: [Chicken-users] catching exceptions, felix winkelmann, 2008/07/28
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/29
- Re: [Chicken-users] catching exceptions, Ivan Raikov, 2008/07/29
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/29
- Re: [Chicken-users] catching exceptions,
Ivan Raikov <=
- Re: [Chicken-users] catching exceptions, Elf, 2008/07/29
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/29
- Re: [Chicken-users] catching exceptions, Elf, 2008/07/29
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/29
- Re: [Chicken-users] catching exceptions, Elf, 2008/07/29
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/29
- Re: [Chicken-users] catching exceptions, Elf, 2008/07/29
- Re: [Chicken-users] catching exceptions, Elf, 2008/07/29
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/29
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/29