From: Leslie P. Polzer
Subject: Weblocks 0.8.2 released
Date: 
Message-ID: <d6d89998-4a35-4371-b3d3-7c3fdc780308@e24g2000vbe.googlegroups.com>
Weblocks 0.8.2 released
=======================

Weblocks is an advanced web framework written in Common Lisp.

It is designed to make Agile web application development as
effective and simple as possible.

Weblocks uses powerful Lisp features like multiple dispatch, the
metaobject protocol, lexical closures, keyword arguments, and macros
to build abstractions that make web development easy, intuitive, and
free of boilerplate. In addition, control flow is easily expressed
using
continuations.

Things that are hard or mundane in other frameworks become easy and
fun in Weblocks.


AUDIENCE

People who want to get their real-life web programming done
as effectively as possible.

Weblocks is not only targeted at old hands but also at
newcomers to Lisp and Lisp web programming.

It offers a helpful community and code that prevents you
from shooting yourself too easily in the foot.


CHANGES

The main change in this release is compatibility with
Hunchentoot 1.0.0.

The Elephant store backend has been fixed.

A new example (simple-blog) has been added.

An experimental Twitter widget by Ian Eslick is now included in
contrib/.

This release strives to be backwards compatible with 0.8.

Users of Hunchentoot's API must adapt their code slightly.


MORE INFORMATION

Platforms:
  well-tested on SBCL and Clozure. Partially tested
  on CMUCL, Lispworks, AllegroCL, and OpenMCL.

Official site (with detailed installation guide):
  http://weblocks.viridian-project.de/

Demo:
  http://weblocks.viridian-project.de/weblocks-demo