TinyTalk


TinyTalk is a simple dynamic object system with

  - Lexically scoped objects
  - Naming not required
  - Selector [Smalltalk style] dispatch
  - Self-like delegation semantics
  (build prototype, class, multiple-inheritance, whatever OO style you want)
  - No global tables
  - Minimal syntax, minimal mechanism [Really an OO toolkit]
  - Fully Dynamic
  - R6RS Scheme
  - Fun!
  - Modern successor to YASOS

Homepage: https://launchpad.net/kend


category-object-oriented category-software