logoalt Hacker News

ithkuiltoday at 9:18 PM2 repliesview on HN

"if you know one forth, you know one forth"


Replies

js8today at 9:30 PM

So implement four of them, and you will know them all! First Forth with indirect threaded code, second Forth with direct threaded code, third Forth with subroutine threaded code, and the final fourth with token threaded code.

show 1 reply
AlexeyBrintoday at 9:36 PM

I doubt you will want to code professionally in Forth unless you work on embedded, so the dialect you learn doesn't matter too much. But it is interesting to implement a small interpreter and play with it.