Arc Forumnew | comments | leaders | submitlogin
Suggestion on (with ) and (let )
1 point by parenthesis 5924 days ago | 1 comment
I like them (better than CL let). But for maximum terse-ness, how about, say, (put ) instead of (with ) ?


3 points by serhei 5924 days ago | link

I disagree, since with is a scoping macro. (put ) makes me think that you are assigning values to variables, which you are not.

-----