
Opa, the new open source
programming language for web applications, just released its 0.9.0 'S4' version.
Opa is a single programming language for specifying client code, server code and database code. The new release introduces two major features: A new
default syntax that resembles JavaScript and was asked for by the community, and an
abstraction layer for the NoSQL database MongoDB. Features that were previously supported by the internal Opa database are now available with the fast-growing, scalable NoSQL database. Together, Opa and MongoDB, provide a way to develop complex web applications and have them scale out easily. Many other smaller features have been added, as the number of contributors to the code on
github grows.
Member since:
2012-02-22
Javascript has no type verification.
Which probably results with more debugging or more bugs.
Opa has a syntax similar to Javascript.
Opa is designed from scratch for the job and provides integrated high-level constructions that are very handy (html, slicing, db ...).
It means you can focus on your application and partly forget about AJAX, escaping, comet and other boring stuff.
ps : I am working on Opa