[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] catching exceptions
From: |
F. Wittenberger |
Subject: |
Re: [Chicken-users] catching exceptions |
Date: |
Tue, 29 Jul 2008 11:35:45 +0200 |
Am Dienstag, den 29.07.2008, 18:06 +0900 schrieb Ivan Raikov:
> What version of Chicken is this on? Your code works fine on my
> system (Chicken 3.3.0):
>
> $ ./tg
> condition-case-does-a-better-job-than-guard
chicken -version
CHICKEN
(c)2008 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 3.3.4 - linux-unix-gnu-x86 [ manyargs dload ptables applyhook
hostpcre ]
SVN rev. 11356 compiled 2008-07-19 on debian (Linux)
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 <=
- Re: [Chicken-users] catching exceptions, Ivan Raikov, 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, 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