Replies: 3 comments 5 replies
-
Thought: Currying the (quasi-)mutable collection seems wrong to me. |
Beta Was this translation helpful? Give feedback.
-
I've also just had a moment of doubt, after recalling that the standard for Lisp list operations is arguments first: (Of course, lisp arrays use the reverse order so that may be a weak point...) |
Beta Was this translation helpful? Give feedback.
-
When and if loops become available, there would be less of a use-case for curried destructive functions. At the present time, With loops, it becomes something like (perhaps)
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Referring to Issue #938, I think we should try to reach consensus on the order of arguments in push, get, and put functions.
4 votes ·
Beta Was this translation helpful? Give feedback.
All reactions