What does HackerNews think of austral?
Systems language with linear types and capability-based security.
https://github.com/austral/austral
Deno does something along these lines too. WASM does, too, if you squint hard at it.
I'm pretty sure it's all correctly configured. But when I run utop #require won't find the modules.
I'm working on this: https://github.com/austral/austral/
The idea is to start with a simple, easily understood linear type system and then add borrowing, but without going too far in the direction where the type checker becomes a tower of heuristics and conveniences so that programmers can write normal-seeming code which magically typechecks.
So you can learn how to write linear code from reading a set of linearity rules, rather than from trial-and-error against the linearity checker.