I was just thinking that. What would you think about keyword args that started with a hyphen instead of a colon?
(uniqify (sort (<) cdr.ls) -and car.ls -into list:car.ls)
It's too bad this suggestion also uses an operator char, though. Or maybe there's some way to describe keyword args as a macro?!
-----