Get working on Windows 8
[clnl] / bin / run.lisp
index b064da16da7096c2ccc4c1d24321c2981f3c63b2..0cd8d8bc28d0d545fc804dbe91e5944a2a06eb6c 100644 (file)
@@ -1,4 +1,4 @@
+(setf *compile-print* nil)
 (require 'asdf)
-(setf asdf:*central-registry* (list #p"deps/"))
-(asdf:load-system :cl-nl)
-(cl-nl:run)
+(asdf:load-system :clnl)
+(clnl:run)