Build Your Own Forth Interpreter

34 points - last Saturday at 2:14 PM

Source

Comments

spc476 today at 9:48 PM
I've already done that---ANS Forth for the 6809 (https://github.com/spc476/ANS-Forth).
dharmatech today at 10:00 PM
Video where I demonstrate how I explore JONESFORTH using GDB:

https://youtu.be/giLsd-bik6A?si=Gwm3NJdUzyrmmopH

ithkuil today at 9:18 PM
"if you know one forth, you know one forth"
umairnadeem123 today at 8:56 PM
[dead]
kamlesh_nilesh today at 10:12 PM
[dead]
iberator today at 9:35 PM
This is a strange article imo.

I was expecting to see FORTH in bare metal C or ASM.

There is a common myth about newbie programmers that FORTH is write-only and that you need to type everything in one line, without comments or function calls etc.

Writing forth is super easy especially if you have a stack machine at your disposal. For example when you are building your own virtual cpu/architecture with assembler and compiler.

It's more trivial than to understand any JavaScript framework lol

Research FORTH more guys - it doesn't need to be strange and hard :)

ps. Lisp SUCKS

/rant