CL-EMB at freshmeat.net
Released version 0.2.0 of CL-EMB yesterday and submitted it to freshmeat.net. Its project page looks cozy. :-)
Released version 0.2.0 of CL-EMB yesterday and submitted it to freshmeat.net. Its project page looks cozy. :-)
Released version 0.1.1 of CL-EMB today. Still a leading "0." in the version string.
CLSQL is a really nice library to access SQL databases. I'm evaluating it for a project of mine and it's fun to work with. Instead of fumbling around with SQL commands you create classes which get mapped into the database.
CL-EMB is still lacking a decent documentation. But hey, it's still version 0.0.3! I've started a list of examples to accompany the ugly README file. Will be included in the next release.
CL-EMB has found a home at Common-Lisp.net. And the first user has sent a patch. Nice to know that some people aren't afraid of a 0.0.1 release. :-)
Today I have released CL-EMB. It's a kind of combination of LSP (LispServer Pages) and HTML-TEMPLATE. You can embed Common Lisp (hence the name) into textfiles. Between <% and %> can be Common Lisp or special template tags like @if, @repeat, @loop, ... It's in an early stage. Version 0.0.1. Needs a real documentation and lots of examples.