From 07be83e881e381e76b0907f05bf8421cc3c1fe03 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Fri, 19 Jan 2007 13:47:07 +0000 Subject: 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. --- doc/CHANGES-2007 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] -- cgit v1.2.3