GitHub - inko-lang/inko: A language for building concurrent software with confidence
Inko
Inko is a language for building concurrent software with confidence. Inko makes
it easy to build concurrent software, without having to worry about
unpredictable performance, unexpected runtime errors, or race conditions.
Inko features deterministic automatic memory management, move semantics, static
typing, type-safe concurrency, efficient error handling, and more. Inko source
code is compiled to machine code using LLVM.
For more information, refer to the Inko website or the
documentation....
Read more at github.com