in reply to Re: regex and "Functional Programming"
in thread regex and "Functional Programming"
There's a whole lot of iterating going on in functional languages; it's just going to tend to look like perl map or foreach loops and not like a while or C-style for loop.
Generally, though, where applicable, one's more likely to choose a recursive algorithm than an iterative one, which is likely what you meant, but, well, yours in pedantry and all.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: regex and "Functional Programming"
by FoxtrotUniform (Prior) on Oct 23, 2004 at 21:16 UTC |