summaryrefslogtreecommitdiff
path: root/www/kahua/DESCR
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2007-01-19 13:45:35 +0000
committeruebayasi <uebayasi@pkgsrc.org>2007-01-19 13:45:35 +0000
commitdbfb41e29030830100d933b298fbcaa2d2c1212a (patch)
treea07f49fc5ab28eb5953e4a954c1db9fd4d1b2f7a /www/kahua/DESCR
parent71cd7667dfa74ab245e1f52325ca6735c42135fa (diff)
downloadpkgsrc-dbfb41e29030830100d933b298fbcaa2d2c1212a.tar.gz
Initial import of Kahua 1.0.1.
Kahua is CPS, Continuation Passing Style application framework written in one of scheme implementation, Gauche. CPS has following advantages. - You can use "Continuation" easily so you can resolve the typical Web Applicaiton's problem of process disconnection. - You can program declaratively by using S-expressions as fundamental data type. - You can use Kahua's Object Database to permanent data by itself. - You can modify the function being run and it supports incremental development. Gauche is an R5RS Scheme implementation that is designed to be a useful tools for daily work. See http://practical-scheme.net/gauche/ in detail. Kahua is licensed under the modified BSD license. See COPYING in detail. "Kahua" means platform, location or base in Hawaiian.
Diffstat (limited to 'www/kahua/DESCR')
-rw-r--r--www/kahua/DESCR20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/kahua/DESCR b/www/kahua/DESCR
new file mode 100644
index 00000000000..b5290841d0b
--- /dev/null
+++ b/www/kahua/DESCR
@@ -0,0 +1,20 @@
+Kahua is CPS, Continuation Passing Style application framework written
+in one of scheme implementation, Gauche.
+
+CPS has following advantages.
+
+- You can use "Continuation" easily so you can resolve the typical Web
+ Applicaiton's problem of process disconnection.
+- You can program declaratively by using S-expressions as fundamental
+ data type.
+- You can use Kahua's Object Database to permanent data by itself.
+- You can modify the function being run and it supports incremental
+ development.
+
+Gauche is an R5RS Scheme implementation that is designed to be a
+useful tools for daily work. See http://practical-scheme.net/gauche/
+in detail.
+
+Kahua is licensed under the modified BSD license. See COPYING in detail.
+
+"Kahua" means platform, location or base in Hawaiian.