[<<][libprim][>>][..]Wed May 4 15:26:04 EDT 2011
Before getting anywhere, there needs to be a way to allow for standard
C functions to be executed. The following decisions need to be made:
- Pass cells/atoms as C arguments, or use a list?
- Handle type checking for the most basic operations: probably best
to separate type checking from implementation, to be able to move
some of this responsability to the compiler.
[Reply][About][<<][libprim][>>][..]