Thread
Stories related to "Cursed linear types in Rust" across the full archive.
From the abstract:
> Linear type systems have a long and storied history, but not a clear path forward to integrate with existing languages such as OCaml or Haskell. In this paper, we study a linear type system designed with two crucial properties in mind: backwards-compatibility and code reuse ...
aljabar - an experimental n-dimensional linear algebra library for Rust based on const generics
(github.com)
An extremely small and incomplete linear algebra I wrote over the weekend to test Rust's handling of const generics.