Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Imperative programming in scheme

Name: Anonymous 2012-01-14 3:03

So I know I can redefine variables with (set! var), but how would I do other imperative things, like for loops?

Name: Anonymous 2012-01-14 3:12

>>1
-> Tail recursion
-> (loop ...)
-> (dotimes (var number_of_times) ...)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List