aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/commands.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Change that crazy nameGravatar Tom Willemse2013-10-061-1/+1
| | | | | Practical Common Lisp suggested that most Lisp projects used Java-like naming schemes. I have not seen this happen in the real world so much.
* Move command definitions to separate fileGravatar Tom Willemse2013-10-061-0/+130
Hoping to keep the clark source file clean.