Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: A mini-language for sequences (part 1)

by sleepingsquirrel (Hermit)
on Nov 05, 2004 at 19:18 UTC ( #405593=note: print w/replies, xml ) Need Help??


in reply to A mini-language for sequences (part 1)

On a somewhat related subject, I found Towards the best collection traversal interface an interesting read...
Most programming languages support collections, represented by an in-memory data structure, a file, a database, or a generating function. A programming language system gives us typically one of the two interfaces to systematically access elements of a collection. One traversal API is based on enumerators -- e.g., for-each, map, filter higher-order procedures -- of which the most general is fold. The second approach relies on streams, a.k.a. cursors, lazy lists.


-- All code is 100% tested and functional unless otherwise noted.
  • Comment on Re: A mini-language for sequences (part 1)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://405593]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (1)
As of 2023-10-05 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?