Open Source

A grab-bag of open source software news — releases, interesting projects, and the licenses (New BSD, MIT, LGPL) Fleximus favours.

  

Google created a new systems language, the Go Programming Language.

The language is a mix between C/C++ and a dynamically typed language like Python/JavasSript. The language has a garbage-collector and avoids the overhead of C-style include files and libraries which results in fast compile times for large projects.

Read more