Re: [Chicken-users] simple threading

2006-06-17 Thread Joerg F. Wittenberger
Hi Felix, I've been contemplating...could chicken include some basic support for native thread communication? rscheme has these C functions void rscheme_intr_call0( obj thunk ); void rscheme_intr_call1( obj proc, obj arg ); void rscheme_intr_call2( obj proc, obj arg1, obj arg2 ); which

Re: [Chicken-users] simple threading

2006-06-17 Thread felix winkelmann
On 6/17/06, Joerg F. Wittenberger [EMAIL PROTECTED] wrote: Hi Felix, I've been contemplating...could chicken include some basic support for native thread communication? rscheme has these C functions void rscheme_intr_call0( obj thunk ); void rscheme_intr_call1( obj proc, obj arg ); void

[Chicken-users] Creating custom distribution

2006-06-17 Thread Jim Miller
Hi all, I'm currently using chicken in a development environment that has no connection to the internet, never will, and the deployment environments don't have access either, never will. I'd like to create a custom chicken distribution that basically includes a whole nursery and that runs chicken