Non-version-specific:
* More tests

For 0.2.1:
* Multimethods + method combinations
* Missing parts of unix library (ftw, various system databases...)
* Pretty-printer
* Generalized conditions (Errors, Warnings, debugger hooks...)

When needed by other code:
* Type predicates for all types
* Structures (in C code)

Sometimes:
* Documentation
* Better format
* Some platform- and locale-independent conversion of numbers from/to strings
* Unicode case-insensitive string compare
* More number types:
  - Big integers
  - Fractions
  - Complex numbers (as pairs of two numbers of same type)
* syntax-rules
* Sound I/O
* Compiler (into threaded code)
* JIT (using GNU Lightning)
* FFI

External modules and libraries:
* XML (SAX, SXML, DOM)
* JSON
* Cairo

