Re: [Chicken-users] Multi-file modules

2009-07-27 Thread F. Wittenberger
Am Sonntag, den 26.07.2009, 18:59 -0400 schrieb Michael Maul: > Is there a way to define a module composed of multiple source files? > > I've tried using a load in side the file where the module is defined > but that dosen't seem to work? (include "yoursouce.scm") > _

Re: [Chicken-users] Multiple units into a shared object in Chicken 3.4

2009-07-27 Thread Thomas Bushnell BSG
I found the answer! If foo needs to be build both statically and dynamically, the following doesn't work: (define-extension foo) (declare (uses bar)) Instead, the following works: (define-extension foo (dynamic (load "bar")) (static (declare (uses bar))) Thomas On Fri, 2009-07-24 at 16:55

Re: [Chicken-users] chicken wiki search

2009-07-27 Thread Jim Ursetto
On Sun, Jul 26, 2009 at 3:24 PM, Nicholas "Indy" Ray wrote: > the wiki has become almost unsearchable, with a large portion of pages > that have been indexed and are not there anymore. > Regardless, is there any way I can help to get the wiki search more > functional, or alternatively would it be

[Chicken-users] Macros that return defines are non-hygienic

2009-07-27 Thread John Cowan
jco...@jcowan-laptop:~$ rlwrap csi CHICKEN (c)2008-2009 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 4.1.1 - SVN rev. 15267 linux-unix-gnu-x86 [ manyargs dload ptables applyhook ] compiled 2009-07-26 on jcowan-laptop (Linux) #;1> (define-syntax Foo (syntax-rules () ((Foo) (define foo