Kahua Release
- Release Note
- Download
- Current Version 1.0.7.3 (2008-05-08)
kahua-web Release
- kahua-webとは
- Release Note
- Download
- Current Version 0.3.1 (2007-06-12)
Security Advisory
Event Log
Documentation
For developers
Site info
Related Site
Kahua.org
Kahua is a continuation-based framework to develop application service.
Kahua project is one of the open source projects that develop Kahua itself and Kahua application service. Everybody can join Kahua project.
See About Kahua in detail.
This site is build up with and operated by kahua-web, that is one of the Kahua applications.
Announcement
We are very pleased to say that we've released Kahua 1.0, the first stable version on 2006/12/28.
Kahua is a continuation-based application server or framework. This release is designed not for leading-edge programer(a.k.a. geeks) butfor all programers who are interested in Scheme or continuation-based development model.
Getting Started
- Download Gauche 0.8.13 or later from here and install to your machine.
- Download Kahua 1.0.7.3 from here and build from tarball
% tar xvzf Kahua-1.0.7.3.tgz % cd Kahua-1.0.7.3 % ./configure --prefix=$HOME/kahua --with-staticdir=$HOME/public_html/kahua % make % make check % make install % make install-examples
- Try Kahua by running the standalone server:
% ($HOME/kahua/bin/kahua-spvr --httpd localhost:8888 >>/tmp/kahua-error.log &)
- Start a browser and visit http://localhost:8888/.
- You will see and can use one of sample applications, "lambdabooks".
- See INSTALL in detail.
- Figure out and start typing your script, and run it!
English Documents
Though we are trying very hard to prepare English documents, they are not worth to use Kahua at full value. Following documents are now available in English.
- About Kahua
- INSTALL
- KSA2006-001
- Application
- Scripts
- CVS Repository
- Contact
- Download
- Mailing List
- Release Note
What's new
- (2008-05-08) Kahua-1.0.7.3 has been released. Read release note.
- (2008-03-06) Kahua-1.0.7.2 has been released. Read release note.
- (2007-10-30) Kahua-1.0.7.1 has been released. Read release note.
- (2007-09-21) Kahua-1.0.7 has been released. Read release note.
- (2007-08-01) Kahua-1.0.6 has been released. Read release note.
- (2007-07-01) Kahua-1.0.5 has been released. Read release note.
- (2007-05-31) Kahua-1.0.4 has been released. Read release note.
- (2007-04-27) Kahua-1.0.3 has been released. Read release note.
- (2007-02-15) Kahua-1.0.2 has been released. Read release note.
- (2007-01-18) Kahua-1.0.1 has been released. Read release note.
- (2007-01-18) Gauche 0.8.9 is available.
- (2006-12-28) Kahua-1.0 has been released. Read release note.
- (2006-12-14) Kahua-0.9.1 has been released. Read release note (Japanese only).
- Fix minor bug on Kahua-0.9.
- (2006-12-13) Kahua-0.9 has been released.
- (2006-11-21) Kahua-0.8 has been released.
- (2006-11-11) Gauche 0.8.8 is available.
- With this release Kahua from next version,version 0.8 or later requires Gauche 0.8.8 or later. Kahua 0.7 also runs on Gauche 0.8.8 appropriatly.
- (2006-11-10) The report of the security weakness of Kahua fixed in Kahua 0.7 is availble from JPCERT/CC.
- (2006-09-29) Kahua-0.7 has been released.
- Fixed security weakness is included.See Security Advisory in detail.
Kahua project was part of "Infrastructure Building Program for Open Source Software" in Information-technology Promotion Agency (IPA) from 2003/09/05 to 2004/03/05.