I've ported Python's difflib's sequence matcher to pure Nim: 
[diff](https://github.com/mark-summerfield/diff).

It can be used to see the differences between any two sequences of items that 
support `==` and `hash()` (string, char, or any custom item type with the 
necessary support). 

Reply via email to