On 9 August 2013 00:23, steve donovan <steve.j.dono...@gmail.com> wrote: > Mooni is a Moonscript REPL, which I think is of interest to Lua programmers > as well, because Moonscript is such a fantastic notation to use > interactively even if your code is written in Lua. It does pretty-printing > and tab completion using linenoise (only Unix for now) > >> f = one:1, two:2 >> f > {one:1,two:2} >> l = {1,2,3} >> l > {1,2,3} >> for x in *l \ >>> print x >>> > 1 > 2 > 3 > > No attempt at cleverness is made; if you want to start a block, use a > backslash. > > steve d. > > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______________________________________________ > Luarocks-developers mailing list > Luarocks-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/luarocks-developers >
Interesting. If you plan to add Windows compatibility at some point, I created a linenoise-windows rock a while back. It's just Rob Hoelz's lua-linenoise with a Windows-compatible Linenoise taken from MSOpenTech's Windows port of redis. ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers