|
|
|
|
|
by TurboHaskal
2205 days ago
|
|
Note that Forth also supports locals. These will consume and remove N members from the stack so you can summon them as needed prior to calling the words. But as someone that really got into Forth this year, I can assure that it does get better once you get more familiar with the language. I used to write commenting the stack effects on each line and now I barely need them as I write words in one sitting without that much effort. Other developers are doing tacit programming in J or Haskell, pipe forward operators in F# or OCaml and threading macros on Lisp dialects and they seem to do fine. |
|