This commit is contained in:
eli 2022-09-11 15:11:16 -04:00
parent 441f0c1f3b
commit a973e0cdb9
3 changed files with 19 additions and 1 deletions

7
src/fennel.gmi Normal file
View File

@ -0,0 +1,7 @@
# fennel
Fennel is a lispy syntax for lua, including macros.
Fennel can be used pretty much anywhere that lua can be.
=> https://github.com/bakpakin/Fennel/wiki/Cookbook fennel cookbook

View File

@ -1,7 +1,18 @@
# forth
> The concept that programming is something that you need special education to do is not right. It is something that is promoted by the priesthood.
>
> — Chuck Moore, inventor of forth
There are a few different flavor's of forth included on [[sans]],
* gforth
* retroforth
* lbforth (minimal)
* ufx
=> https://www.forth.com/starting-forth/ starting forth
=> http://www.softsynth.com/pforth/pf_tut.php forth tutorial
=> http://patorjk.com/programming/articles/forththoughts.htm introduction to thoughtful programming and the forth philosophy
=> http://www.murphywong.net/hello/simple.htm simple forth
=> https://concatenative.org/wiki/view/Forth concatenative.org/wiki/view/Forth

View File

@ -10,7 +10,7 @@ The idea here is to give you enough to get started, and provide some wayfinding
* [[common-lisp]]
* [[clojure]]
* [[janet]]
* fennel
* [[fennel]]
* [[fe]]
## concatenative stacks of pancakes