Shammer's Philosophy

My private adversaria

2013-09-08から1日間の記事一覧

cl-markup library

I found the library which helps writing html in lisp, that library is cl-markup. To use this library, execute the following commands. (ql:quickload "cl-markup") (defpackage html-sample (:use :cl :cl-markup)) (in-package :html-sample) The a…