Browse thread
[Caml-list] graphical notation/representation of functional programs?
-
oliver@f...
- Ken Rose
- Jocelyn_Sérot
[
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: | Ken Rose <kenrose@t...> |
| Subject: | Re: [Caml-list] graphical notation/representation of functional programs? |
Oliver Bandel wrote: > > Hello, > > when using graphical representations like in > "The Craft of Functional Programming", so that > a function is a box with in- and output, then > it's a convenient way of looking at functional > programs. > > Is that technique of overview more elaborated > used by other people? > > Shouldn't it possible to have a graphical notation > for FP, like a functional aequivalent of the notation, > that is used in the OO-programmers world, where > classes and methods and attributes and so on > are presentated in a graphical manner? > > Are there papers on that topic? > Or is functional programming in higher spheres > done comepletely an algebraic form 8lambda calculus)? I don't know of anything formal, but the dataflow diagrams used in some structured analysis methods feel pretty functional to me. See, for example "Modern Structured Analysis" Edward Yourdon, 1989. - ken ------------------- 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