Encore
Encore is a high-level, object oriented programming language for the multi-core era.
- Actor based semantics.
- Compiles to native code.
- Type system that guarantees the absence of data races.
- Innovative high performance, pause-less garbage collection.
- Soon to be open source.
module Hello
class Main
def main() : void
println("Hello")
end
end
Check out the Encore book (a work in progress!)
Contributors
People who have contributed code to encore are, alphabetically:
- Albert Netymk
- Daniel S. McCain
- Dave Clarke
- Elias Castegren
- Gustav Lundin
- Henrik Sommerland
- Huu-Phuc Vo
- Jip J. Dekker
- Juliana Patricia Vicente Franco
- Kiko Fernandez Reyes
- Mikael Östlund
- Oskar Pedersen
- Per Engström
- Stephan Brandauer
- Tobias Wrigstad
- Sophia Drossopoulou
Are you missing in this list? Sorry! Let us know, or — even better — send a PR!