diff -r 76a98ed71a2a -r 6589afc6789b LINKS --- a/LINKS Mon Jan 01 15:02:03 2018 +0000 +++ b/LINKS Thu Feb 01 21:06:20 2018 +0000 @@ -1,3 +1,25 @@ +Pictures from teh Starting Forth book + +https://www.forth.com/starting-forth/2-stack-manipulation-operators-arithmetic/ + +-------------------------------- + +Yeti - ML for the JVM +https://mth.github.io/yeti/ +http://dot.planet.ee/yeti/intro.html + + +JVM languages +https://en.wikipedia.org/wiki/List_of_JVM_languages +https://www.codeproject.com/Articles/50377/Create-Your-Own-Programming-Language + + +Scheme +https://wespiser.com/writings/wyas/home.html +http://peter.michaux.ca/index#Scheme + + + assmebly (calculator RPN) https://dere.github.io/2017-02-12/beginners-assembly-part1/