Guest User

Untitled

a guest
Apr 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. $ java lisp.lang.Main
  2. NORMAL defun: public lisp.lang.Defun lisp.lang.Interpreter.defun(lisp.lang.Node)
  3. bound add-two
  4. invocation of defun(Node): lisp.lang.Defun@133796
  5. DEFUN funcall: public lisp.lang.LispObject lisp.lang.Interpreter.funcall(lisp.lang.Defun,lisp.lang.Node)
  6. funcall add-two
  7. parameter a bound to 3.142857
  8. parameter b bound to 1
  9. BOUND add: public lisp.lang.LispNumber lisp.lang.Interpreter.add(lisp.lang.Node,lisp.lang.Map)
  10. lisp.lang.ast.Symbol@1a679b7
  11. invocation of +(Node): 4.142857
  12. invocation of add-two(Node): lisp.lang.Nil@4741d6
  13. eval: lisp.lang.Nil@337d0f
Add Comment
Please, Sign In to add comment