cobra as part of haxe toolkit
Posted: Sat Oct 31, 2015 6:52 am
Cobra has the sweetest syntax I've seen, feature-wise is very clean, and has excellent error messages, has testing built in, contracts, good things.
I only see people complain about the dot net part.
Cobra uses most of dot net for its operation but it's not strictly glued to it, correct me if I'm mistaken.
there is a language and toolkit called "haxe". it's a modern language and compiler, the unique thing is that they have multi targets. you can compile to c#, java, c++, android, ios, flash, html5, js, ...
it's mostly for game makers, targeting mobile.
the compiler is written in ocaml, and it's possible to create new frontends or new backends.
the idea is to create a parser, and all the things the frontend part needs, so cobra (syntax-wise) can be part of this eco system.
it is an effort and work but the benefits could be huge. an indie dev will find it practical to use haxe, and cobra syntax would make it fun and pleasurable.
best regards to everyone.
I only see people complain about the dot net part.
Cobra uses most of dot net for its operation but it's not strictly glued to it, correct me if I'm mistaken.
there is a language and toolkit called "haxe". it's a modern language and compiler, the unique thing is that they have multi targets. you can compile to c#, java, c++, android, ios, flash, html5, js, ...
it's mostly for game makers, targeting mobile.
the compiler is written in ocaml, and it's possible to create new frontends or new backends.
the idea is to create a parser, and all the things the frontend part needs, so cobra (syntax-wise) can be part of this eco system.
it is an effort and work but the benefits could be huge. an indie dev will find it practical to use haxe, and cobra syntax would make it fun and pleasurable.
best regards to everyone.