
From my .plan
-------------

1:  Code IsForth
2:  Convert Linus
3:  Help Linus recode Linux in Forth (about a week)
4:  Stop smokin crack!

--------------------------------------------------------------------------

add an assembler extension
add a meta compiler!
add a debugger (for high level and coded defs)
add command history
add signals so segv etc just do abort" bleh!"  <-- the word of the day!
make ed launch editor on open file
add a file search path for fload etc 

erm.... other stuff :)

--------------------------------------------------------------------------

done make fload accept the evil tab (somehow undone - need to redo)
done fix fsave and turnkey so that brain dead gdb likes the elf files
done add vocabularies
done add hashed dictionary searches (nicely faster :)
done make fload memory map files
done   set 'tib to start address of memory mapped file
done   set #tib to file size
done   make refill unmap/close file

--

much of what is currently contained within the assembled kernel can be stripped 
out and put into optional extensions.  this will reduce the size of the kernel
and allow people to not include the parts their applications do not need.

i REALY REALY need an assembler and meta compiler! (grrr!)

==========================================================================

