Lua can be a really cool HTML templating engine · riki's house
riki.house · 7,605 words · saved by 1 readers
It’s a pretty cool language. It is also one of my favourite programming languages, for which I made a case in a past blog post.
Have you ever used Lua? It’s a pretty cool language. It is also one of my favourite programming languages, for which I made a case in a past blog post . One of my favourite aspects of Lua’s design that I like to preach about is how it’s really tight and small, while also being genuinely really sweet to write. Today, I’d like to focus on its Lisp-like aspect: domain specific languages (DSLs)—specifically, we will use it to build a templating language for HTML. But first, let me set some background. What’s in a template engine? As a fellow blogger on the Internet maintaining their own blogging s
saved by
related reading
- Learn Lua in Y Minuteslearnxinyminutes.com
- Programming in Lua (first edition)lua.org
- Everything is Fertilenickcammarata.com
- Using HTML as a Compile Target — Yosh Wuyts — Blogblog.yoshuawuyts.com
- Overview of HTML | web.devweb.dev
- The unreasonable effectiveness of HTML — examplesthariqs.github.io
- LaTeX.css — Make your website look like a LaTeX documentlatex.vercel.app
- HTML elements reference - HTML | MDNdeveloper.mozilla.org
- A Gentle Introduction to LLVM IR · mcyoungmcyoung.xyz
- GitHub - DioxusLabs/blitz: A radically modular HTML/CSS rendering enginegithub.com
- Introduction / HTML tags • Svelte Tutoriallearn.svelte.dev
- 2.3x faster using the Go plugin to replace Lua virtual machineengineering.grab.com