Browse thread
[Caml-list] Iterators and lazy lists
- Alexander V. Voinov
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Alexander V. Voinov <avv@q...> |
| Subject: | [Caml-list] Iterators and lazy lists |
Hi All, I didn't fully understand from the docs, what is the preferred way to generate lazy (e.g., computed on demand) lists in OCaml, like what is achieved in Python via __getitem__. Should I generate a stream for this, or define an iterator like in C++? I'd like to find an analog of the following in Python: for item in myCustomDict.lazyItems(): if found(item): break Certainly, a recursive traversal solution is preferred over a looping one. Thank you in advance Alexander ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr