Hacker News new | ask | show | jobs
by _ix 1825 days ago
In a sibling comment, I was wondering about projects that are trying ASTs. I haven't read deeply about it, but I recalled that [pijul][1] might be a way forward.

[1]: https://pijul.com/manual/why_pijul.html#comparisons-with-oth...

1 comments

Pijul's patch algebra, and storing diffs rather than snapshots generally, makes it less amenable to these kinds of experiments than Git. Changing your diff/merge strategy would be akin to rewriting your entire project history.