Simple virtual machine written in Squeak.An overview of AthenaS is:a simple vm implementation that execute a reduced set of bytecode (cf. AthenaSVM>>run:)a compiler (based on the RB AST) that translates Smalltalk code into this bytecode.What I personally think is the most interesting part of my project, is when AthenaS is combined with Smalltalk2Java that translate Smalltalk into Java. The Athena VM can be translated into Java and properly compiled and run.