Hacker News
- Scriptable operating systems with Lua (2014) [pdf] https://www.netbsd.org/~lneto/dls14.pdf 25 comments
- LuaX: A Lua Dialect with JSX https://bvisness.me/luax/ 83 comments
- Lua 5.4.0 beta http://lua-users.org/lists/lua-l/2019-10/msg00003.html 101 comments
- Bamboo: Lua web framework based on Mongrel2, ZeroMQ and NoSQL https://github.com/daogangtang/bamboo 23 comments
- Ophal – A Lua web platform http://ophal.org/about 18 comments
- Fugu - Procedural geometry with Lua http://bp.io/fugu/about.html 7 comments
- Tiobe: Lua enters the top 10 for the first time in history http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html 28 comments
- Embed Lua in C (very easy examples) http://www.gtkforums.com/about1995.html 3 comments
Lobsters
- Lua 5.4.0 (rc1) now available http://lua.2524044.n2.nabble.com/ANN-Lua-5-4-0-rc1-now-available-td7689528.html 2 comments lua , release
- Lua 5.4.0 (work1) now available https://www.lua.org/work/doc/ 3 comments lua
- Terra: A low-level counterpart to Lua http://terralang.org/index.html 4 comments assembly , c , lua , programming
- Lua = AWESOME * 1000 for Game Development. https://www.youtube.com/@Challacade 26 comments lua
- LSP for your lua config https://github.com/folke/neodev.nvim 5 comments neovim
- notlua: a Nix DSL that compiles to Lua (I created it for my Neovim config) https://github.com/chayleaf/notlua 13 comments nixos
- show required lua modules in --startuptime logs https://gist.github.com/ii14/c6070ed07102038122a959313e01cdac 4 comments neovim
- Announcing Hush, a modern shell scripting language based on Lua None 4 comments lua
- Fengari: Lua for the Browser https://fengari.io/ 2 comments webdev
- How do load custom snippets (written in lua) into luasnip? https://github.com/L3MON4D3/LuaSnip/wiki/Nice-Configs#split-up-snippets-by-filetype-load-on-demand-and-reload-after-change-first-iteration 4 comments neovim
- Lua, a misunderstood language https://andregarzia.com/2021/01/lua-a-misunderstood-language.html 36 comments lua
- What's new in Lua 5.4 https://lwn.net/subscriberlink/826134/b1b87e4187435cec/ 43 comments programming
- Lua programming exercises? https://www.reddit.com/r/lua/comments/cewjx1/lua_programming_exercises/ 3 comments lua
- Lumen: A Lisp for Lua and JavaScript https://github.com/sctb/lumen 14 comments programming
- Integrating Lua into C++ https://www.reddit.com/r/u_mansurbm/comments/8tilaw/integrating_lua_into_c/ 5 comments cpp
- Try out my course: Lua Programming and Game Development with LOVE! https://www.reddit.com/r/gamedev/comments/6t0max/try_out_my_course_lua_programming_and_game/ 46 comments gamedev
- Ways of integrating Lua https://www.reddit.com/r/gamedev/comments/5xteij/ways_of_integrating_lua/ 12 comments gamedev
- plain C versus Lua Libraries: benchmarking speed with nonius http://sol2.readthedocs.io/en/latest/benchmarks.html 20 comments cpp
- Interfacing Lua with Templates in C++11 http://www.jeremyong.com/blog/2014/01/10/interfacing-lua-with-templates-in-c-plus-plus-11/ 24 comments cpp
- Lua: Good, bad, and ugly parts http://notebook.kulchenko.com/programming/lua-good-different-bad-and-ugly-parts 43 comments programming
- GLSL Hacker - 3D prototyping and coding with Lua http://www.geeks3d.com/20130514/glsl-hacker-0-5-0-python-lua-opengl-glsl-programming-demotool-windows-linux-macosx/ 3 comments lua
- In-browser code exercises in Javascript, Python, Lua, Ruby, and Clojure http://fluentlearning.co.uk/blog/2012/12/3/exercise-1-fizzbuzz 14 comments programming
- What is Next for Lua? A Personal Perspective (Roberto Ierusalimschy) http://www.lua.org/wshop12/ierusalimschy.pdf 15 comments lua
- Procedural geometry with Lua. http://bp.io/fugu/ 3 comments lua
- Lua OOP using closures http://www.troubleshooters.com/codecorn/lua/luaoop.htm 9 comments lua
- Does anybody know what happened to the Lua mailing list at Conectiva? http://vlists.pepperfish.net/cgi-bin/mailman/private/lua-l-lists.lua.org/2010-August/000000.html 3 comments lua
- Lua As A Game Data File Format http://virtualrealityblog.com/random/lua-as-a-game-data-file-format/ 27 comments programming
- The first rule of Lua. (follow-up to "why nobody talks about lua") http://www.goplexian.com/2010/02/first-rule-of-lua.html 3 comments lua
- Programming in Lua [free book - ISBN 85-903798-1-7] http://www.lua.org/pil/index.html 15 comments programming
- Excellent paper on Lua's register-based VM [pdf] http://www.tecgraf.puc-rio.br/~lhf/ftp/doc/jucs05.pdf 7 comments programming
- Boostraping a Forth in 40 lines of Lua code http://angg.twu.net/miniforth-article.html 12 comments programming
- Programming in Lua, first edition (by the second chapter it already looks like a neat language) http://www.lua.org/pil/ 9 comments programming