Browse thread
From a recursive circuit to a functional/recursive OCaml-code...
[
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: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] From a recursive circuit to a functional/recursive OCaml-code... |
On Mon, Feb 06, 2006 at 12:52:08PM +0100, Oliver Bandel wrote:
> On Sun, Feb 05, 2006 at 04:42:47PM +1100, skaller wrote:
> > On Sun, 2006-02-05 at 05:16 +0100, Oliver Bandel wrote:
> >
> > > But I'm not clear about how to write this function "f",
> > > because it needs mutual recursion...
> >
> > No it doesn't, not even with feedback, because your
> > system is CLOCKED.
> [...]
>
> I need for this task one clock.
> I can do a clock (in binary values) with true and false
> or 1 and 0 or so with a variable.
> I can do this with loops or functions that inverts their
> last value (true -> false and false -> true) with simple
> toggling.
> I then could use this value and do things depending on the value.
Following his paper
"Prinzipien der Selbstorganisation im sozialen und
betriebswirtschaftlichen Bereich"
(Hvf: Wissen und Gewissen, Ffm 1993)
(title of the english vesrion: "Principles of Self-Organization in Socio-Managerial Context")
I had written this simple inplementation, strictly following
his paper:
http://me.in-berlin.de/~first/nichttriviale.ml.html
Ciao,
Oliver