Inko icon
Inko icon

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

Platforms

  • Linux
  • Mac
  • FreeBSD
  • Docker
Alternatives
0likes
0alternatives
0articles

Features

  1.  Statically Typed Language
  2.  Rust

 Tags

Inko News & Activities

Highlights All activities

Recent activities

No activities found.

Inko information

AlternativeTo Category

Development

GitHub repository

  •  1,302 Stars
  •  59 Forks
  •  75 Open Issues
  •   Updated  
View on GitHub
Inko was added to AlternativeTo by braky on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

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.