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

tkng at freedesktop.org tkng at freedesktop.org
Mon Jul 25 06:14:03 EST 2005


Author: tkng
Date: 2005-07-24 13:13:58 -0700 (Sun, 24 Jul 2005)
New Revision: 1023

Modified:
   branches/r5rs/sigscheme/MEMO
Log:
* sigscheme/MEMO: Updated. Added description about autoloading
  and error handling.


Modified: branches/r5rs/sigscheme/MEMO
===================================================================
--- branches/r5rs/sigscheme/MEMO	2005-07-24 20:08:11 UTC (rev 1022)
+++ branches/r5rs/sigscheme/MEMO	2005-07-24 20:13:58 UTC (rev 1023)
@@ -15,6 +15,9 @@
 
 Gauche uses dynamic-load to load shared library. 
 
+If the implementation cost is low, impelmenting autoloading feature would
+be a good idea.
+
 * vector
 
 Vector will be very important data structure. Sorted vector data will
@@ -30,3 +33,9 @@
 
 Defined as SRFI-9, define-record-tipe should be implemented to replace
 current define-record.
+
+* error handling
+
+Though I don't so much about error handling for Scheme, but current implementation
+is obviously inadequate from the point of view of error recovery. i.e. error function
+should not call exit().



More information about the uim-commit mailing list