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
Post a Comment