←back to thread

231 points JoeDaDude | 1 comments | | HN request time: 0.2s | source
Show context
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(2): >>42213377 #>>42218350 #
veltas ◴[] No.42213377[source]
Anecdotally I find the opposite to be the case. I think Forth is hard to write but easy to read.
replies(1): >>42216717 #
1. codr7 ◴[] No.42216717[source]
Makes sense, because to write it you have to understand everything, which means keeping code super well organized.