spy16 / slurp

Slurp is a highly customisable LISP toolkit for Go applications. 💻

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Builtin Special Forms

spy16 opened this issue · comments

  • (do <expr>*)
  • (if test then else?)
  • (def sym value)
  • (quote expr)
  • (fn name? doc? ( param* ) expr*)
  • (let ( binding* ) expr*)

See #15. Closing optimistically.