modf icon indicating copy to clipboard operation
modf copied to clipboard

A setf like macro for functional programming

Results 2 modf issues
Sort by recently updated
recently updated
newest added

What do you think about something like say `pmodf` (like `psetf`)? On the inside, it would be guaranteed that the object would only be copied once. Something like this. ```lisp...

This is exemplified by PR #5. In that PR, we defined a modf on getf on a plist to include a copy of the entire list. If in one context...