logoalt Hacker News

m463today at 7:06 PM1 replyview on HN

Maybe python can't do it, but I would love to extend my editor (and even browser) using python.


Replies

conartist6today at 7:19 PM

My core idea, CSTML, isn't implementation-language-specific: https://docs.bablr.org/guides/cstml

What it could at least let you do is view JS code using more "Pythonic" syntax rendering. The semantics would still be JS, but you could get rid of the curly braces while you were reading it if you just preferred semantic indentation, for example