Arc Forumnew | comments | leaders | submitlogin
1 point by almkglor 5910 days ago | link | parent

nitpick: I think you meant rem-pairs:cdr not rem-pairs:car

An interesting idea. Although you could just use my p-m: macro^^.



1 point by drcode 5910 days ago | link

Thanks for the bug report- now fixed.

:) I agree your pm macro solves this almkglor.

-----

3 points by almkglor 5910 days ago | link

What I really wanted to see was some method by which to determine if the caller specified an optional param, or didn't. I didn't want to depend on (o param 'some-random-value), because the user might actually want that value, and wrapping functions in w/uniq isn't exactly terse.

-----