Code Comments
Programming Forum and web based access to our favorite programming groups.I know the Lisp standard had (format ...) and the Scheme standard has (display ...) and (write ...). Is there an implementation of (format ...) for Scheme or is it not needed? Mike
Post Follow-up to this messageMike wrote: > I know the Lisp standard had (format ...) and the Scheme > standard has (display ...) and (write ...). Is there > an implementation of (format ...) for Scheme or is it > not needed? Simple version: <http://srfi.schemers.org/srfi-28/srfi-28.html> Bells, whistles, and screaming: <http://savannah.gnu.org/cgi-bin/vie...mat.scm?rev=3D= 1.12&content-type=3Dtext/vnd.viewcvs-markup> --=20 Jens Axel S=F8gaard
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.