[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Small is beautiful
- From: "Martin Angers" <martin.n.angers@...>
- Date: Wed, 20 Jan 2021 11:11:40 -0500
I wrote this article a few weeks ago, it is only tangentially about Lua,
but I thought it might be of interest to this list. Also, it does serve
as an introduction to the minimal Lua "web systems framework" that I've been
working on (called tulip, and based on lua-http and cqueues).
If you want to skip right to the lua part, look for "A short detour:
Lua".
https://mna.dev/posts/small-is-beautiful.html
Martin