8 ms·
Pascal is strict, but it still has stuff like “move(var1, var2)”, out parameters, etc., so it's also call-by-reference. I didn't know at the time that Racket w
by artyomkazak 12y ago
Pascal is strict, but it still has stuff like “move(var1, var2)”, out parameters, etc., so it's also call-by-reference.
I didn't know at the time that Racket was call-by-value.
Quote was confusing at first, yes.