Inko icon
Inko icon

Inko

 Like

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.

License model

  • FreeOpen Source

Country of Origin

  • NL flagNetherlands
  • European Union flagEU

Platforms

  • Linux
  • Mac
  • FreeBSD
  • Docker
  No rating
0likes
0comments
0alternatives
0news articles

Features

Suggest and vote on features
  1.  Statically Typed Language
  2.  Rust

 Tags

  • inko
  • llvm

Inko News & Activities

Highlights All activities

Recent activities

  • braky added Inko
    about 2 months ago
Show all activities

Inko information

  • Developed by

    NL flagThe Inko programming language
  • Licensing

    Open Source (MPL-2.0) and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1,172 Stars
  •  49 Forks
  •  64 Open Issues
  •   Updated Jul 8, 2025 
View on GitHub

Our users have written 0 comments and reviews about Inko, and it has gotten 0 likes

Inko was added to AlternativeTo by braky on May 20, 2025 and this page was last updated May 20, 2025.
No comments or reviews, maybe you want to be first?
Post comment/review

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.

Official Links