Re: [Readable-discuss] using t-expressions

2013-11-27 Thread Jörg F. Wittenberger
Am 27.11.2013 02:22, schrieb David A. Wheeler: On Tue, 26 Nov 2013 15:11:39 +0100, "Jörg F. Wittenberger" wrote: I changed it's signature to match srfi-23 (for know) (: read-error (string &rest * -> *) Okay, but you'll need to modify the procedure definition to match. Sure. I just did not wan

Re: [Readable-discuss] using t-expressions

2013-11-26 Thread David A. Wheeler
I said: > > The ONLY procedure that throws an exception is "read-error": > >(define (read-error message) On Tue, 26 Nov 2013 15:11:39 +0100, "Jörg F. Wittenberger" wrote: > I changed it's signature to match srfi-23 (for know) > > (: read-error (string &rest * -> *) Okay, but you'll need to m

Re: [Readable-discuss] using t-expressions

2013-11-26 Thread Jörg F. Wittenberger
Am 25.11.2013 15:14, schrieb David A. Wheeler: > On Mon, 25 Nov 2013 12:24:23 +0100, "Jörg F. Wittenberger" >wrote: >> Hi all, >> >> I'm just making my first experiences in actually using srfi-110. >> >> At this point I find myself forced to make serious changes to the >> program logic. Bey

Re: [Readable-discuss] using t-expressions

2013-11-25 Thread David A. Wheeler
On Mon, 25 Nov 2013 12:24:23 +0100, "Jörg F. Wittenberger" wrote: > Hi all, > > I'm just making my first experiences in actually using srfi-110. > > At this point I find myself forced to make serious changes to the > program logic. Beyond what's supported by simply configuring the sourc

[Readable-discuss] using t-expressions

2013-11-25 Thread Jörg F. Wittenberger
Hi all, I'm just making my first experiences in actually using srfi-110. At this point I find myself forced to make serious changes to the program logic. Beyond what's supported by simply configuring the source code. The worst thing I found that it will complain on the error port when reading