top | item 21946566

(no title)

cinnamonheart | 6 years 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. :)

discuss

order

cies|6 years ago

Interesting indeed! Thanks for pointing this out.

stOneskull|6 years ago

Interesting. And friendly..