Projects : gscm : gscm_usrbin

gscm/src/TODO

Dir - Raw

1* Bootstrapping
2 * allow reloading library
3 * library compiler
4 * replace lazy var refs
5 * builtin syntax refs
6* Builtin sanity:
7 * Table: slot, name, min args, max args or -1
8* finish bignums
9 * Karatsuba
10* finish builtins
11 * numeric I/O: round-trip float conversion
12 * finish sc_div_extended in asm-generic.c
13 * rational/complex
14* GC symbols and file descriptors
15* R5RS hygienic macros, let-syntax
16* syntax/variable shadowing
17* track open output ports; auto-flush on timer
18* deal with SIGPIPE
19* more EINTR cases e.g. connect()
20* sendto, recvfrom, tests for datagram sockets