tamamu / cl-exercise

Online Common Lisp Learning System
MIT License
3 stars 0 forks source link

Cl-Exercise

Online Common Lisp Learning System

Usage

(ql:quickload :cl-exercise)
(cl-exercise:start :port 8000 :debug nil)

;; Deployment
(cl-exercise:start :host "http://example.com" :port 80)

Installation

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))"

See Also

Author

Copyright

Copyright (c) 2017 Eddie, Noguchi Hiroki

License

Licensed under the MIT License.