From Scott at sympoiesis.com Sun Jul 15 21:01:09 2007 From: Scott at sympoiesis.com (Scott L. Burson) Date: Sun, 15 Jul 2007 14:01:09 -0700 Subject: [misc-extensions-announce] Misc-Extensions 1.1 released Message-ID: <10128A51-01C9-44F9-9726-9BE4A2018CD7@sympoiesis.com> I have released version 1.1 of Misc-Extensions. It includes version 3.3 of GMap, which contains the following changes: () Revamped arg types `:index' and `:index-inc' (incompatibly). () Added doc strings, including on the predefined arg- and result-types, and arranged for them to be placed on the symbol-plist, where there's an outside chance someone might find them. () Revamped result types `:vector' and `:string' (incompatibly). () Removed deprecated arg- and result-types `:array'. () Changed most optional arguments to arg- and result-types to keyword arguments. () Substantially expanded the multiple-value capability. Now it is possible for an arg-spec to generate any number of arguments to the function being mapped, and for a single result-spec to consume more than one value returned by that function. () Using the new multiple-value capabilities, added `:alist' and `:plist' as both arg- and result-types. Thanks to Joerg Hoehle for some useful suggestions. -- Scott