fukamachi / caveman

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

Change the default templating engine to Djula. #52

Closed fukamachi closed 9 years ago

fukamachi commented 9 years ago

Djula is a port of Python's Django template engine to Common Lisp.

fukamachi commented 9 years ago

Unfortunately, it seems Djula doesn't work on Clozure CL currently. As I hope Caveman2 work on SBCL, Clozure CL and CLISP at least, it would a obstacle for this. It may be gonna support CCL in the future (https://github.com/mmontone/djula/issues/3), though.