Guest User

Untitled

a guest
Jan 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. (defne free [expr free-vars]
  2. (['(fn ?bindings . ?expr) _] ...)
  3. (['(fn ?name ?bindings . ?expr) _] ...)
  4. (['(let ?bindings . ?exprs ) _] ...)
  5. (['(loop ?bindings . ?exprs) _] ...))
Add Comment
Please, Sign In to add comment