←back to thread

210 points JoeDaDude | 2 comments | | HN request time: 0.45s | source
1. bastloing ◴[] No.42209627[source]
Forth seems to be one of those write once languages like perl. Easy to start writing and building, but come back to the code in a year or so, no clue what it does.

But really fast and efficient.

replies(1): >>42213377 #
2. veltas ◴[] No.42213377[source]
Anecdotally I find the opposite to be the case. I think Forth is hard to write but easy to read.