The Athena Smalltalk
Athena > Documentation > Athena Specificity

Athena Specificity


In its actual state, Athena is relatively close to Smalltalk. This page lists the major differences between Athena and common Smalltalk implementation.
  • Cascade are not supported
  • API greatly reduced
  • Object model different. The following expressions are true:
    • Object superclass isNil
    • Object class superclass == Class
    • Object class class == Class
    • Class superclass == Object
    • Class class class == Class
Here a list of code snippets that you may find useful:
The list of bytecode instructions and primitives are available online.