Hacker News new | ask | show | jobs
by cinnamonheart 2356 days ago
Have you heard of Unison? If not, it may interest you -- it stores code in a syntax tree rather than as text directly.

https://www.unisonweb.org/

>Unison is a language in which programs are not text. That is, the source of truth for a program is not its textual representation as source code, but its structured representation as an abstract syntax tree.

It has some further goals for doing this which are really exciting to me, such as content-addressable code, but the starting point is similar to the one you stated. :)

2 comments

Interesting indeed! Thanks for pointing this out.
Interesting. And friendly..