Releases: slburson/misc-extensions
Releases · slburson/misc-extensions
Misc-Extensions 4.0.5
Just a few, ah, miscellaneous improvements:
- Result types
max
andmin
now have a:key
parameter, allowing you to find the maximum or minimum by some property of the values rather than the values themselves. As a special case, if:second-value
is supplied for this parameter, the second value of the mapped function is used. - New result type
product
. - New argument and result types
hash-table
.
Misc-Extensions 4.0.4
fn
now accepts a parameter name of just_
, and gensyms a name for it, so you can write something like(fn (_ x _) ...)
.isetq
now accepts an arbitrary number of variable/value pairs (likesetq
) instead of just one.
Misc-Extensions 4.0.3
Release 4.0.3 of Misc-Extensions includes:
- a more general syntax (the "new syntax") for GMap
- a new README