Opa 1.0 Released
phy_si_kal writes "The open source Opa project just released its 1.0 version. Opa appeared last year and was discussed a few times. Throughout the year, Opa adopted a JavaScript-like syntax, gained support for MongoDB and now Node.js. Opa positions itself as the enterprise JavaScript framework due to the safety and security provided by its strong static typing system. Indeed, Opa checks the type safety of the application over the whole application, from client, to server, to database. Opa also provides many automation algorithms, such as the automated use of Node.js fibers at runtime, automated client/server and server/database dialog. The site of the project also announces a developer challenge."
So what does Opa actually do?
I'm an enterprise Java developer, and even I had to read that three times to work out what it's meant for.
Does this meant that opa can't handle a simple slashdotting?!!
Don't overdo it with the marketing speak.
...is that I'm really hungry for gyros!
Typical Slashdot summary. A bunch of links that tell you a little bit, no clear "main link" and no one clear link that does a clear job explaining what "Opa" is.
Why can't the articles start with a link to one major articles and (maybe) more links in the summary.
Opa Mongo Node Mongo!
I was reading through their tour, and got to here: http://doc.opalang.org/manual/The-type-system
The language certainly seems *strongly* typed, but it seems like you can bind types to functions at runtime... which means its not *statically* typed...
How does this compare to http://onilabs.com/stratifiedjs ?
Opa positions itself as the enterprise JavaScript framework due to the safety and security provided by its strong static typing system.
In other words, it fixed a design flaw in the JavaScript language.
We are people finally going to learn to stop designing languages that don't have strong type safety features?
Now that HTML5/JavaScript looks like the new way forward, JavaScript's lack of type safety will set back web application development at least 20 years.
OPA DENDI
or as3 strict mode
For idiots who find html and javascript too challenging this will finally allow them to enter the field. Bravo !
If I'm reading it correctly, your source needs to be distributed if it touches the opa compiler...?