issues
search
okamsn
/
loopy
A better looping and iteration macro for Emacs.
GNU General Public License v3.0
23
stars
3
forks
source link
Fix previous optimizations. Add some more.
#141
Closed
okamsn
closed
1 year ago
okamsn
commented
1 year ago
numbers
: In Python-like, store the function in a variable.
seq
: Only avoid calculating length in special circumstances.
Add tests for this and previous optimizations.
numbers
: In Python-like, store the function in a variable.seq
: Only avoid calculating length in special circumstances.