Opal is a type inferred language that aims to be expressive and comfortable to use.
- Syntax and Features
- More Advanced Features
- Example Programs
- Standard Library API
- Powerful, expressive and safe type inference system
- Simple syntax
- Relatively fast runtime
- Expand standard library
- Compiler optimizations
- Opal has been compiled and tested in cygwin using
g++
(version 4.9.3) andclang++
(version 3.5.2). It is not confirmed to be stable with mingw
This content is released under the (http://opensource.org/licenses/MIT) MIT License.