misc/kforth: Start over.
This commit is contained in:
@@ -13,6 +13,7 @@ Contents:
|
||||
part-0x05
|
||||
part-0x06
|
||||
part-0x07
|
||||
part-0x08
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
18
doc/part-0x08.rst
Normal file
18
doc/part-0x08.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
Write You a Forth, 0x08
|
||||
-----------------------
|
||||
|
||||
:date: 2018-03-01 19:31
|
||||
:tags: wyaf, forth
|
||||
|
||||
After reading some more in Threaded Interpreted Languages (TIL_ from now on),
|
||||
I've decided to start over.
|
||||
|
||||
.. _TIL: http://wiki.c2.com/?ThreadedInterpretiveLanguage
|
||||
|
||||
Some design choices that didn't really work out:
|
||||
|
||||
+ the system structure
|
||||
+ not making it easier to test building for different platforms
|
||||
+ my linked list approach to the dictionary
|
||||
+ my class-based approach to words
|
||||
|
||||
Reference in New Issue
Block a user