First pass at adding opengl interface
[clnl] / src / main / main.lisp
index 562304b8fc28e6bb505da1bfebfffdfd37f29b23..594e787147611254c982686eeaa7d83389a3d0c9 100644 (file)
 (defun run ()
  (loop for str = (progn (format t "> ") (force-output) (read-line))
        while str
-       do (p (e (r str)))))
+       do (p (e (r str))))
+ (sb-ext:exit))
 
 (defun boot ()
  (clnl-random:set-seed 15)
- (clnl-nvm:create-world)
- )
+ (clnl-nvm:create-world))
 
 (defun run-commands (cmds)
  (eval (clnl-transpiler:transpile-commands (clnl-parser:parse  (clnl-lexer:lex cmds)))))