Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Thank you for the link. I used to code in Scheme and enjoyed it very much, it would be great to get back into LISP one of these days. However, whenever I see HTML generated from within the code, as it is in that tutorial, it just feels like it is 10 years behind the state of the art. I think it is much better to use some kind of HTML templates (but maybe I am wrong?).

Another thing I was looking for when I last evaluated LISP was an OR-mapping library. I can't go back to executing SQL statements from within my code - that is also so 90ies. I think there is one project underway to provide OR-mapping for LISP, but I am not sure if it was ready for prime time yet.



It's possible, and reasonably common to use templates with Lisp web apps. HTML-TEMPLATE and Tal (from Zope) are widely used.

HTML-TEMPLATE: http://weitz.de/html-template/

Tal support in yaclml, part of Uncommonweb: http://common-lisp.net/project/bese/yaclml.html

CLSQL provides object/relational mapping; it's quite good: http://clsql.b9.com/


Not exactly what you asked for, but another option is to use persistent objects (e.g. AllegroCache) instead of mapping them to RDBMS.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: