Hacker News new | ask | show | jobs
by gal_anonym 937 days ago
I wish Lua Server Pages (LSP) were more widely adopted. It's similar to PHP, but utilizes Lua instead.

I dream of a CMS akin to WordPress, but developed in LSP.

Lua is lean, with minimal syntactic sugar, and it feels like a 'complete' language. Therefore, we don't anticipate any additional bloat in the future.

1 comments

Lua in OpenResty is one of my favorite ways to ingest events. I publish them into Redis and then have some Python workers subscribed to process them.
For an alternative take developed in a different galaxy, have a look at redbean, https://redbean.dev/
I had experience with OpenResty, I was so proud to kill it in one of the projects, I didn't know Lua/MoonScript good enough, tooling and debugging wasn't that great. While the idea is nice, everything around it was too much for me.