refrences

This commit is contained in:
2026-02-19 16:16:24 -05:00
parent 3ce2977f01
commit 2d43f1711c
90 changed files with 30482 additions and 1 deletions

View File

@@ -0,0 +1,71 @@
"Anchor Text","URL"
"Original Inspiration for these notes","https://x.com/Richard6044392/status/1926097042029363270"
"Substack Article","https://edsabode.substack.com/p/onats-kyra-compiled-forths-a-new"
"Wikipedia Page","https://en.wikipedia.org/wiki/Forth_(programming_language)"
"Homepage","https://colorforth.github.io/index.html"
"Forth- The Early Years","https://colorforth.github.io/HOPL.html"
"C2-Wiki: Chuck Moore","https://wiki.c2.com/?ChuckMoore"
"C2-Wiki: colorFORTH","https://wiki.c2.com/?ColorForth"
"cmFORTH","https://github.com/ForthHub/cmFORTH"
"Archived Website","https://refined-github-html-preview.kidonng.workers.dev/gomson/TimothyLottes.github.io/raw/refs/heads/master/index.html"
"Metaprogramming VAMP in KYRA, a Next-gen Forth-like language --- Onat Türkçüoğlu -- 2025-04-26","https://www.youtube.com/watch?v=J9U_5tjdegY"
"Website - Bit Test Complement","https://onatto.github.io/lang.html"
"Forth Day 2020 - Preview of x64 & ColorForth & SPIR V - Onat","https://www.youtube.com/watch?v=ajZAECYdJvE"
"Jonesforth.git","http://git.annexia.org/?p=jonesforth.git;a=summary"
"jombloforth (x64 Jonesforth)","https://github.com/matematikaadit/jombloforth"
"JonesForth-arm","https://github.com/M2IHP13-admin/JonesForth-arm"
"guitarvydas/forthish","https://github.com/guitarvydas/forthish"
"Smithforth workings","https://youtu.be/9MSJGzYELBA"
"A Forth for x86-64 personal computers","https://dacvs.neocities.org/SF/"
"SmithForth_RISC-V","https://github.com/AndreiDuma/SmithForth_RISC-V"
"2022-08-27 --- NEW LINUX FORTH --- DAVID SMITH","https://youtu.be/a1UWxa2g9Us"
"Starting FORTH","https://www.forth.com/wp-content/uploads/2018/01/Starting-FORTH.pdf"
"THINKING FORTH","https://www.forth.com/wp-content/uploads/2018/11/thinking-forth-color.pdf"
"The Evolution of Forth","https://www.forth.com/resources/forth-programming-language/"
"Website","https://wiki.c2.com"
"c2-for-me","http://marc.tries.fed.wiki/view/c2-for-me/ward.eu.wiki.org/c2-for-me"
"Forth Landing","https://wiki.c2.com/?ForthLanguage"
"Forth Values","https://wiki.c2.com/?ForthValues"
"Website","https://muforth.dev"
"Threaded code","https://muforth.dev/threaded-code/"
"Variations","https://muforth.dev/threaded-code-variations/"
"Literals, ifs, and loops","https://muforth.dev/threaded-code-literals-ifs-and-loops/"
"call versus branch-and-link","https://muforth.dev/call-versus-branch-and-link/"
"Repo","https://github.com/nimblemachines/muforth#under-active-development"
"Bootstrap yourself into conviviality by writing your own Forth","https://vimeo.com/859408"
"Website","https://www.forth.org/svfig/"
"Youtube","https://www.youtube.com/@siliconvalleyforthinterest1736"
"Forth","https://www.taygeta.com/forth.html"
"Website","https://www.ultratechnology.com"
"Building a tiny FORTH for an Arduino UNO in one week","https://www.thanassis.space/miniforth.html"
"J.V. Noble: A Beginners Guide to Forth","https://galileo.phys.virginia.edu/classes/551.jvn.fall01/primer.htm"
"wiki.laptop: Forth Lessons","https://wiki.laptop.org/go/Forth_Lessons"
"Building A Simple Forth Interpreter (in python)","https://peerdh.com/blogs/programming-insights/building-a-simple-forth-interpreter"
"HN post on concatenative language interpreter","https://news.ycombinator.com/item?id=13082825"
"PYCON UK 2017: What I learned building Forth in 64 bit Intel assembly","https://youtu.be/iZ-5rBQS_p4"
"Color","https://github.com/AshleyF/Color/tree/master"
"easyforth","https://github.com/skilldrick/easyforth"
"libforth","https://github.com/howerj/libforth"
"luaforth","https://github.com/vifino/luaforth"
"foth (forth in go)","https://github.com/skx/foth"
"lbForth","https://github.com/larsbrinkhoff/lbForth"
"milliForth","https://github.com/fuzzballcat/milliForth"
"MiniForth","https://github.com/ttsiodras/MiniForth"
"pforth","https://github.com/philburk/pforth"
"StoneKnifeForth","https://github.com/kragen/stoneknifeforth"
"zForth","https://github.com/zevv/zForth"
"Concatenative language","https://concatenative.org/wiki/view/Concatenative%20language"
"A FOUNDATION FOR TYPED CONCATENATIVE LANGUAGES","https://www2.ccs.neu.edu/racket/pubs/dissertation-kleffner.pdf"
"Wikipedia","https://en.wikipedia.org/wiki/Concatenative_programming_language"
"b4 virtual machine","https://github.com/tangentstorm/b4"
"Callisto","https://github.com/callisto-lang/compiler"
"Cognate","https://cognate-lang.github.io"
"deckload","https://github.com/JosephOziel/deckload"
"Factor","https://factorcode.org"
"fiveth","https://github.com/dramforever/fiveth"
"formic","https://formic.id"
"GDForth","https://github.com/yumaikas/GDForth"
"iNet","https://inet.run"
"kcats","https://github.com/skyrod-vactai/kcats"
"kitten","https://kittenlang.org"
"meow5","https://ratfactor.com/meow5/"
1 Anchor Text URL
2 Original Inspiration for these notes https://x.com/Richard6044392/status/1926097042029363270
3 Substack Article https://edsabode.substack.com/p/onats-kyra-compiled-forths-a-new
4 Wikipedia Page https://en.wikipedia.org/wiki/Forth_(programming_language)
5 Homepage https://colorforth.github.io/index.html
6 Forth- The Early Years https://colorforth.github.io/HOPL.html
7 C2-Wiki: Chuck Moore https://wiki.c2.com/?ChuckMoore
8 C2-Wiki: colorFORTH https://wiki.c2.com/?ColorForth
9 cmFORTH https://github.com/ForthHub/cmFORTH
10 Archived Website https://refined-github-html-preview.kidonng.workers.dev/gomson/TimothyLottes.github.io/raw/refs/heads/master/index.html
11 Metaprogramming VAMP in KYRA, a Next-gen Forth-like language --- Onat Türkçüoğlu -- 2025-04-26 https://www.youtube.com/watch?v=J9U_5tjdegY
12 Website - Bit Test Complement https://onatto.github.io/lang.html
13 Forth Day 2020 - Preview of x64 & ColorForth & SPIR V - Onat https://www.youtube.com/watch?v=ajZAECYdJvE
14 Jonesforth.git http://git.annexia.org/?p=jonesforth.git;a=summary
15 jombloforth (x64 Jonesforth) https://github.com/matematikaadit/jombloforth
16 JonesForth-arm https://github.com/M2IHP13-admin/JonesForth-arm
17 guitarvydas/forthish https://github.com/guitarvydas/forthish
18 Smithforth workings https://youtu.be/9MSJGzYELBA
19 A Forth for x86-64 personal computers https://dacvs.neocities.org/SF/
20 SmithForth_RISC-V https://github.com/AndreiDuma/SmithForth_RISC-V
21 2022-08-27 --- NEW LINUX FORTH --- DAVID SMITH https://youtu.be/a1UWxa2g9Us
22 Starting FORTH https://www.forth.com/wp-content/uploads/2018/01/Starting-FORTH.pdf
23 THINKING FORTH https://www.forth.com/wp-content/uploads/2018/11/thinking-forth-color.pdf
24 The Evolution of Forth https://www.forth.com/resources/forth-programming-language/
25 Website https://wiki.c2.com
26 c2-for-me http://marc.tries.fed.wiki/view/c2-for-me/ward.eu.wiki.org/c2-for-me
27 Forth Landing https://wiki.c2.com/?ForthLanguage
28 Forth Values https://wiki.c2.com/?ForthValues
29 Website https://muforth.dev
30 Threaded code https://muforth.dev/threaded-code/
31 Variations https://muforth.dev/threaded-code-variations/
32 Literals, ifs, and loops https://muforth.dev/threaded-code-literals-ifs-and-loops/
33 call versus branch-and-link https://muforth.dev/call-versus-branch-and-link/
34 Repo https://github.com/nimblemachines/muforth#under-active-development
35 Bootstrap yourself into conviviality by writing your own Forth https://vimeo.com/859408
36 Website https://www.forth.org/svfig/
37 Youtube https://www.youtube.com/@siliconvalleyforthinterest1736
38 Forth https://www.taygeta.com/forth.html
39 Website https://www.ultratechnology.com
40 Building a tiny FORTH for an Arduino UNO in one week https://www.thanassis.space/miniforth.html
41 J.V. Noble: A Beginners Guide to Forth https://galileo.phys.virginia.edu/classes/551.jvn.fall01/primer.htm
42 wiki.laptop: Forth Lessons https://wiki.laptop.org/go/Forth_Lessons
43 Building A Simple Forth Interpreter (in python) https://peerdh.com/blogs/programming-insights/building-a-simple-forth-interpreter
44 HN post on concatenative language interpreter https://news.ycombinator.com/item?id=13082825
45 PYCON UK 2017: What I learned building Forth in 64 bit Intel assembly https://youtu.be/iZ-5rBQS_p4
46 Color https://github.com/AshleyF/Color/tree/master
47 easyforth https://github.com/skilldrick/easyforth
48 libforth https://github.com/howerj/libforth
49 luaforth https://github.com/vifino/luaforth
50 foth (forth in go) https://github.com/skx/foth
51 lbForth https://github.com/larsbrinkhoff/lbForth
52 milliForth https://github.com/fuzzballcat/milliForth
53 MiniForth https://github.com/ttsiodras/MiniForth
54 pforth https://github.com/philburk/pforth
55 StoneKnifeForth https://github.com/kragen/stoneknifeforth
56 zForth https://github.com/zevv/zForth
57 Concatenative language https://concatenative.org/wiki/view/Concatenative%20language
58 A FOUNDATION FOR TYPED CONCATENATIVE LANGUAGES https://www2.ccs.neu.edu/racket/pubs/dissertation-kleffner.pdf
59 Wikipedia https://en.wikipedia.org/wiki/Concatenative_programming_language
60 b4 virtual machine https://github.com/tangentstorm/b4
61 Callisto https://github.com/callisto-lang/compiler
62 Cognate https://cognate-lang.github.io
63 deckload https://github.com/JosephOziel/deckload
64 Factor https://factorcode.org
65 fiveth https://github.com/dramforever/fiveth
66 formic https://formic.id
67 GDForth https://github.com/yumaikas/GDForth
68 iNet https://inet.run
69 kcats https://github.com/skyrod-vactai/kcats
70 kitten https://kittenlang.org
71 meow5 https://ratfactor.com/meow5/