|
|
|
|
|
by Avshalom
3596 days ago
|
|
on the other hand = is one character, and if it's not a legal character in identifiers then
x=1 y=2 z=3 takes 2n characters (setf x 1 y 2 z 3) takes 2n+7 characters (plus however many we're using for the actual identifies and values but those'll be the same between examples) |
|