Guest User

Untitled

a guest
May 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. (let ((- 'minus))
  2. (macroexpand
  3. '(dotimes 5 (print "hello"))))
  4.  
  5. ;; (#<identifier user#let> #0=#<identifier user#loop>
  6. ;; ((#1=#<identifier user#i> 5))
  7. ;; (#<identifier user#when>
  8. ;; (#<identifier user#<> 0 #1#)
  9. ;; (print "hello")
  10. ;; (#0# (#<identifier user#-> #1# 1))))
Add Comment
Please, Sign In to add comment