lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Martin,

There is also a brand new fork of LuaJIT called RaptorJIT:
https://github.com/raptorjit/raptorjit

and an even branderer newerer graphical profiler/debugger framework called Studio:
https://hydra.snabb.co/build/1734973/download/1/studio.html#view-hot-traces
https://github.com/studio/studio

Cheers,
-Luke

On 26 August 2017 at 18:26, Martin <eden_martin_fuhrspam@gmx.de> wrote:
Hello all!

On this weekends I'm thinking about Lua ecosystem. More specifically,
about tools for Lua language, not general libraries/frameworks.

I've created sample sketch with categories, partly filled. And be
grateful to anyone who can augment it.

[implementations/dialects]
  PuC Lua
  LuaJIT
  Ravi
  MoonScript

[code management]
  [documentation]
    ldoc

  [static analysis]
    luacheck

  [pretty-printers]

  [p-code assemblers]

[execution analytics]
  [profilers]

  [debuggers]


-- Martin