Slashdot Mirror


User: yefrederic

yefrederic's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Affero GPL? on Opa 1.0 Released · · Score: 1
    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.

  2. Re:Dreadful summary on Opa 1.0 Released · · Score: 1

    Very good idea for the chapter about Opa for OO dummies. You are absolutely right ;)

  3. Re:Dreadful summary on Opa 1.0 Released · · Score: 1

    One of the part of Opa is it's type inference, so you still can write JavaScript like code, but with the type being infered without the need to precise it most of the time.