SaaSHub helps you find the best software and product alternatives Learn more →
Inko Alternatives
Similar projects and alternatives to inko
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
ponyc
Pony is an open-source, actor-model, capabilities-secure, high performance programming language
-
-
vos
Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
-
-
-
nimskull
An in development statically typed systems programming language; with sustainability at its core. We, the community of users, maintain it.
-
-
-
-
-
mioco
[no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines).
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
inko discussion
inko reviews and mentions
- A language for building concurrent software with confidence
- Inko: A language for building concurrent software with confidence
-
Lies we tell ourselves to keep using Golang
I think Inko (https://inko-lang.org/) has the potential to be that language with some tooling/adoption/maturation
- A language like C, but with a borrow-checker
- Ask HN: Which language will you try for this year's Advent of Code and why?
- Inko Programming Language
-
Type inference of local variable based on later operations
Inko supports this in its type checker. The implementation is both surprisingly simple and tricky, and works roughly as follows:
-
The Rust I Wanted Had No Future
Perhaps it's worth looking into Inko? I apologise if I'm shilling my own project a bit too hard here, but reading through the comments it does seem people would be interested in what it's trying to do :)
-
The Rust I wanted had no future
Perhaps you'd be interested in Inko (https://inko-lang.org/). It's obviously not there yet in terms of tooling and what not, but it might scratch an itch for those looking for something a bit like Rust, but easier to use.
Disclaimer: I'm the author of said language :)
-
Does modern implementation use tagged pointers/values?
Inko currently uses tagged pointers, though this is a remnant from when it was still using a VM. I'm working on replacing this with a better solution. In short: for a compiled language I don't think there's really a benefit to using pointer tagging.
-
A note from our sponsor - SaaSHub
www.saashub.com | 27 Mar 2025
Stats
inko-lang/inko is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.
The primary programming language of inko is Rust.