lua-users home
lua-l archive

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


It was thus said that the Great Soni L. once stated:
> 
> 
> On 05/08/16 11:44 PM, Sean Conner wrote:
> >   To what end?  What problem does this solve?  What you one use this for?
> >
> -- Example 1
> print((function(x, y) return x == 0 and (y or 1) or _SELF(x-1, x*(y or 
> 1)) end)(3)) --> 6

  Let me make myself perfectly clear---WHY do I want this?  WHAT does this
buy ME?  Not fake examples like the above which doesn't make a whole lot of
sense.  A REAL PROBLEM!  A debugger without the debug module?  What?

  -spc