On 5/15/05, Zbigniew <[EMAIL PROTECTED]> wrote: > I was writing CPS code directly with foreign-declare (by studying > compiled output) before discovering the much nicer foreign-primitive. > It was a good way to learn the internals... ;) >
Actually, you can use ##core#primitive, which is even more fundamental (you can handle variable number of arguments, for example). See library.scm for examples. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
