Browse thread
[Caml-list] ocaml-3.05: a performance experience
[
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: | 2002-08-06 (11:10) |
From: | Noel Welsh <noelwelsh@y...> |
Subject: | Re: [Caml-list] ocaml-3.05: a performance experience |
--- Mike Lin <mikelin@MIT.EDU>, impersonating John Max Skaller, wrote: > > I'm intrigued by the relationship between these > two parsers. I wonder if this is related to the difference between lazy and strict evaluation. It seems that pull code falls naturally out of a lazy model, and push out of a strict model. Given no side effects that transformation between the two is trivial. Things get funky if you allow side effects. Maybe monads help here? Noel __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners