diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-01-19 13:47:07 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-01-19 13:47:07 +0000 |
commit | 07be83e881e381e76b0907f05bf8421cc3c1fe03 (patch) | |
tree | ace517396cc2437919f2a5fdfde553cdd84a3117 | |
parent | 546fd9c15c0805c4a5de3a1030a37228f5eae545 (diff) | |
download | pkgsrc-07be83e881e381e76b0907f05bf8421cc3c1fe03.tar.gz |
Note 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.
-rw-r--r-- | doc/CHANGES-2007 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index a012a18e897..4bb53ff53ed 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.182 2007/01/19 13:00:08 uebayasi Exp $ +$NetBSD: CHANGES-2007,v 1.183 2007/01/19 13:47:07 uebayasi Exp $ Changes to the packages collection and infrastructure in 2007: @@ -275,3 +275,4 @@ Changes to the packages collection and infrastructure in 2007: Updated sysutils/bacula-tray-monitor to 2.0.1 [ghen 2007-01-19] Updated sysutils/bacula-wx-console to 2.0.1 [ghen 2007-01-19] Updated lang/gauche to 0.8.9 [uebayasi 2007-01-19] + Added www/kahua version 1.0.1 [uebayasi 2007-01-19] |