about lispbox. how to run .lisp file by using it? -


i download lispbox lisp ide on mac os. can run lisp command in lispbox @ interactive mode. question how can run .lisp code using it? thank you.

you can use common lisp load function in interactive mode: (load "pathname.lisp")

alternatively, see if can use shortcut ctrl-c ctrl-l in editor load lisp file.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -