Advertisement
Guest User

Untitled

a guest
May 14th, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1.  
  2. [pjb@despina org.macports:0 ~]$ ccl -norc
  3. Welcome to Clozure Common Lisp Version 1.11-r16635 (DarwinX8664)!
  4.  
  5. CCL is developed and maintained by Clozure Associates. For more information
  6. about CCL visit http://ccl.clozure.com. To enquire about Clozure's Common Lisp
  7. consulting services e-mail info@clozure.com or visit http://www.clozure.com.
  8.  
  9. ? (load "/tmp/p.lisp")
  10. ;Compiler warnings for "/tmp/p.lisp" :
  11. ; In GET-BOUNCES: Undeclared free variable VEC (5 references)
  12. ;Compiler warnings for "/tmp/p.lisp" :
  13. ; In GET-BOUNCES: Unused lexical variable VECTOR
  14. #P"/private/tmp/p.lisp"
  15. ? (quit)
  16. [pjb@despina org.macports:0 ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement