28
Why I use minimal syntax highlighting (2019)
(ctrl-c.us)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I like the way you presented the ctrl-c blog post as sort of introductory to the tonsky.me one. The second one is much more useful in terms of exploring the details and making specific recommendations, but the first one does a good job of motivating why I should care.
Also, it's funny how both authors are kinda beating around the edges of literate programming e.g. in their discussion of code comments being one of the things worth highlighting, without ever quite getting there.
Thanks! I have never heard of literate programming before.
IMO Jupyter notebooks are a good example to look into first, if you want something more contemporary and somewhat widely-used than "tangle and weave."