Dao Studio Changelog

What's new in Dao Studio 0.5 Beta 3

Nov 20, 2014
  • Adds specialized Boolean (bool, true, false); removed boolean enum class subtype (enum , etc.);
  • Remove the double type and float to double;
  • The int to 64 (regardless of platform digits);
  • Increased invar class, allows users to define immutable type;
  • Adds support for user-defined comparison operations and hash;
  • Adds a number of improvements;
  • Adds a number of bug fixes;

New in Dao Studio 0.5 Beta 2 (Aug 26, 2014)

  • Added a new performance profiler (enabled by command line option -p or --profile);
  • Added a new and improved bytecode format and the corresponding encoder and decoder;
  • Added new support for mixin, class decorator and aspect-oriented programming;
  • Changed the defer-recover base error handling to a purely defer based error handling;
  • Added new support for invariables;
  • Updated and added new documentations;