Why I chose Lua for this blog
andregarzia.com
Why I chose Lua for this blog
1–10 of 159 posts
Re: Why I chose Lua for this blog
#2Re: Why I chose Lua for this blog
#3Re: Why I chose Lua for this blog
#4Author of the blog here in case anyone has questions.
I know its definitely smaller but I just want your opinions on it and what you might think of the language and I may be a bit sorry if this comes across as a little off topic but your blog really reminded me of arturo and my attempts on creating something like hugo in arturo but the project was abandoned mid way but if I remember correctly it was just some 50 lines of code to convert from markdown to complete website or even less since arturo's battery include markdown syntax as well as well as a web server and its written in nim which I cherish too.
I am genuinely interested in your opinions about it!
Re: Why I chose Lua for this blog
#5We should bring that back! Its such a great way to play around with client- and server-side development options in an almost zero-risk environment.
Re: Why I chose Lua for this blog
#6Author of the blog here in case anyone has questions.
It basically costs nothing to pre-render a static site, which then serves several orders of magnitude faster. I'm confused why anyone would do it this way in this day and age.
Re: Why I chose Lua for this blog
#7 easy ≠ simpleRe: Why I chose Lua for this blog
#8Author of the blog here in case anyone has questions.
Re: Why I chose Lua for this blog
#9I don't know man, every time I tried to learn Lua (to write nvim plugins and HammerSpoon spoons) I disliked the ergonomics of the language. I don't understand why people say it's an easy language— easy ≠ simple
Re: Why I chose Lua for this blog
#10I can't imagine needing more than that. Why are these blog stacks so complex?