====================================================================
Published: 23 January 2023
Tags: compiler, sqlite, unison
The article is about the Erik Engheim's experience writing code in the Unison programming language, which stores code in a database instead of in files.
Some highlights:
- Unison stores source code in a SQLite DB
- Uses similar features as Git for keeping track of changes to source code
- "In particular, I think the Unison approach can be extremely beneficial for large software projects with many developers running over many years"