Rust

Links to this page
  • No JavaScript
  • Nix-ifying Rust projects

    While most would be satisfied with rustup, I wanted to use Nix for writing any new project in Rust - especially as I see the value of Nix, and I already use NixOS. It took a bit of digging to evaluate the existing options, and come up with a template Nix setup for new projects.

  • Helix

    Helix, a post-modern modal text editor, written in Rust.

  • Haskell

    For anything that needs low-level, Rust is an option.

    My first foray into Haskell was to write fullstack web applications using Reflex-FRP, after having used Elm prior to that. Nowadays I consider it my go-to language for general application development.*