For those interested in helping develop Retro 7, here's the current
todo list for the core system. If you're interested in helping, let us
know!


Kernel
 I'd like to avoid writing a full kernel from scratch, at least for now,
 so we're experimenting with ideas using Retro Native Forth, R6 for now.
 We use Linux as the kernel for the rest of the system.
Unix
 [ ] Shell
 [ ] Editor
 [crc] cat
 [crc] grep
 [ ] sed
 [ ] wc
 [ ] ls
 [ ] cp
 [ ] mv
 [ ] rm
 [ ] cd
 [ ] mkdir
Languages
 [ ] Small C/Plus
 [crc] BASIC
 [crc] Math Calculator (like 'bc')
 [ ] link editor
 [ ] assembler
 [ ] archive (ar)
 [crc] Forth
     [x] Rewrite portions of interpreter/compiler
         [ ] Primitives
         [ ] Dictionary
         [x] Use more traditional conventions
     [x] Write Compiler
         [x] Definitions
         [x] Numbers
         [x] Special Symbols (e.g. + - * / ; ( [ . )
         [x] Linux startup
         [x] Linux termination
         [ ] Tiein to primitives
         [ ] Variables and Constants
Libraries
 [ ] libc
     [crc] Strings
     [crc] printf()
     [crc] itoa()
Program Management
 [x] Install
 [x] Remove
