Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clos

Equivalance of instanceof for CLOS? How to check if instance is inherited from another object?

Comprehensive guide on common lisp types

types common-lisp slots clos

How to use a "taken" word as a CLOS generic

Trying to learn: Object Reorientation, and generic functions in LISP!

What's the equivalent of constructors in CLOS?

lisp common-lisp clos

CLOS make-instance is really slow and causes heap exhaustion in SBCL

Use of :method option in defgeneric

common-lisp clos

Remove one method from a generic function

common-lisp clos

Does Java support dispatching to specific implementations based on types of multiple objects like Lisp does?

How to force slot's type to be checked during make-instance?

Using CLOS class instances as hash-table keys?

When is an initform used?

lisp common-lisp clos

memory usage by objects in common lisp

Is there a generic method for cloning CLOS objects?

object clone common-lisp clos

Optional Arguments in defgeneric?

common-lisp clos

Using Common Lisp CLOS objects as keys in a hashtable?

key hashtable common-lisp clos

Hierarchy of standard-object and standard-class in Common Lisp

lisp common-lisp clos

Make clos objects printable in lisp

How to change class's metaclass

common-lisp sbcl clos

Test if a class is a subclass of another class in common lisp

lisp class common-lisp clos mop