diff options
| author | Fuwn <[email protected]> | 2022-06-12 02:37:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-12 02:37:27 -0700 |
| commit | 709abd620f48f2044f77583a113be9010fece6f3 (patch) | |
| tree | 5637f131fd33a533e09fa0597114d5dfe4e48216 /content/blogs/programming_languages/Forth.gmi | |
| parent | fix(skills): correct title (diff) | |
| download | locus-709abd620f48f2044f77583a113be9010fece6f3.tar.xz locus-709abd620f48f2044f77583a113be9010fece6f3.zip | |
refactor(content): move blogs
Diffstat (limited to 'content/blogs/programming_languages/Forth.gmi')
| -rw-r--r-- | content/blogs/programming_languages/Forth.gmi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/blogs/programming_languages/Forth.gmi b/content/blogs/programming_languages/Forth.gmi new file mode 100644 index 0000000..788b5dc --- /dev/null +++ b/content/blogs/programming_languages/Forth.gmi @@ -0,0 +1,10 @@ +## Resources + +=> http://www.forth.org/ Forth Interest Group Home Page +=> https://forth-standard.org/ Forth +=> http://theforth.net/ the Forth Net +=> http://www.complang.tuwien.ac.at/forth/program-links.html Links to Forth Programs +=> https://github.com/uho/docker-forth Docker images for popular Forth systems +=> http://forthworks.com/ ForthWorks (HTTP) +=> gemini://forthworks.com/ ForthWorks (Gemini) +=> gopher://forthworks.com:70/ ForthWorks (Gopher)
\ No newline at end of file |