Notes on forth


http://web.archive.org/web/20160311002141/http://www.colorforth.com/1percent.html


https://wiki.tcl-lang.org/page/Forth


FORTH TALK NOTES

https://madhadron.com/programming/seven_ur_languages.html


http://www.ultratechnology.com/moore4th.htm

Forth has the simplest syntax and therefore the simplest parser, interpreter, and compiler ever used in a "mainstream" general-purpose programming language.


http://lars.nocrew.org/forth2012

https://mecrisp-stellaris-folkdoc.sourceforge.io/intro.html#forth-intro

https://arduino-forth.com/article/FORTH_whyForth

https://ratfactor.com/forth/forth_talk_2023.html

https://github.com/nineties/planckforth


http://collapseos.org/forth.html

Rosetta code

https://rosettacode.org/w/index.php?title=Category:Forth&useformat=mobile&pagefrom=Flow-control+structures#mw-pages


Forth is like nothing I've ever used before

There are only 600 forth repositories on Github

Most of the forth programmers at the forth conference appear to be 70+


Forth resources:

https://yeti.tilde.institute/brain/forth.html

http://www.ultratechnology.com/

forth and zen

http://www.ultratechnology.com/lowfat.htm

http://www.forth.org/svfig/

Starting forth, thinking forth

Which leads us to compactness, not only on the syntactic level, but on the abstraction level. The inability to understand software has led to a proliferation of layers, trying to shield the programmer from details that he ought not know about. Operating systems (agglomerating their own abstractions) live below runtime libraries, which in turn are the base for application level libraries that lay the ground for language-level abstractions, an ever growing tower of abstraction for abstractions sake, or better: the admission of our lack of knowledge about what is actually executing. This is considered a good thing nowadays ("ignorance is strength"), but it actually gives you nothing but disadvantages. First, the low-level interfaces to the functionality of operating systems, binary file formats or direct hardware access aren't as arcane and forbidding as they are commonly seen. They are only badly documented (if at all), or contain undocumented extensions specific to particular systems or applications. Or they are just shoddily designed by hardware engineers that have decided that the "nice" part of the interface can be done by the software guys.


http://www.call-with-current-continuation.org/articles/forth.txt

https://permacomputing.net/Forth/


Chuck has said that Forth was designed to avoid the unsolvable problems in computer science but that an industry will always exist marketing new solutions that won't really work. You just can't solve unsolvable problems. Many people use Forth today to try to find new solutions to those problems rather than using Forth to avoid those problems to solve some real problem. I have done that too and decided that Chuck was right about that.


uf forth

uf forth git repo


flashforth

https://gitlab.com/b2495/uf


In this article, Jeff Fox refers to all non-forth programmers as "C programmers"

it's DIY taken to the extreme, something probably unparalleled in the history of computing, except, perhaps, the case of Lisp environments and Lisp machines (again).

http://yosefk.com/blog/my-history-with-forth-stack-machines.html


Advent of code 2021 in forth (not mine)

https://gitlab.cs.washington.edu/fidelp/advent-of-code-2021/-/tree/main


https://ferale.art/computer/forth.html


I've tried to brainstorm a different language. A better language than Forth, and failed completely. Far as I'm concerned, Forth is it. Forth is the computer language, that everyone should be using it. And it is a social tragedy that they aren't.

- Charles Moore



/tech/