A possible case study: there a scanf procedure in slib, a pseudo standard 
library for Scheme[1][2]. It does mutate the passed arguments like with C's 
scanf which i think is not the idiomatic way to do things in Racket[3]

doc: 
http://people.csail.mit.edu/jaffer/slib/Standard-Formatted-Input.html#Standard-Formatted-Input
code: http://cvs.savannah.gnu.org/viewvc/slib/slib/scanf.scm?view=markup

[1] https://en.wikipedia.org/wiki/SLIB
[2] http://people.csail.mit.edu/jaffer/SLIB.html
[3] http://blog.racket-lang.org/2007/11/getting-rid-of-set-car-and-set-cdr.html

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to