Added several new utility macros, including a primitive DESTRUCTURING-BIND.
[clinton/parenscript.git] / src / lib / ps-macro-lib.lisp
2009-04-12 Daniel GackleAdded several new utility macros, including a primitive...
2009-04-12 Daniel GackleAdded a macro WITH-LAMBDA that's useful for wrapping...
2009-02-20 Vladimir SedachFixed the 'pi' symbol-macro.
2009-02-02 Vladimir SedachChanged the @ (slot-value composition macro) not to...
2008-12-30 Vladimir SedachAdded an implementation of 'elt' to ps-macro-lib.
2008-12-08 Vladimir SedachAdded Daniel Gackle <danielgackle@gmail.com>'s contribu...
2008-12-04 Vladimir SedachExported concat-string CL/PS utility function/macro.
2008-11-26 Vladimir SedachImplemented who-ps-html, which is like the ps-html...
2008-08-17 Travis CrossCorrected the definition of ps:length.
2008-04-05 Travis CrossFixed one remaining define-script-symbol-macro.
2008-04-01 Travis CrossAdded handling for PI.
2008-04-01 Travis CrossRelocated the definitions for the 1+ and 1- psmacros...
2008-04-01 Travis CrossImplemented equivalents for the CL hyperbolic trigometr...
2008-03-31 Travis CrossRearranged math psmacros to match the order that the...
2008-03-31 Travis CrossAdded support for SQRT function.
2008-03-31 Travis CrossAdded support for LOG function.
2008-03-31 Travis CrossUpdated atan to support two arguments as in CL.
2007-12-26 Vladimir SedachAdded 'concatenate' to Parenscript macro utilities.
2007-12-26 Vladimir SedachRenamed src/lib Parenscript library files, got rid...