[uim-commit] r1973 - branches/r5rs/sigscheme

kzk at freedesktop.org kzk at freedesktop.org
Thu Nov 3 05:45:20 PST 2005


Author: kzk
Date: 2005-11-03 05:45:13 -0800 (Thu, 03 Nov 2005)
New Revision: 1973

Added:
   branches/r5rs/sigscheme/AUTHORS
   branches/r5rs/sigscheme/README
Log:
* sigscheme/AUTHORS
* sigscheme/README
  - new file


Added: branches/r5rs/sigscheme/AUTHORS
===================================================================
--- branches/r5rs/sigscheme/AUTHORS	2005-11-03 13:33:56 UTC (rev 1972)
+++ branches/r5rs/sigscheme/AUTHORS	2005-11-03 13:45:13 UTC (rev 1973)
@@ -0,0 +1,5 @@
+Kazuki Ohta <mover_at_hct.zaq.ne.jp>
+
+Jun Inoue   <jun.lambda_at_gmail.com>
+
+Yamaken     <yamaken_at_bp.iij4u.or.jp>

Added: branches/r5rs/sigscheme/README
===================================================================
--- branches/r5rs/sigscheme/README	2005-11-03 13:33:56 UTC (rev 1972)
+++ branches/r5rs/sigscheme/README	2005-11-03 13:45:13 UTC (rev 1973)
@@ -0,0 +1,53 @@
+What's SigScheme
+======================================
+
+SigScheme is R5RS compatible Scheme interpreter.
+
+
+Feature
+======================================
+
+SigScheme has following features.
+
+- Cover R5RS almost
+- Support Following SRFIs 
+  - SRFI-2  : And-let*
+  - SRFI-6  : Basic String Ports
+  - SRFI-8  : Receive
+  - SRFI-23 : Error Reporting Mechanism
+  - SRFI-34 : Exception Handling for Programs
+  - SRFI-38 : External Representation for Data with Shared Structure
+  - SRFI-60 : Integer as Bits
+- Multibyte String Support 
+- SIOD compatible mode
+
+
+How to build
+======================================
+
+You can build SigScheme by simply doing
+$ make
+at the source directory.
+
+
+Installation
+======================================
+
+If you want to install SigScheme, please execute
+$ make install
+
+
+How to use
+======================================
+
+To execute SigScheme in interactive mode, please type as follows.
+$ sscm
+
+To execute Scheme code by file, please execute like follows.
+$ sscm filename
+
+
+Acknowledgements
+======================================
+
+Part of this software is funded by IPA (http://www.ipa.go.jp/)



More information about the uim-commit mailing list