fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
776 stars 62 forks source link

Add DEFROUTE. #18

Closed pnathan closed 10 years ago

pnathan commented 10 years ago

DEFROUTE provides a traditional Lisp S-expression mechanism for defining routes(as opposed to @url). DEFROUTE is used exactly the same as @url, and leverages identical underlying machinery. However, it will play nice with emacs/SLIME considerably better.

It also looks more Lispy to some.

fukamachi commented 10 years ago

Thank you for the pull request.