summaryrefslogtreecommitdiff
path: root/Lisp/lisp-value-wrapping.lisp
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups and fixes.Matthias Benkard2008-12-041-1/+2
* When receiving a Lisp value wrapper from Objective-C, unwrap it automatically.Matthias Benkard2008-03-241-8/+4
* Fix COERCE-OBJECT (... (EQL :ID)).Matthias Benkard2008-03-071-10/+0
* Remove a bunch of DEFINE-OBJECTIVE-C-GENERIC-FUNCTION calls.Matthias Benkard2008-03-061-6/+0
* Implement INTERN-LISP-VALUE.Matthias Benkard2008-03-061-6/+7
* Implement the rest of NS::MLK-LISP-STRING, NS::MLK-LISP-ARRAY, and NS::MLK-LI...Matthias Benkard2008-03-061-17/+44
* Implement #/description (NS::MLK-LISP-VALUE).Matthias Benkard2008-03-061-0/+20
* Use INTERN-LISP-VALUE for argument conversion.Matthias Benkard2008-03-041-0/+14
* Add stub for INTERN-LISP-VALUE.Matthias Benkard2008-03-031-0/+14
* Add Lisp value wrapper classes MLKLispString, MLKLispArray, and MLKLispList.Matthias Benkard2008-03-031-4/+54
* Introduce an Objective-C class for wrapping Lisp values.Matthias Benkard2008-03-021-0/+37