|
|
|
|
|
by loup-vaillant
3597 days ago
|
|
Indeed, my main point is not verbosity —it's regularity. I'd rather repeat `setf` in most cases in the name of regularity. That way we spot the semantic difference between lines more easily. You'd have to use the assignment heavily to justify implementing the `=` syntax, which is barely prettier than the regular `setf` syntax. Plus, you'd probably have to add some annotation anyway, partially defeating the point: (assign
x = 10
y = 20
z = 30)
|
|
P.S. of course I know rotatef would be better here.