Blog: 2025-02-22

From razwiki
Revision as of 17:52, 22 February 2025 by Razzi (talk | contribs) (Created page with "Lua is quirkier than I realized * 1-based indexing * iterate over string is kinda tricky .... * luarocks doesn't add itself to path * no builtin formatter for table * no built-in debugger ?? * repl doesn't have history * no socket support in stdlib (no stdlib?) * blocking io by default (for a project like socket)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Lua is quirkier than I realized

  • 1-based indexing
  • iterate over string is kinda tricky ....
  • luarocks doesn't add itself to path
  • no builtin formatter for table
  • no built-in debugger ??
  • repl doesn't have history
  • no socket support in stdlib (no stdlib?)
  • blocking io by default (for a project like socket)