Re: [Chicken-users] set!

2014-02-27 Thread Jonathan Chan
references to locations at which what we would consider their value to be stored. Hope that helps! I have been trying to understand it myself. Regards, -- Jonathan Chan j...@fastmail.fm On Thu, Feb 27, 2014, at 09:28 PM, Andy C wrote: Hi, I am trying to wrap my head around following, from [1

[Chicken-users] Bug in socket egg and patch

2013-11-27 Thread Jonathan Chan
for that, for the useful implementation, and for the egg! I have attached a patch that I believe fixes the bug. Regards, -- Jonathan Chan j...@fastmail.fm --- socket.scm 2013-11-27 00:21:47.016722696 -0800 +++ socket.new.scm 2013-11-27 00:21:40.046604461 -0800 @@ -737,17 +737,21 @@ (let ((s (socket-fileno

[Chicken-users] Script behavior different when interpreted vs. compiled

2013-08-10 Thread Jonathan Chan
(aaac3530597fd28c35c07bbd54aff53bac3fd190). Thanks, -- Jonathan Chan j...@fastmail.fm ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Script behavior different when interpreted vs. compiled

2013-08-10 Thread Jonathan Chan
Sorry, not a bug; my fault. I wasn't thinking clearly - after testing it in Racket and seeing an error about redefining a, I realized that the continuation was actually going all the way back to the define. Will have to keep working on what I intended. Thanks, -- Jonathan Chan On Sat, Aug 10

Re: [Chicken-users] Strange problems with args egg

2013-08-05 Thread Jonathan Chan
Sorry for the delayed reply - I missed your message for some reason. The patch does work! Thanks for the help and for the useful egg. -- Jonathan Chan On Sun, Aug 4, 2013, at 06:43 AM, Jim Ursetto wrote: Did you try my patch? You don't have to rewrite anything, it's a bug in the args egg

Re: [Chicken-users] Strange problems with args egg

2013-08-04 Thread Jonathan Chan
Thank you for the help! This is definitely a very interesting language to learn. On 08/03/2013 09:06 AM, John Cowan wrote: Jonathan Chan scripsit: Here is the smallest amount of args-using Chicken that will cause the problem: (define-syntax test (syntax-rules () ((test) (begin

[Chicken-users] Strange problems with args egg

2013-08-03 Thread Jonathan Chan
, Felix L. Winkelmann Version 4.8.0.4 (stability/4.8.0) (rev 578619b) linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ] compiled 2013-07-15 on aeryn.xorinia.dim (Darwin) Thanks, -- Jonathan Chan j...@fastmail.fm ___ Chicken-users mailing list