Skip to content

Repository files navigation

Metaobject Protocol

This repo holds my code for implementing a metaobject protocol and object system similar to the Common Lisp Object System (CLOS) in Racket as I read through The Art of the Metaobject Protocol.

The metaobject protocol defines the interfaces for defining the behaviors of:

  • Classes
  • Class instantiations (objects)
  • Generic functions
  • Methods

At the end, we should have a complete object system supporting:

  • defclass
  • defgeneric
  • defmethod

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages