Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 703 Bytes

README.md

File metadata and controls

executable file
·
24 lines (17 loc) · 703 Bytes

Opal (version: 0.9.3)

Opal is a type inferred language that aims to be expressive and comfortable to use.

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.