Software:Weblocks

From HandWiki
Weblocks
Developer(s)Slava Akhmechet, Stephen Compall and Leslie Polzer
Stable release
0.8.3 / July 15, 2009; 14 years ago (2009-07-15)
Written inCommon Lisp
Operating systemAny that runs Lisp
TypeWeb framework
LicenseLGPL
Website{{{1}}}

Weblocks is an advanced web framework for Common Lisp. Web pages are built from simple widgets which are analogous to GUI widgets used in most application toolkits.

The widgets are written in lisp, using the cl-who meta-language. The framework supports "delimited continuations" for control flow. It is a full-stack framework, since it comes with built-in database and persistence systems.

Programming in weblocks is very similar to other continuation-passing style frameworks like Seaside. All HTML and HTTP level details are abstracted, especially with regard to Ajax and form parameters (although access to these is easily available).

Weblocks has an active development and user community. The other major Lisp web-framework is UnCommon Web with extensions such as Lisp on Lines that are built atop it.

References

External links