Re: CoBOL moved to OO

From: Judson McClendon (judmc_at_sunvaley0.com)
Date: 01/01/04


Date: Thu, 01 Jan 2004 11:34:30 GMT


"RKRayhawk" <rkrayhawk@aol.com> wrote:
> "Judson McClendon" judmc@sunvaley0.com
> >
> > All recursive algorithms can be coded iteratively,
>
> Yeah.? Well maybe, but not by all persons. The issue is the labor force. Are
> there algorithms that can be coded more easily as recursive expressions versus
> iterative expressions? Is it the case that some folks can indeed see the
> algorithm at long last when they are thinking in recursive paradigms, whereas
> they is utterly blind to it in flatlanderese?

Yes, I agree. :-)

> I would assert, in opposition to your thought, that some folks can think the
> algorithm in recursion and not think it in iteration and that is why the
> availability of the tools of that genre matter.

I agree with you , I agree with your whole post.

Sorry if I gave another impression :-)

-- 
Judson McClendon      judmc@sunvaley0.com (remove zero)
Sun Valley Systems     http://sunvaley.com
"For God so loved the world that He gave His only begotten Son, that
whoever believes in Him should not perish but have everlasting life."


Relevant Pages

  • Re: newbie question: recursion algorithm and iterative algorithm
    ... Prolog doesn't have iteration. ... recursion in Prolog, and the implementation may implement it by iteration. ... recursive algorithms can always ...
    (comp.lang.prolog)
  • Re: Grammatical Recursion
    ... >> One can only talk about the difference between recursion and ... >> iteration in the context of specific computation models. ... Shifting the topic from the algorithms themselves ...
    (sci.lang)
  • Re: Software bugs arent inevitable
    ... also invalid when 'iteration' and 'recursion' are reversed, no matter how often repeated in texts and articles. ... Some algorithms require much more mental effort to understand when in their recursive form versus the iterative form, ...
    (comp.lang.python)
  • Re: CoBOL moved to OO
    ... All recursive algorithms can be coded iteratively, ... algorithm in recursion and not think it in iteration and that is why the ... and help the programmer think recursion are money ...
    (comp.lang.cobol)
  • Short koan-like code snippets (was: coerce for arbitrary types)
    ... (defun bfs6 (test children pending) ... The algorithm seems to be a tail-recursive expression of what ... I don't like using tail recursion to emulate iteration, ...
    (comp.lang.lisp)

Loading