| I think they are useful for specifying (safe) default values, or for complex functions.
I see that Arc has rreduce, but it could have been just reduce with :from-end t.
It's true that rreduce is shorter. However, should you write a new function (maybe duplicate some code) were you could have used a simple argument combination ? |