X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fmain.lisp;h=6ae3bc0ff10c70341d2506cbf56cdb3215167d83;hp=b9f46707a1a5671c236f9a3ba4821c2bdd1411db;hb=d0e9e5aea40d947370e90276fe12fbaa671c8992;hpb=122faaf5cee27ca1ed5f047bf6244f30aa2f669d diff --git a/src/main/main.lisp b/src/main/main.lisp index b9f4670..6ae3bc0 100644 --- a/src/main/main.lisp +++ b/src/main/main.lisp @@ -16,7 +16,8 @@ while str do (p (e (r str))))) -(defun boot ()) +(defun boot () + (cl-nl.random:set-seed 15)) (defun run-commands (cmds) (eval (cl-nl.transpiler:transpile-command-block (cl-nl.parser:parse (cl-nl.lexer:lex cmds)))))