Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iitalics/opal
Simple and powerful programming language with type inference
https://github.com/iitalics/opal
functional-programming programming-language static-typing type-inference
Last synced: 9 days ago
JSON representation
Simple and powerful programming language with type inference
- Host: GitHub
- URL: https://github.com/iitalics/opal
- Owner: iitalics
- Created: 2015-07-20T23:27:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T17:12:02.000Z (over 7 years ago)
- Last Synced: 2023-04-05T02:11:19.192Z (over 1 year ago)
- Topics: functional-programming, programming-language, static-typing, type-inference
- Language: C++
- Homepage:
- Size: 339 KB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opal (version: 0.9.3)
Opal is a type inferred language that aims to be expressive and comfortable to use.
* [Syntax and Features](docs/Syntax.md)
* [More Advanced Features](docs/MoreSyntax.md)
* [Example Programs](examples)
* Standard Library API### Goals
* Powerful, expressive and safe type inference system
* Simple syntax
* Relatively fast runtime### Todo
* Expand standard library
* Compiler optimizations### Note
* Opal has been compiled and tested in cygwin using `g++` (version 4.9.3) and `clang++` (version 3.5.2). It is not confirmed to be stable with mingw### License ###
This content is released under the (http://opensource.org/licenses/MIT) MIT License.