

Inko
Inko is a statically typed programming language, aiming to make it easy to write concurrent, reliable, deterministic, and memory safe software. Memory is managed automatically, without the use of a garbage collector.
Cost / License
- Free
- Open Source
Platforms
- Linux
- Mac
- FreeBSD
- Docker

Inko
Features
- Statically Typed Language
- Rust
Tags
- inko
- llvm
Inko information
What is Inko?
Inko is a statically typed programming language, aiming to make it easy to write concurrent, reliable, deterministic, and memory safe software. Memory is managed automatically, without the use of a garbage collector. Instead, Inko uses a form of single ownership and runtime reference counting, and memory management is deterministic. Inko's type system makes data race conditions impossible, without the need to use locks and similar synchronisation methods, and without the need to copy data structures when sharing them between threads.