Projects : gscm : gscm_genesis
1 | More extended types? (sockets) |
2 | SIGINT |
3 | Dispatch table for builtins; saving cores |
4 | Reorganize tag bits (special/char/builtin sharing etc.) |
5 | Flexible heap size |
6 | |
7 | Extensions: |
8 | Fixnum: popcount |
9 | I/O conditions |
10 | Time of day |
11 | Sockets: hosts / services file parsing, DNS |
12 | |
13 | Optimization: |
14 | Syntax dispatch |
15 | Use tries for symbol interning & variable lookup |
16 | Some list procedures could build by mutation to avoid non-tail recursion |