Thomas Lord wrote: > I think a better way to say it might be to say that low-level string > reps should be purely functional.
Scheme has a functional or immutable string type: symbols. Perhaps what you need to do is add procedures for extracting, concatenating, and perhaps indexing symbols. Alan _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
