[Chicken-users] Code Organization

2009-09-07 Thread David N Murray
Hi all, I'm coming from an SBCL/Slime environment and would like some advice on code organization. I'm working on a medium-sized project and have multiple source code files for the various sections of the program. I have a similar environment setup in Emacs to replace slime and be able to run Ch

Re: [Chicken-users] srfi-29 on 4.1.7

2009-09-07 Thread David N Murray
On Sep 2, Kon Lovett scribed: > > I am working on srfi-19 but this will not be available until Fri. > Thanks Kon. I tried to install srfi-19 and it requires type-errors:1.4.0. Both chicken.kitten-technologies.co.uk and galinha.ucpel.tche.br are reporting Error: [Server] version not found: ("ty

[Chicken-users] Attempt to Port Check Egg to Chicken 4

2009-09-07 Thread Sam Varner
I took a crack at porting the check egg (SRFI-78 lightweight testing) to Chicken 4. Seems to work, but you need to import srfi-42 explicitly before using 'check-ec'. Can someone show me what I missed? Here's a summary of the changes. * Defined module. * Moved non-macro code from che