|
|
|
|
|
by tommikaikkonen
2602 days ago
|
|
Indeed. I wrote a Python pretty printer that uses a Wadler/Leijen algorithm, and it's a great fit. It doesn't take too long to learn how to use the layout primitives, and it allows for easy creation of higher level abstractions while still maintaining plenty of control. https://github.com/tommikaikkonen/prettyprinter |
|