logoalt Hacker News

panstromektoday at 12:13 AM0 repliesview on HN

> 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.