mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
adding todo list
This commit is contained in:
parent
576a20b3bc
commit
5b14a3a19d
1 changed files with 49 additions and 0 deletions
49
TODO
Normal file
49
TODO
Normal file
|
@ -0,0 +1,49 @@
|
|||
* -*- outline -*-
|
||||
|
||||
*+ precise gc rewrite
|
||||
**+ fix heap growing
|
||||
**- separate gc heaps
|
||||
**- finalizers
|
||||
**- weak references
|
||||
*+ ast rewrite
|
||||
*+ full r5rs
|
||||
*+ closures
|
||||
*+ string-ports
|
||||
*+ argument validation
|
||||
*+ variadic procedures
|
||||
*+ call/cc
|
||||
*+ exceptions
|
||||
*+ tail-call elimination
|
||||
*+ internal defines
|
||||
*+ 1st class primitives
|
||||
*+ macros
|
||||
*+ hygiene
|
||||
**- nested
|
||||
**- compiler macros
|
||||
*+ bignums
|
||||
*= modules
|
||||
**+ scheme48-like config language
|
||||
**- only/except/rename modifiers
|
||||
**- scheme-complete.el support
|
||||
*= ffi
|
||||
**- libdl interface
|
||||
**- opcode generation interface
|
||||
**- stub generator
|
||||
*= cleanup
|
||||
*- user documentation
|
||||
*- unicode
|
||||
*- condition-case
|
||||
*- native x86 compilation
|
||||
*+ plan 9 port
|
||||
*= 9p support
|
||||
*- optimization passes
|
||||
**- constant folding
|
||||
**- simplification pass, dead-code elimination
|
||||
**- lambda lift
|
||||
**- inlining
|
||||
**- unsafe operations
|
||||
**- plugin infrastructure
|
||||
*- type inference with warnings
|
||||
*- SRFI-0 cond-expand
|
||||
*- SRFI-9 define-record-type
|
||||
*- code repository with install tools
|
Loading…
Add table
Reference in a new issue