Cyclone was an early attempt to
create a programming language at the level of C, combining manual
memory management with complete static memory safety. You can think
of it as one step on the path that Rust
and other languages have continued, one that I b... (more…)
Read more »
Web Assembly (WASM) and Rust have been growing and evolving over the last couple of years, so what’s it like to use them together? (more…)
Read more »
Deno is created by the original developer of Node.js, Ryan Dahl, to address what he called 10 things I regret about Node.js. It did away with the NPM and the infamous node_modules. Deno is a single binary executable to run applications written in TypeScri... (more…)
Read more »
Amazon Web Services has agreed to sponsor the development of the Rust project, being just one of the latest tech giants to throw its weight behind this security-focused programming language. (more…)
Read more »
Optimized string search routines for Rust. Contribute to BurntSushi/memchr development by creating an account on GitHub. (more…)
Read more »