Advertisement
logicmoo

Untitled

Jun 7th, 2018
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 0.28 KB | None | 0 0
  1. CL-USER> (setq test 5)
  2. ```
  3. ```prolog
  4. :- lisp_compiled_eval([setq, u_test, 5]).
  5. ## COMPILER
  6. % 9,044 inferences, 0.002 CPU in 0.002 seconds (100% CPU, 5937652 Lips)
  7. :- set_var(ReplEnv, u_test, 5).
  8. ## EXEC
  9. % 199 inferences, 0.000 CPU in 0.000 seconds (99% CPU, 1495858 Lips)
  10. 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement