Fork me on GitHub

Examples

Cheatsheet

(+ a b)
(- a b)
(if cond then else)
(let ((name exp)...) body)
(set! var exp body)
(lambda (param...) body)
(fun name (param...) body)
(callee param...)
(call/cc callee)

Ctrl+UP/DOWN to browse history