Hacker News new | ask | show | jobs
by heads 903 days ago
Visiting and transforming trees is indeed a well trodden pattern. Here’s another kind of tree walking which I’ve enjoyed working with, this year:

https://libcst.readthedocs.io/en/latest/tutorial.html#Build-...

It is a little less pure than the functional XSLT, and also a lot more practical.