Skip to content

How to load staple server in clasp

Karsten Poeck edited this page Feb 26, 2019 · 10 revisions
(load "~/quicklisp/setup.lisp")
(asdf:register-immutable-system :eclector)
(pushnew :hunchentoot-no-ssl *features*)
(ql:quickload "staple-server" :verbose t)
  • To start (staple-server:start)
  • To stop (staple-server:stop)
Clone this wiki locally