Add simple ncurses command center
[clnl] / bin / run.lisp
index 725e8c2c2e0d9e2b5ecc9e6b4bba2af719d00626..4aa55dd764305c412774cabadeb27931f34059c1 100644 (file)
@@ -1,4 +1,6 @@
+(setf *compile-print* nil)
 (require 'asdf)
-(setf asdf:*central-registry* (list #p"deps/"))
+(push #p"deps/" asdf:*central-registry*)
 (asdf:load-system :clnl)
-(clnl:run)
+(sb-thread:make-thread #'clnl-interface:run)
+(clnl-cli:run)