Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. (flet ((run (name)
  2. (with-standard-io-syntax
  3. (format T "~&==== ~S ====~%" name))
  4. (funcall name)))
  5. (run 'paiprolog-zebra::zebra-benchmark)
  6. (run 'clog-zebra::zebra-benchmark)
  7. (run 'clog-zebra::zebra-benchmark/))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement