[Chicken-users] irregex merged

2008-12-31 Thread felix winkelmann
Hello! I have merged the irregular branch into trunk, so PCRE has now been replaced with Alex' irregex regular expression package. That means, SREs are now supported. I noticed that regex-compilation into internal representation is relatively slow, so precompiling the regexes is quite important

[Chicken-users] Re: irregex merged

2008-12-31 Thread felix winkelmann
On Wed, Dec 31, 2008 at 12:18 PM, felix winkelmann bunny...@gmail.com wrote: Sorry, wrong button... I have merged the irregular branch into trunk, so PCRE has now been replaced with Alex' irregex regular expression package. That means, SREs are now supported. I noticed that

[Chicken-users] happy new year!

2008-12-31 Thread felix winkelmann
I wish everybody a very happy new year! cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Re: happy new year!

2008-12-31 Thread Ivan Shmakov
felix winkelmann bunny...@gmail.com writes: I wish everybody a very happy new year! cheers, felix I second. Hopefully, everybody interested will have even more spare time to work with Chicken and Scheme in general in the year to come.

[Chicken-users] A few questions about modules

2008-12-31 Thread Jack Trades
1. import, if and define-syntax -- Where do they come from? Can they be redefined? 2. Can I get a list of all the exported functions of a module? 3. Can I get a list of all defined (and imported) symbols in a module? In the global environment? Thanks Jack Trades