[<<][davinci][>>][..]
Thu Jul 23 14:05:02 CEST 2009
C <-> Scheme wrapping
I've added an extension to tinyscheme to support an external "void"
datatype which is collected using a finalize function.
Then, if there's one thing I've learned with PF is that dynamic typing
is fun on the user side, but a pain in the butt on the implementor
side. Type checking and throwing exceptions definitely needs some
abstraction. I.o.w. bridging the typed C and untyped Scheme needs an
adaptor.
So let's see where it goes, but keep this in mind.
[Reply][About][<<][davinci][>>][..]