LINKS
changeset 595 d062fb6feefd
parent 570 49053023bb7e
child 597 9a35b8e67b83
equal deleted inserted replaced
594:ff496c243d10 595:d062fb6feefd
    30 ===============================
    30 ===============================
    31 Selfhosting Lisp compiler for Lua
    31 Selfhosting Lisp compiler for Lua
    32 
    32 
    33 https://github.com/sctb/lumen
    33 https://github.com/sctb/lumen
    34 ============================
    34 ============================
    35 
    35 Basic as a DSL in Scala
       
    36 https://github.com/fogus/baysick/blob/master/src/main/scala/fogus/baysick/Baysick.scala
       
    37 
       
    38 ============================
       
    39 Static analysis lecture notes
       
    40 https://cs.au.dk/~amoeller/spa/spa.pdf
       
    41 
       
    42 ============================
    36 
    43 
    37 Pictures from the Starting Forth book
    44 Pictures from the Starting Forth book
    38 
    45 
    39 https://www.forth.com/starting-forth/2-stack-manipulation-operators-arithmetic/
    46 https://www.forth.com/starting-forth/2-stack-manipulation-operators-arithmetic/
    40 
    47