How can I simply “run” lisp files

Executables SBCL can save executable images, as Greg Harman mentions (see the :EXECUTABLE keyword): http://www.sbcl.org/manual/index.html#Saving-a-Core-Image Scripts Lisp files can be executed as scripts, see: http://www.sbcl.org/manual/#Shebang-Scripts Command Line Options SBCL has command line options to evaluate/load lisp code on start: http://www.sbcl.org/manual/#Command-Line-Options SLIME SLIME is an Emacs interface for Common Lisp. One can use SBCL via SLIME … Read more

Compiling Common Lisp to an executable

Making hello.exe: * (defun main () (print “hello”)) MAIN * (sb-ext:save-lisp-and-die “hello.exe” :toplevel #’main :executable t) [undoing binding stack and other enclosing state… done] [saving current Lisp image into hello.exe: writing 3160 bytes from the read-only space at 0x22000000 writing 2592 bytes from the static space at 0x22100000 writing 30134272 bytes from the dynamic space … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)