Re: How can I format an integer ?
Re: How can I format an integer ?
- Subject: Re: How can I format an integer ?
- From: "Mark J. Reed" <email@hidden>
- Date: Tue, 4 Nov 2008 20:41:56 -0500
On Tue, Nov 4, 2008 at 6:53 PM, Jon Pugh <email@hidden> wrote:
> So, speed isn't the real problem, memory use is. In most cases, the iterative (loop) method will use considerably less memory.
Right, unless you use tail recursion and a language system that is
optimized for it; in the latter case (true of Scheme, for instance)
recursion is no more resource-intensive than iteration.
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden