myweb
simple web server written in common lisp for educational reasons
$ area51 add mywebCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(myweb:some-function ...)simple web server written in common lisp for educational reasons
$ area51 add mywebCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(myweb:some-function ...)