Rewrote 'ps' macro to expand into 'with-output-to-string' instead of
[clinton/parenscript.git] / src / compilation-interface.lisp
2009-07-06 Vladimir SedachRewrote 'ps' macro to expand into 'with-output-to-strin...
2009-05-10 Vladimir SedachMade compiled-form-to-string use write-string instead...
2009-05-09 Vladimir SedachSubstantially modified the way Parenscript compilation and
2009-04-29 Vladimir SedachAdded file compilation and eval-when facilities (patch...
2009-04-29 Vladimir SedachFixed bug in keyword argument handling (patch thanks...
2009-04-13 Vladimir SedachIntroduced the *js-target-version* special variable...
2009-04-11 Daniel GackleUse WITH-OUTPUT-TO-STRING instead of CONCATENATE, becau...
2009-03-06 Vladimir SedachAdded ps-doc* function to PS compilation interface.
2009-02-02 Vladimir SedachDefined ps-inline as a PS macro in addition to a CL...
2009-01-14 Vladimir SedachModified the printer so that PS and PS-INLINE compile...
2008-04-05 Travis CrossChanged script-* to ps-* across the board for consistency.
2008-03-30 Travis CrossAdded a mechanism for expanding parenscript forms in...
2007-11-15 Vladimir SedachMoved code from js/ps-macrology.lisp to special-forms...
2007-10-29 Vladimir SedachMore refactorings to the printer, exported symbols...
2007-10-16 Vladimir SedachChanged ps-inline to take a form instead of an implicit...
2007-08-24 Vladimir SedachUpdated the ParenScript reference.
2007-08-22 Vladimir SedachFixed the problem with compile-parenscript-form not...
2007-08-20 Vladimir SedachRemoved js and ps-inline as special forms; added ps...
2007-08-15 Vladimir SedachReworked printing implementation to get rid of dwim...
2007-08-12 Vladimir SedachBig refactoring of the ParenScript compiler.
2007-08-04 Vladimir SedachRemoved parenscript.reader
2007-08-03 Vladimir SedachRestored special-form getting and setting by symbol-na.
2007-08-03 Red Dalykeyword/optional fixes, slot-value accepts many slot...
2007-08-01 Red Dalyfixed minor issues with advanced lambda lists, addition...
2007-07-30 Vladimir SedachRevised PS interface and deprecated function list based...
2007-07-30 Vladimir SedachFixed bug where script* wasn't evaluating its arguments...
2007-07-27 Red DalyASDF interaction for Parenscript files
2007-07-26 Vladimir SedachCleaned up deprecated interface, added Lisp/ParenScript...
2007-07-25 Red Dalyusable package system
2007-07-24 Red Dalybulk of package system, reader, and other refactoring
2007-07-20 Red Dalyeval-when special form
2007-07-20 Red Dalyrenaming and refactoring