Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clos

Initializing slots based on other slot values in Common Lisp Object System class definitions

common-lisp clos slot

Comparing Common Lisp with Gambit w.r.t their library access and object systems

lisp: How to create temporary method specialization within a scope

lisp common-lisp clos mop

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