|
|
|
|
|
by lutzh
437 days ago
|
|
In the Unison language, code is stored in a database, with a hash code of its content as the key. Quoting https://www.unison-lang.org : A new approach to Storing code. Other tools try to recover structure from text; Unison stores code in a database. This eliminates builds, provides for instant nonbreaking renames, type-based search, and lots more. |
|