KPAX is a Common Lisp Web Application Framework.
You can learn more about KPAX from its website: http://homepage.mac.com/svc/kpax/.
Please explore some of the following public demo applications:
| Web App Name | Description | Source Code |
|---|---|---|
| HELLOWORLD1 | A simple, mostly static web application Learn about the structure of web apps. | View Download |
| FACTORIAL1 | A simple web app that computes arbitrary factorials. Learn about basic form processing. | View Download |
| SNOOP1 | A web app that prints out all request headers and request parameters. Learn about getting data from the request-response object. | View Download |
| SESSION1 | A web app that prints out session related info and tracks invocations Learn about basic session management. | View Download |
| BENCHMARK1 | A simple, dynamically computed page conforming to the DW-Bench spec. Compare KPAX performance to your favorite alternative. | View Download |
| MENU1 | A test application for the menu(bar) system on top of KPAX. Learn how to easily define and work with a dynamic menu. | View Download |
| TABS1 | A test application for the tabs system on top of KPAX. Learn how to easily define and work with tabs. | View Download |
| FORMS2 | A test application for the sophisticated form processing system on top of KPAX Learn how to define and work with powerful data driven forms. | View Download |
| CALCULATOR | A complete, basic calculator web app. Learn about request tracking and model-view-controller. | View Download |
| The famous Reddit clone written in less than 100 lines of elegant code. Learn about the power and elegance of KPAX web app development. | View Download |
There are many more interesting examples in the KPAX source distribution.