The Blue Programming Language 1.4 (Default branch) |
|
|
Wednesday February 13, 2008. 08:53 AM FreshMeat
Blue is a new multi-purpose dynamic programming language. The minimalistic syntax is intuitive, easy to learn, and adapts to a broad range of programming styles and standards.
License: GNU General Public License (GPL)
Changes:
Blue now runs up to twice as fast, but loses some
of its dynamic nature. Macro-like functions have
been removed. Global and local variables are
resolved at compile time. This makes them faster,
but dynamically inaccessible. Modules have been
simplified and are more efficient. Several bugs
have been fixed, and the documentation has been
updated to reflect the changes in syntax.
|