This is an initial release of o42a programming language. It is intended for introduction of the main language concepts and is a result of two and a half years of development.
This is a draft implementation. It's still missing many of the important language features and has a very basic runtime library. But this is enough to start writing simplest programs to getting familiar with o42a.
The only supported platform is GNUL/Linux x86_64.
Source code is available for download under the terms of GNU General Public License, version 3.
Installation instructions available in the INSTALL file inside source code rchive and here.