[Minor] [minor commit] r687 - trunk

jimb at red-bean.com jimb at red-bean.com
Fri Jun 8 19:29:11 CDT 2007


Author: jimb
Date: Fri Jun  8 19:29:11 2007
New Revision: 687

Log:
More ideas.


Modified:
   trunk/TODO

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Fri Jun  8 19:29:11 2007
@@ -128,6 +128,14 @@
 
 ==== prd.txt item 8 ("Full R5RS, with modules and macros") finished
 
+* "Text buffer" and "byte buffer" types that support insertion and
+  deletion at arbitrary points (using a gap buffer?), markers, and the
+  like.
+
+* text/byte string formatting library based on inserting into buffers,
+  with a syntax that hides creating a buffer, passing the buffer to
+  all the operators, and turning the result into a string
+
 * Should we have a C-level function to do a longjmp in a way that
   runs unwinds for things like mn_environment_for_each?
 



More information about the Minor mailing list