Comment Re:Affero GPL? (Score 1) 79
If you modify the compiler, you have to redistrbute the source indeed.
Notice the compiler does not include the standard library and the backends (native/node)
The Opa compiler will remain an AGPL project. The standard library and the native backend will be licensed under the GPL license with the so-called ClassPath exception, like Java. The exception means you can link the GPL code with any code, opening the door to license your application under any license. The forthcoming Node.js backend will be licensed under the MIT license.