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

tkng at freedesktop.org tkng at freedesktop.org
Fri Jul 22 07:58:24 EST 2005


Author: tkng
Date: 2005-07-21 14:58:22 -0700 (Thu, 21 Jul 2005)
New Revision: 1003

Added:
   branches/r5rs/sigscheme/MEMO
Log:
* MEMO (NEW): Temporary memo file.


Added: branches/r5rs/sigscheme/MEMO
===================================================================
--- branches/r5rs/sigscheme/MEMO	2005-07-21 10:31:26 UTC (rev 1002)
+++ branches/r5rs/sigscheme/MEMO	2005-07-21 21:58:22 UTC (rev 1003)
@@ -0,0 +1,27 @@
+Temporary memo file
+===================
+
+This is personal memo for tkng. If you want to discuss about the topic
+in this memo, you should post the topic to the ML, instead of rewriting this
+file directly.
+
+These issues should be resolved until 0.5.0. I'll remove this meme
+until 0.5.0 release.
+
+* require/load
+
+In gauche, require works at compile time, not at executiontime. SigScheme
+should be so. Instead of require, load actually works at execution time.
+
+Gauche uses dynamic-load to load shared library. 
+
+* vector
+
+Vector will be very important data structure. Sorted vector data will
+make uim faster. In addition, it would reduce memory consumption.
+
+* define-record-type
+
+Defined as SRFI-9, define-record-tipe should be implemented to replace
+current define-record.
+



More information about the uim-commit mailing list