Re: Tail recursion syntactic sugar faked with TAGBODY-based construct?
- From: Gene <gene.ressler@xxxxxxxxx>
- Date: Wed, 30 Jan 2008 17:40:19 -0800 (PST)
On Jan 30, 4:09 am, Kaz Kylheku <kkylh...@xxxxxxxxx> wrote:
Anyone have any interesting mutual tail recursion examples? I'd like
to try rewriting them using ARGTAGS.
How about implementing a finite state machine e.g. for an input
scanner? There was a recent discussion in comp.programming about
using tail-recursive functions in C to this effect.
http://groups.google.com/group/comp.programming/browse_thread/thread/73716740eadd474e/4cb364a55afea553
.
- Follow-Ups:
- Re: Tail recursion syntactic sugar faked with TAGBODY-based construct?
- From: Marco Antoniotti
- Re: Tail recursion syntactic sugar faked with TAGBODY-based construct?
- References:
- Tail recursion syntactic sugar faked with TAGBODY-based construct?
- From: Kaz Kylheku
- Tail recursion syntactic sugar faked with TAGBODY-based construct?
- Prev by Date: Re: When is it good to use #+implementation ?
- Next by Date: Re: Paul Graham's Arc is released today... what is the long term impact?
- Previous by thread: Re: Tail recursion syntactic sugar faked with TAGBODY-based construct?
- Next by thread: Re: Tail recursion syntactic sugar faked with TAGBODY-based construct?
- Index(es):
Relevant Pages
|