X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fmain.lisp;h=594e787147611254c982686eeaa7d83389a3d0c9;hp=562304b8fc28e6bb505da1bfebfffdfd37f29b23;hb=43bbc274299e58d2f4a6e0b05e5366ca5e2900ae;hpb=01e2d9fdf7087c181c645abd15605a31a5b7e43c diff --git a/src/main/main.lisp b/src/main/main.lisp index 562304b..594e787 100644 --- a/src/main/main.lisp +++ b/src/main/main.lisp @@ -14,12 +14,12 @@ (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)))))