[Chicken-users] [ANN] Development snapshot 4.8.2 now available

2013-08-08 Thread Peter Bex
Hello everyone, A new development snapshot (4.8.2) is now available: http://code.call-cc.org/dev-snapshots/2013/08/08/chicken-4.8.2.tar.gz For a list of changes since the previous snapshot, see http://code.call-cc.org/dev-snapshots/2013/01/04/NEWS Please help test it and let us know if you find

Re: [Chicken-users] [ANN] Development snapshot 4.8.2 now available

2013-08-08 Thread Peter Bex
On Thu, Aug 08, 2013 at 09:02:23AM +0200, Peter Bex wrote: Hello everyone, A new development snapshot (4.8.2) is now available: http://code.call-cc.org/dev-snapshots/2013/08/08/chicken-4.8.2.tar.gz For a list of changes since the previous snapshot, see

Re: [Chicken-users] parley improvements

2013-08-08 Thread Kristian Lein-Mathisen
Hello Christian, Thanks for that, parley is really useful! I'm using parley for my everyday Chickening. I just have a small comment regarding regarding the prompt. When I do this: [klm@kth ~]$ csi -q #;1 (begin ;; each line produce ;; a '' mark (void)) #;2 #;2 ^D Those '' prompts are

Re: [Chicken-users] parley improvements

2013-08-08 Thread Christian Kellermann
* Kristian Lein-Mathisen kristianl...@gmail.com [130808 18:23]: Hello Christian, Thanks for that, parley is really useful! I'm using parley for my everyday Chickening. I just have a small comment regarding regarding the prompt. When I do this: [klm@kth ~]$ csi -q #;1 (begin ;; each

Re: [Chicken-users] parley improvements

2013-08-08 Thread Kristian Lein-Mathisen
Dumb terminal, that's a much better idea! It's working too, thanks a lot Christian. But I found another bug, I don't know where it was introduced: [klm@kth parley]$ csi -q #;1 (define x) Error: unbound variable: definex Call history: syntax (definex) eval (definex)

Re: [Chicken-users] parley improvements

2013-08-08 Thread Kristian Lein-Mathisen
Sorry, that email went off a little too quick. In the example I sent, I start csi with parley in my csirc, and type (define, then hit enter, type x). I would expect that to work, defining x as (void). This may be a better illustration of the problem, however: [klm@kth parley]$ csi -q #;1 (begin 1

Re: [Chicken-users] parley improvements

2013-08-08 Thread Christian Kellermann
* Kristian Lein-Mathisen kristianl...@gmail.com [130808 21:10]: Sorry, that email went off a little too quick. In the example I sent, I start csi with parley in my csirc, and type (define, then hit enter, type x). I would expect that to work, defining x as (void). This may be a better

Re: [Chicken-users] parley improvements

2013-08-08 Thread Kristian Lein-Mathisen
Sounds good to me, looking forward to the new parley-release! Good job! K. On Thu, Aug 8, 2013 at 9:16 PM, Christian Kellermann ck...@pestilenz.orgwrote: * Kristian Lein-Mathisen kristianl...@gmail.com [130808 21:10]: Sorry, that email went off a little too quick. In the example I sent, I

Re: [Chicken-users] Supporting libraries on Windows

2013-08-08 Thread Tim Lavoie
On Wed, 7 Aug 2013 23:00:39 +0200 Peter Bex peter@xs4all.nl wrote: On Wed, Aug 07, 2013 at 03:50:21PM -0500, Tim Lavoie wrote: Hello, Hi there! Is there a recognized best way to install C libraries where they'll be found on Windows? For instance, the openssl egg requires the