Opa (programming language): Difference between revisions

Content deleted Content added
Opadikt (talk | contribs)
No edit summary
Opadikt (talk | contribs)
No edit summary
Line 2:
'''Opa''' is a new generation [[programming language]] and web development platform that let you write distributed web applications using a single technology.
'''Opa''' is [[open source]], released under a dual license: [[GNU]] [[Affero General Public License]] and a proprietary license.
 
Opa is a single programming language for web applications, both for the client and server code.
Opa also handles database queries. It can be compared with [[Web Framework|web frameworks]]<ref>{{cite web
|url=http://www.infoworld.com/d/developer-world/infoworld-review-tools-rapid-web-development-297
|title=InfoWorld article about emerging web technologies, including Opa}}</ref>.
 
The language was first officially presented at the [[OWASP]] conference in 2010<ref>{{cite web
Line 8 ⟶ 13:
[[GitHub]]<ref>{{cite web |url=https://github.com/MLstate/opalang |title=GitHub repository}}</ref>
in June 2011.
 
== Philosophy ==
 
Opa is a single programming language for web applications, both for the client and server code.
Opa also handles database queries. It can be compared with [[Web Framework|web frameworks]]<ref>{{cite web
|url=http://www.infoworld.com/d/developer-world/infoworld-review-tools-rapid-web-development-297
|title=InfoWorld article about emerging web technologies, including Opa}}</ref>.
 
== Examples ==