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
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
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