From 33a61bfd89f45b82cff44e6b76ec653c5bc4b284 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 22 Apr 2022 00:00:37 -0700 Subject: feat(blog): forth resources --- content/pages/blog/programming_languages/Forth.gmi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/pages/blog/programming_languages/Forth.gmi diff --git a/content/pages/blog/programming_languages/Forth.gmi b/content/pages/blog/programming_languages/Forth.gmi new file mode 100644 index 0000000..4f41e0f --- /dev/null +++ b/content/pages/blog/programming_languages/Forth.gmi @@ -0,0 +1,16 @@ +# FORTH + +Author: Fuwn +Created: 2022. 04. 21. +Last Modified: 2022. 04. 21. + +## 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 -- cgit v1.2.3