Inclusion of minimal-forth code in gforth
Carsten Strotmann <cas-BEUwUN0/[email protected]>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
Hi gforth community, I would like to propose the inclusion of the "minimal forth" source code from Ulli Hoffmann (https://github.com/uho/minimal) into gforth. Minimal forth restricts the visible words which helps beginners when starting to learn forth. The full wordlist of gforth can be daunting for beginners. The minimal forth code allows the user to start with a very minimal forth subset and extend the wordlist in a modular fashion. the code could be in a subdirectory ($GFORTHBASE/minimal) and maybe a set of startscripts to start gforth with the minimal code. Possible? Greetings Carsten