[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Scheme-reports] is there a difference between substring and	string-copy?
- To: scheme-reports@x
 
- Subject: [Scheme-reports] is there a difference between substring and	string-copy?
 
- From: Per Bothner <per@x>
 
- Date: Sun, 11 Nov 2012 22:43:53 -0800
 
Is there any difference between
   (substring string start end)
and
   (string-copy string start end)
I think it's ok to have both - the former for
historical reasons (compatibility) and the latter
for regularity.  But if so, perhaps there should be
a note to that effect.
-- 
	--Per Bothner
per@x   http://per.bothner.com/
_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports