Skip to content

Actor system first version

Pre-release
Pre-release
Compare
Choose a tag to compare
@GuillermoHernan GuillermoHernan released this 19 Jan 21:23
· 101 commits to master since this 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.