lua-users home
lua-l archive

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


Very cool indeed!

It might be the first time I've ever used lua debugger (apart the one in work that comes with HavokVM (ex KoreVM)).

I love the "trace" stuff :)

Seems to be easy to extend with luajit?

On 5/31/2012 11:43 PM, Paul K wrote:
ZeroBrane Studio is a lightweight IDE for Lua written in Lua.

The most recent version adds experimental live coding in Lua (demo
here: http://notebook.kulchenko.com/zerobrane/live-coding-in-lua-bret-victor-style)
and integration with luainspect/metalua to do static analysis. The
code is released under MIT license and is available on github
(https://github.com/pkulchenko/ZeroBraneStudio).

Paul.