Hacker News new | ask | show | jobs
by davidhs 1032 days ago
My suggestion was more for people who are starting out developing a programming language. It's the over-emphasis on the syntax so early on I find to be suboptimal. I also find that slapping on a more human readable or aesthetically pleasing syntax afterwards to be relatively easy.
1 comments

I agree, so much in fact, that this past weekend I wrote a program to translate s expressions to html.

Because I got tired of writing my htmx stuff as a tag tree.

I should probably post a show HN here.