Online Common Lisp Learning System
(ql:quickload :cl-exercise)
(cl-exercise:start :port 8000 :debug nil)
;; Deployment
(cl-exercise:start :host "http://example.com" :port 80)
We recommend use Roswell to install.
ASDF3 and Quicklisp have to be installed already.
# FOR ROSWELL USER
$ ros install asdf
# Install latest jsonrpc
$ ros install fukamachi/jsonrpc
$ ros install fukamachi/proc-parse
$ cd ~/lisp-local # ASDF source registry
$ git clone -b refactor https://github.com/tamamu/darkmatter
$ ros install tamamu/cl-exercise
# FOR QUICKLISP USER
# Please install ASDF3 before do below instructions
$ cd ~/quicklisp/local-projects
# Install latest jsonrpc
$ git clone https://github.com/fukamachi/jsonrpc
$ git clone https://github.com/fukamachi/proc-parse
$ git clone -b refactor https://github.com/tamamu/darkmatter
$ git clone https://github.com/tamamu/cl-exercise
$ sbcl --eval "(progn (ql:register-local-projects)(ql:quickload :cl-exercise)(exit))"
Copyright (c) 2017 Eddie, Noguchi Hiroki
Licensed under the MIT License.