Supriya Ghosh (Editor)

Weblocks

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
Common Lisp

Type
  
Web framework

Operating system
  
Any that runs Lisp

License
  
LGPL

Developer(s)
  
Slava Akhmechet, Stephen Compall and Leslie Polzer

Stable release
  
0.8.3 / July 15, 2009; 7 years ago (2009-07-15)

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 regards 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

Weblocks Wikipedia