Version History
Version 0.3
(Released 03/27/2012)
- NewFeature: The macro define-mw-algorithm now generates an
additional macro named
mw-with-task-policy-for-name. This new macro
allows one to name a task adder function for the task algorithm which
honors a specific task policy. This named function can be used
as a regular Common Lisp function (mapped across a list, etc)
in the body of the macro.
Version 0.2
(Released 04/12/2011)
- NewFeature: Added basic support for the lambda list keywords of &rest,
&optional, and &key for use by the task algorithms.
- NewFeature: Added a new example, Argument-Processing, demonstrating
the use of the &rest, &optional, and &key lambda list keywords in a task algorithm.
- BugFix: Fixed various warnings in the examples.
- BugFix: Fixed broken navigation icon links in html manual.
Version 0.1
(Released 11/02/2010)
- Info: Initial release of CL-MW.
Peter Keller
2012-03-27