Re: [Chicken-users] pass by value and callbacks

2014-03-12 Thread r
Hello pluijzer As i know chicken didnt have pass-by-value FFI type. This is little bit verbose workaround. Note that you should use foreign-safe-lambda for callbacks from C. (import scheme chicken foreign) # typedef struct { int x, y; } Point; typedef void (*SomeCallbackFuncType)(Point

Re: [Chicken-users] Review my Caesar Cipher?

2014-03-12 Thread Alex Shinn
On Tue, Mar 11, 2014 at 9:20 PM, Daniel Carrera dcarr...@gmail.com wrote: On 11 March 2014 12:41, Alex Shinn alexsh...@gmail.com wrote: Chibi has string-map in (chibi string). But actually, if you're aiming for R7RS support then string-map is in (scheme base). Just replace the