Browse thread
[Caml-list] Announcing the OMake build system version 0.9.1
[
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: | Andreas Rossberg <rossberg@p...> |
| Subject: | Re: [Caml-list] Announcing the OMake build system version 0.9.1 |
skaller wrote: >> >>>Fixpoint iteration works and is universal. >> >>It isn't universal, though. There are pathalogical cases, even with common >>tools where it never will stabilize. > > I think it is very rare to find a case which would > stabilise with a manual order and not fixpoint iteration. That isn't the point, though. There are tools that are not intended to produce stable outputs! For example, a tool might be generating time stamps or guids in its output files. Such tools will never work with a fixpoint scheme, so you can hardly claim its universality. Also, I'm not convinced that the move from a declarative to an imperative build paradigm is really what most people into functional programming would like to see... ;-) - Andreas -- Andreas Rossberg, rossberg@ps.uni-sb.de Let's get rid of those possible thingies! -- TB ------------------- 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