Em... New member Jun 12, 2023 6 0 1 Shell Bash Editor VSCode/Code Desktop Gnome WM Awesome Jun 15, 2023 #1 I use Love and socket rn, what do you use? (Not a support question. Just wondering)
nkukard OpenSourceCoder Staff member Member 1 Jun 10, 2023 70 4 16 Linux.Chat linux.chat Pronouns He/Him Shell BashZSH Editor VimVSCode/Code Desktop KDE Jun 16, 2023 #2 I've used a little of OpenResty for a project in the past
Theros Member Member 1 Jun 12, 2023 39 1 13 GB Pronouns He/Him Shell BashZSH Editor NanoVSCode/Code Desktop GnomeMate WM AwesomeXmonad Jun 16, 2023 #3 Some that I find myself using constantly... Inspect - Used to dump tables as human readable, well-formatted output (great for debugging) https://github.com/kikito/inspect.lua classic - great little class system. found in a LOT of projects https://github.com/rxi/classic tinyYaml - great little yaml parser (only supports a subset, but does great) https://github.com/peposso/lua-tinyyaml lua-toml - useful toml parser https://github.com/jonstoler/lua-toml Penlight - lots of stuff, it's effectively an extension for functional programming and better "application" functionality https://github.com/lunarmodules/Penlight
Some that I find myself using constantly... Inspect - Used to dump tables as human readable, well-formatted output (great for debugging) https://github.com/kikito/inspect.lua classic - great little class system. found in a LOT of projects https://github.com/rxi/classic tinyYaml - great little yaml parser (only supports a subset, but does great) https://github.com/peposso/lua-tinyyaml lua-toml - useful toml parser https://github.com/jonstoler/lua-toml Penlight - lots of stuff, it's effectively an extension for functional programming and better "application" functionality https://github.com/lunarmodules/Penlight