Hacker News new | ask | show | jobs
by didibus 220 days ago
Actually Clojure :p

I'm just looking for inspiration elsewhere and I see Zig and Rust as each having chosen the opposite path.

Zig is explicit, pass everything around, the allocator, scopes, etc.

Rust is implicit and heavily structured, allocation, lifetime, scopes is all based on code structure.