Actor system first version
Pre-release
Pre-release
Features the first version of the actor system. Incorporates actors which can send and receive messages through named endpoints.
This version also replaces Javascript prototype-based object system by a class-based object system.
Objects prototypes have proven to be problematic when you want 'deep frozen' objects (object which are immutable and contains no direct or indirect references to mutable objects.