Hi, saw the post on Lobster [1] but didn't have an account there even if that post was more active.<p>I'm sure it was fun porting the Lua parser to Go and all but I wanted to let you know that Lua is very powerful on its own for making very nice DSLs, for example it can be used to make an HTML Builder DSL akin to JSX within the language itself (and by the way I think it's far more readable than JSX or XML) [2] and also some build tools use it as a base language [3]<p>[1]: <a href="https://lobste.rs/s/oubncm/i_made_jsx_for_lua_because_i_hate_static" rel="nofollow">https://lobste.rs/s/oubncm/i_made_jsx_for_lua_because_i_hate...</a><p>[2]: <a href="https://leafo.net/guides/dsl-in-lua.html" rel="nofollow">https://leafo.net/guides/dsl-in-lua.html</a><p>[3]: <a href="https://xmake.io/#/getting_started" rel="nofollow">https://xmake.io/#/getting_started</a>