


#Mjolnir vs hammerspoon code#
ZeroBraneStudio - Lightweight, customizable, cross-platform Lua-dedicated IDE with code completion and analysis, written in Lua.Lua for IDEA - IntelliJ IDEA plugin which, among other things, provides code completion, smart highlighting, and experimental debugging.Lua Development Tools - Eclipse plugin which provides code completion, debugging, and more.Originally made for LÖVE, but works in any project with LuaSocket support. lovebird - Browser-based debug console.MobDebug - Powerful remote debugger with breakpoints and stack inspection.
#Mjolnir vs hammerspoon upgrade#

luatrace - Toolset for tracing/analyzing/profiling script execution and generating detailed reports.ProFi - Simple profiler that works with LuaJIT and produces a report file.omnia - A batteries-included creator of standalone executables, built on top of luastatic.luastatic - Simple tool for turning Lua programs into standalone executables.Luabuild - Highly customizable Lua 5.2 build system.Lake - A build engine written in Lua, similar to Ruby's rake.
#Mjolnir vs hammerspoon plus#
LuaRocks - De-facto tool for installing Lua modules as packages called "rocks", plus public rock repository and website.Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees performance drop by roughly a factor of 6 with each hop. LuaBridge - A lightweight library for mapping data, functions, and classes back and forth between C++ and Lua.GopherLua - Lua 5.1 VM and compiler implemented in Go with Go APIs.golua - Golang bindings to the Lua C API.UniLua - A pure C# implementation of Lua 5.2, focused on compatibility with the Unity game engine.MoonSharp - A Lua interpreter written entirely in C# for the.Fengari - The Lua VM rewritten in Javascript with seamless JS and DOM interoperability.Slower than lua.vm.js, but with better docs, examples, and JS interfacing. Moonshine - A Lua VM implemented in JavaScript.lua.vm.js - Lua VM on the web a direct port of the C interpreter via LLVM, emscripten, and asm.js.LuaJIT - High-performance Just-In-Time compiler for Lua.Lua Repo - The official Lua repo, as seen by the Lua team, mirrored to GitHub.Lua - Lua's original ANSI C interpreter.Implementations, Interpreters, and Bindings Implementations, Interpreters, and Bindings.Inspired by the lists awesome, awesome-awesomeness, and awesome-nodejs. A curated list of quality Lua packages and resources.
