MLstate/opalang

The Opa Language for Web Application Development

1,264

stars

2,910

commits

OCaml

primary language

Sep 30, 2020

updated

opalang.org

README

Opa

Opa is a functional programming language for the Web, that compiles to JavaScript. There are real applications fully developed with Opa such as the PEPS Communication Platform, RiskyBird and many others.

Opa is made of two parts:

  • A compiler from the Opa language, which features JavaScript-like syntax but introduces many enhancements;
  • A JavaScript library, which is used at runtime.

This repository contains all the sources of both the Opa compiler and the Opa library.

License

Opa is open source. The compiler is released under the AGPL license, the library under the MIT license.

Applications written with Opa only include the library part, so you are free to release applications written with Opa under any proprietary or open source license.

If you want to create an online "cloud" application platform that includes the Opa compiler, you need to release the sources under the AGPL license as per the AGPL license terms.

Read both licenses.

Overview

To learn more about Opa, please visit opalang.org and the take the tour.

Getting Started

Check out the dedicated guide to install Opa and start to code.

Quick build instructions

$ ./configure
$ make
$ sudo make install

Read more about building Opa or the directory layout.

Contact

All bug reports, feedback, comments, contributions or remarks are welcome.

In particular, users are welcome to subscribe on the mailing list at OWASP.

For more information, please consult the opalang portal.

Contributors

BourgerieQuentin

1,223 commits

nrs135

427 commits

arthuraa

418 commits

OpaOnWindowsNow

266 commits

MLstate/opalang

The Opa Language for Web Application Development

1,264

stars

2,910

commits

OCaml

primary language

Sep 30, 2020

updated

opalang.org

README

Opa

Opa is a functional programming language for the Web, that compiles to JavaScript. There are real applications fully developed with Opa such as the PEPS Communication Platform, RiskyBird and many others.

Opa is made of two parts:

  • A compiler from the Opa language, which features JavaScript-like syntax but introduces many enhancements;
  • A JavaScript library, which is used at runtime.

This repository contains all the sources of both the Opa compiler and the Opa library.

License

Opa is open source. The compiler is released under the AGPL license, the library under the MIT license.

Applications written with Opa only include the library part, so you are free to release applications written with Opa under any proprietary or open source license.

If you want to create an online "cloud" application platform that includes the Opa compiler, you need to release the sources under the AGPL license as per the AGPL license terms.

Read both licenses.

Overview

To learn more about Opa, please visit opalang.org and the take the tour.

Getting Started

Check out the dedicated guide to install Opa and start to code.

Quick build instructions

$ ./configure
$ make
$ sudo make install

Read more about building Opa or the directory layout.

Contact

All bug reports, feedback, comments, contributions or remarks are welcome.

In particular, users are welcome to subscribe on the mailing list at OWASP.

For more information, please consult the opalang portal.

Contributors

BourgerieQuentin

1,223 commits

nrs135

427 commits

arthuraa

418 commits

OpaOnWindowsNow

266 commits

Languages

OCaml

55.0%

Opa

38.2%

JavaScript

5.7%