Re: [Chicken-users] compiling chicken on (crippled) embedded platforms

2012-02-14 Thread Felix
> BTW, is there dynamic FFI in chicken? one that doesn't require C code, > but relies on runtime symbol lookup? (TRFM pointers are also welcome). The "lazy-ffi" extension supports this, but depends on libffi. cheers, felix ___ Chicken-users mailing li

[Chicken-users] Installing on Mac OS 10.7.3

2012-02-14 Thread James Abbott
Hi,- I recently discovered Chicken Scheme through a podcast pick ( http://rubyrogues.com/databases-sql-nosql/ - thanks, Aaron!). I had previously been searching for a Scheme implementation to run on a Mac, but Chicken didn't even show on the radar. Racket looks all right, but is slow - so I'm stoc

Re: [Chicken-users] Installing on Mac OS 10.7.3

2012-02-14 Thread Jim Ursetto
Use these instructions instead, from the stability branch. http://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=blob_plain;f=README;hb=1144d803cc214758be60ba09ae4de34ebff7cb63 In short, $ make PLATFORM=macosx C_COMPILER=gcc-4.2 This works with XCode 4.2 on Lion. If this works without

Re: [Chicken-users] Installing on Mac OS 10.7.3

2012-02-14 Thread Jim Ursetto
On Feb 14, 2012, at 9:26 AM, Jim Ursetto wrote: > This works with XCode 4.2 on Lion. If this works without hanging, you're > done. > If you have already upgraded to XCode 4.3... Oops. I meant it works until XCode 4.2, and if you upgraded to XCode 4.2 already (which you probably have) then you

Re: [Chicken-users] Installing on Mac OS 10.7.3

2012-02-14 Thread Stephen Eilert
On Tue, Feb 14, 2012 at 12:28 PM, Jim Ursetto wrote: > On Feb 14, 2012, at 9:26 AM, Jim Ursetto wrote: > > > This works with XCode 4.2 on Lion. If this works without hanging, > you're done. > > If you have already upgraded to XCode 4.3... > > Oops. I meant it works until XCode 4.2, and if you u

[Chicken-users] R7RS public comment period

2012-02-14 Thread Marc Feeley
This message is being posted to various lists to inform members of the Scheme community on the development of R7RS. I am pleased to announce that the sixth draft version of R7RS ("small" language) has been completed by working group 1 and is now available at the following URL: http://trac.sac

Re: [Chicken-users] Installing on Mac OS 10.7.3

2012-02-14 Thread Jim Ursetto
Check out the latest code, apply the ticket patches, make a boot chicken, then build chicken with the chicken-boot binary. Normal procedure in other words when building from git. On Feb 14, 2012, at 19:23, Stephen Eilert wrote: > > On Tue, Feb 14, 2012 at 12:28 PM, Jim Ursetto wrote: > On Fe