lua-users home
lua-l archive

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


On Thu, Jun 26, 2014 at 4:04 PM, Sean Conner <sean@conman.org> wrote:
>> It's soooo much easier to analyze and comprehend the flow of control in a
>> simple series of adjoining statements than it is across a series of function
>> calls, especially recursive calls.
>
>   I'll grant you it can feel wierd at first, seeing a bunch of functions all
> call each other and not blow out the stack, but with exposure, you get used
> to it.  Heck, people got used to Perl, for crying out loud.

<smug lisp weenie>I was recursing before it was cool.</smug lisp weenie>

/s/ Adam