bartlomieju / inko

A language for building concurrent software with confidence

Home Page:http://inko-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. If you'd like to follow the development of Inko, consider joining our Discord server.

Installing

Details about how to install Inko and its requirements can be found in the "Installing Inko" guide in the Inko manual.

License

All source code in this repository is licensed under the Mozilla Public License version 2.0, unless stated otherwise. A copy of this license can be found in the file "LICENSE".

About

A language for building concurrent software with confidence

http://inko-lang.org/

License:Mozilla Public License 2.0


Languages

Language:Rust 99.4%Language:Makefile 0.2%Language:Python 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%Language:Ruby 0.0%