-
Notifications
You must be signed in to change notification settings - Fork 1
forth
dozens edited this page Oct 3, 2024
·
11 revisions
it's forth!
-
Retro
- landing site: http://retroforth.net/
- docs: http://forth.works/doc.html
- glossary: http://forthworks.com:9999/
- examples: http://retroforth.org/examples
- book: http://forth.works/book.html
- retrojs: https://rickcarlino.com/retrojs/
-
https://github.com/nornagon/jonesforth/blob/master/jonesforth.S
-
Forth Dimension - http://www.forth.org/fd/contents.html
-
https://evincarofautumn.blogspot.com/2012/02/why-concatenative-programming-matters.html
-
https://www.ultratechnology.com/method.htm
The inventor of Forth, Charles Moore, says that his language was designed to "avoid" the "unsolveable" problems in computer science. He says that the "real" problem is the problem that you want to solve. Adding unsolvable problems to the real problem is really your problem.
Turns out combinators are pretty much the same thing as concatenative languages like forth. src: https://doisinkidney.com/posts/2020-10-17-ski.html