Blue 1.6.10 has been released. Blue is a portable, high-level, dynamic programming language.
This release includes: sys.clone and sys.copy functions to support prototype-based programming, the addition of the foreach method to functions to allow for iteration over a number of arguments, and bug fixes.
Blue 1.6.1 has been released. Blue is a portable, high-level, dynamic programming language.
This release includes: the addition of int, abs, round and trig methods to the number type; memory leak fixes; support for detecting and freeing cyclic references in lexical variables; bug fixes; and other changes.
Blue 1.5.7 has been released. Blue is a portable, high-level, dynamic programming language.
This release includes: performance improvements, reduced memory consumption,the addition of the sys.import function for loading libraries and modules, the movement of the std and types libraries into the core language, and other changes.