GitHub
PL notes
PL101
PL1314 (UDV)
Simple example
Input Code (Scheem)
(begin (set! x 3) (set! y 4) (if (= (+ x 1) y) 8 9 ) )