Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New module: placelet.HEADmaster | Kaz Kylheku | 2019-05-23 | 1 | -0/+72 |
| | |||||
* | Add example for state transformer monad. | Kaz Kylheku | 2019-01-02 | 1 | -0/+13 |
| | |||||
* | Drop eval-when: functions aren't macro helpers. | Kaz Kylheku | 2015-12-01 | 1 | -21/+20 |
| | |||||
* | Nuke trailing whitespace. | Kaz Kylheku | 2015-12-01 | 1 | -2/+2 |
| | |||||
* | Spelling error. | Kaz Kylheku | 2015-06-09 | 1 | -1/+1 |
| | |||||
* | KIF: split off "anaphorizing" logic into function. | Kaz Kylheku | 2015-01-23 | 1 | -19/+45 |
| | | | | Also, implemented kwhile macro. | ||||
* | KIF: comment formatting. | Kaz Kylheku | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | KIF: symbols may not be "it" candidates. | Kaz Kylheku | 2015-01-21 | 1 | -21/+26 |
| | |||||
* | KIF: more anaphoric than AIF. | Kaz Kylheku | 2015-01-21 | 1 | -0/+120 |
| | |||||
* | Bugfixes. | Kaz Kylheku | 2014-09-12 | 1 | -2/+2 |
| | |||||
* | Adding monads stuff from 2008. | Kaz Kylheku | 2014-09-12 | 1 | -0/+251 |
| | |||||
* | DEFTAIL: Trivial code improvement. | Kaz Kylheku | 2014-08-10 | 1 | -2/+5 |
| | |||||
* | Nuke trailing spaces; convert tabs to spaces. | Kaz Kylheku | 2014-08-10 | 1 | -54/+49 |
| | |||||
* | TAILPROG: renamed to TLET, loses the variable bindings parameter. | Kaz Kylheku | 2013-11-14 | 1 | -12/+15 |
| | | | | Variables are automatically collected from the labels. | ||||
* | TAILPROG: bugfix in handling code blocks with more than one | Kaz Kylheku | 2013-11-14 | 1 | -1/+1 |
| | | | | expression in the body. | ||||
* | DEFTAIL: bugfix when function directly recurses. The return-from in the | Kaz Kylheku | 2013-11-13 | 1 | -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 nonsensical | Kaz Kylheku | 2013-11-13 | 1 | -1/+6 |
| | | | | | to have to specify itself via :other-tails. Support for docstrings added too. | ||||
* | Adding tail recursion utils. | Kaz Kylheku | 2012-01-18 | 1 | -0/+274 |
| | |||||
* | Indentation again. | Kaz Kylheku | 2012-01-16 | 1 | -4/+4 |
| | |||||
* | Indentation. | Kaz Kylheku | 2012-01-16 | 1 | -3/+3 |
| | |||||
* | Adding refs. | Kaz Kylheku | 2012-01-16 | 1 | -0/+51 |
| | |||||
* | Adding deque that I posted to Usenet some years ago. | Kaz Kylheku | 2012-01-16 | 1 | -0/+56 |
| | |||||
* | Okay, really fix the lies, as paste 5 promised. | Kaz Kylheku | 2012-01-06 | 1 | -6/+5 |
| | |||||
* | Annotation 4 from http://paste.lisp.org/display/72068 | Kaz Kylheku | 2012-01-06 | 1 | -11/+0 |
| | | | | | Fix lies in the documentation about #@() . [Note: diff contains no such documentation fix.] | ||||
* | Annotation 4 from http://paste.lisp.org/display/72068 | Kaz Kylheku | 2012-01-06 | 1 | -49/+109 |
| | | | | | Syntax and semantic changes. [Note: contains the fix promised in Annotation 3.] | ||||
* | Annotation 2 from http://paste.lisp.org/display/72068 | Kaz Kylheku | 2012-01-06 | 1 | -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/72068 | Kaz Kylheku | 2012-01-06 | 1 | -26/+58 |
| | | | | Bugfixes, new directive. | ||||
* | Annotation 1 from http://paste.lisp.org/display/72068 | Kaz Kylheku | 2012-01-06 | 1 | -51/+104 |
| | | | | New intern directive, empty directives, bugfixes. | ||||
* | Initial version of PKG from http://paste.lisp.org/display/72068. | Kaz Kylheku | 2012-01-06 | 1 | -0/+287 |