Re: off-topic: Why is lisp so weird?
Tom Plunket wrote:[color=blue]
>[/color]
.... snip ...[color=blue]
>
> Lisp offers tail recursion optimization, too, which C does not.
> This means that heavily recursive operations can actually be
> faster and consume less memory than their C counterparts.[/color]
Not so. Optimization is not language dependant, but
implementation dependant.
--
Chuck F (cbfalconer@yah oo.com) (cbfalconer@wor ldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home .att.net> USE worldnet address!
Tom Plunket wrote:[color=blue]
>[/color]
.... snip ...[color=blue]
>
> Lisp offers tail recursion optimization, too, which C does not.
> This means that heavily recursive operations can actually be
> faster and consume less memory than their C counterparts.[/color]
Not so. Optimization is not language dependant, but
implementation dependant.
--
Chuck F (cbfalconer@yah oo.com) (cbfalconer@wor ldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home .att.net> USE worldnet address!
Comment