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.

Attachment: mooni-0.5-1.rockspec
Description: Binary data

------------------------------------------------------------------------------
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

Reply via email to