| Age | Commit message (Collapse) | Author | Files | Lines |
|
I'm marginally reducing verbosity with this change,
without sacrificing readability.
|
|
I was hesitant to add a diff library, but it was surprisingly easy. A
straightforward application of dynamic programming.
|
|
I like scheme because it's possible to add any convenient language
feature I can think of.
|
|
Committing it because it compiles. I have to write tests and debug
it still.
|
|
This makes the control flow more clear, and eliminates the need to scan
the pattern twice. It also makes it easier to add new forms by
consolidating the pattern logic in one procedure.
|
|
|