summaryrefslogtreecommitdiffstats
path: root/struct.h
Commit message (Expand)AuthorAgeFilesLines
* Methods for turning objects into sequences.Kaz Kylheku2016-06-011-0/+1
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Useful feature: object post-initialization.Kaz Kylheku2015-12-161-1/+2
* defun can define methods.Kaz Kylheku2015-11-301-1/+1
* func-get-name calculates a name for methods.Kaz Kylheku2015-11-301-0/+1
* Introducing lazy structs.Kaz Kylheku2015-11-201-0/+1
* New uslot function and usl macro.Kaz Kylheku2015-11-201-0/+1
* Adding defmeth macro and static-slot-ensure.Kaz Kylheku2015-10-161-0/+1
* New function: reset-struct.Kaz Kylheku2015-10-061-0/+1
* New function: replace-struct.Kaz Kylheku2015-10-061-0/+1
* New function: clear-struct.Kaz Kylheku2015-10-061-0/+1
* slot-p renamed to slotp, conforming with Lisp conventions.Kaz Kylheku2015-10-031-1/+1
* New umeth and umethod macro and function.Kaz Kylheku2015-10-031-0/+1
* New super-method function.Kaz Kylheku2015-10-011-1/+2
* Implementation of static slots for structures.Kaz Kylheku2015-09-291-1/+7
* Introducing structs.Kaz Kylheku2015-09-021-0/+39