Main Page - Gambit wiki

c-lambda works similarly to lambda in that it takes a list of arguments and then code. It works like (c-lambda ([list of arguments that should be passed to C, each described by its variable type]) [return value type] [C code]). The argument values are accessed as ___argX or ___argX_voidstar where X is their index number from C. ................
................