Skip to content

Releases: slburson/misc-extensions

Misc-Extensions 4.0.5

21 Jan 07:30
Compare
Choose a tag to compare

Just a few, ah, miscellaneous improvements:

  • Result types max and min 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

02 Jun 21:48
Compare
Choose a tag to compare
  • 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 (like setq) instead of just one.

Misc-Extensions 4.0.3

23 May 02:57
Compare
Choose a tag to compare

Release 4.0.3 of Misc-Extensions includes:

  • a more general syntax (the "new syntax") for GMap
  • a new README