> We're pleased to announce the release of Inko 0.19.1. This release includes support for HTTP servers and clients, pattern matching for let expressions, better code generation, many fixes and performance improvements, and more!
> If you're new to Inko: Inko is a programming language for building concurrent software, but without the usual headaches such as data race conditions and non-deterministic garbage collectors. Inko features deterministic automatic memory management, compiles to machine code using LLVM, supports different platforms (Linux, macOS and FreeBSD, and potentially any other Unix based platform), and is easy to get started with.