Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 1013 Bytes

README.textile

File metadata and controls

27 lines (15 loc) · 1013 Bytes

Cascade

Welcome to Cascade! Cascade is a web framework for Clojure that emphasizes
idiomatic use of Clojure while drawing inspiration from the Apache Tapesty
web framework.

Cascade templates are an embedded DSL directly in the Clojure code; this takes some getting used to
but ensures that you can take maximum advantage of Clojure when creating your application.

Templates and actions (also Clojure functions) are linked together through a simple action framework.

See the Cascade Wiki for more information.

Authors

Cascade is a itty-bitty side project of Howard M. Lewis Ship, who should be spending more time
on Tapestry.

Care to contribute? Drop me a line!

License

Cascade is released under the terms of the Apache Software License 2.0.

Cascade bundles the JQuery library (version 1.3.2), distributed under dual MIT and GPL licenses.