summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New module: placelet.HEADmasterKaz Kylheku2019-05-231-0/+72
|
* Add example for state transformer monad.Kaz Kylheku2019-01-021-0/+13
|
* Drop eval-when: functions aren't macro helpers.Kaz Kylheku2015-12-011-21/+20
|
* Nuke trailing whitespace.Kaz Kylheku2015-12-011-2/+2
|
* Spelling error.Kaz Kylheku2015-06-091-1/+1
|
* KIF: split off "anaphorizing" logic into function.Kaz Kylheku2015-01-231-19/+45
| | | | Also, implemented kwhile macro.
* KIF: comment formatting.Kaz Kylheku2015-01-221-1/+1
|
* KIF: symbols may not be "it" candidates.Kaz Kylheku2015-01-211-21/+26
|
* KIF: more anaphoric than AIF.Kaz Kylheku2015-01-211-0/+120
|
* Bugfixes.Kaz Kylheku2014-09-121-2/+2
|
* Adding monads stuff from 2008.Kaz Kylheku2014-09-121-0/+251
|
* DEFTAIL: Trivial code improvement.Kaz Kylheku2014-08-101-2/+5
|
* Nuke trailing spaces; convert tabs to spaces.Kaz Kylheku2014-08-101-54/+49
|
* TAILPROG: renamed to TLET, loses the variable bindings parameter.Kaz Kylheku2013-11-141-12/+15
| | | | Variables are automatically collected from the labels.
* TAILPROG: bugfix in handling code blocks with more than oneKaz Kylheku2013-11-141-1/+1
| | | | expression in the body.
* DEFTAIL: bugfix when function directly recurses. The return-from in theKaz Kylheku2013-11-131-10/+12
| | | | | generated FLET then references the FLET rather than the surrounding function. Fixed by introducing anon block as the target of the return instead.
* DEFTAIL: a deftail function should know about itself; it is nonsensicalKaz Kylheku2013-11-131-1/+6
| | | | | to have to specify itself via :other-tails. Support for docstrings added too.
* Adding tail recursion utils.Kaz Kylheku2012-01-181-0/+274
|
* Indentation again.Kaz Kylheku2012-01-161-4/+4
|
* Indentation.Kaz Kylheku2012-01-161-3/+3
|
* Adding refs.Kaz Kylheku2012-01-161-0/+51
|
* Adding deque that I posted to Usenet some years ago.Kaz Kylheku2012-01-161-0/+56
|
* Okay, really fix the lies, as paste 5 promised.Kaz Kylheku2012-01-061-6/+5
|
* Annotation 4 from http://paste.lisp.org/display/72068Kaz Kylheku2012-01-061-11/+0
| | | | | Fix lies in the documentation about #@() . [Note: diff contains no such documentation fix.]
* Annotation 4 from http://paste.lisp.org/display/72068Kaz Kylheku2012-01-061-49/+109
| | | | | Syntax and semantic changes. [Note: contains the fix promised in Annotation 3.]
* Annotation 2 from http://paste.lisp.org/display/72068Kaz Kylheku2012-01-061-8/+0
| | | | | Bugfix: find-package invoked on package object. [Note: no such fix is evident in the diff.]
* Annotation 2 from http://paste.lisp.org/display/72068Kaz Kylheku2012-01-061-26/+58
| | | | Bugfixes, new directive.
* Annotation 1 from http://paste.lisp.org/display/72068Kaz Kylheku2012-01-061-51/+104
| | | | New intern directive, empty directives, bugfixes.
* Initial version of PKG from http://paste.lisp.org/display/72068.Kaz Kylheku2012-01-061-0/+287