caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Henri Binsztok <henri.binsztok@mlstate.com>
To: caml-list@inria.fr
Subject: [Caml-list] Opa released as open source
Date: Thu, 25 Aug 2011 12:35:24 +0200	[thread overview]
Message-ID: <D89D7F7F77FB402A853A328EFCED319A@mlstate.com> (raw)

Hi List

It is our pleasure to announce to the Caml List that Opa is now an open source project!

- Opa is a new programming language for writing web/cloud applications. It is a functional, statically typed language, with native support for the web. For instance: 
 Create XML fragments values:
 line = <div class="line"></div>
 Access elements of the DOM:
 Dom.scroll_to_bottom(#conversation)

- Opa manages all aspects of a distributed web application (including the database) within a single technology and runtime: Just compile Opa code to standalone binaries that run the web application server.

- Opa manages client and server code within one language. The compiler decides (you can hint) which parts run on the client and on the server, automatically generates JavaScript code for the client part and automates all communications.

- Most of Opa is implemented in OCaml (around 200k LoCs).

We're thankful to the OCaml community for providing such a great technology to write Opa and would love your feedback on Opa. We're also setting up a Developer Challenge. Submit your application and win some new hardware!

Links:
- Opa project home: http://opalang.org
- Opa source code: https://github.com/MLstate/opalang
- Opa developer challenge: http://opalang.org/challenge/home.xmlt

For the Opa team,

Henri



                 reply	other threads:[~2011-08-25 10:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D89D7F7F77FB402A853A328EFCED319A@mlstate.com \
    --to=henri.binsztok@mlstate.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).