A standard pattern across pretty much every language I’ve worked with at least, is to stick statements that import modules and libraries at the top of the page. Some languages make you do this. (more…)
Read more »
A lot of web development is transforming JSON one way or another. In TypeScript/JavaScript this is straightforward, since JSON is built into the language. But can we also achieve good ergonomics in Haskell and Rust? Dear reader, I am glad you asked! 🙌... (more…)
Read more »
3rd person shooter in the very early development phase - mrDIMAS/StationIapetus... (more…)
Read more »
Tokio is a runtime for asynchronous Rust applications. It allows writing code
using async & await syntax. For example: (more…)
Read more »
Core POSIX command line utilities in safe Rust. Contribute to rustcoreutils/posixutils-rs development by creating an account on GitHub. (more…)
Read more »