Hacker News new | ask | show | jobs
by panstromek 7 hours ago
> To me compilers should be content-addressed databases.

There's a language called Unison that does that - and the "content" is the AST, so all functions that have the same shape are the same function. It's pretty interesting.