From: Paul Morrison <74720.2367@CompuServe.COM> Newsgroups: comp.parallel Subject: Re: Visual languages for concurrency Date: 28 Apr 1999 15:26:37 GMT Organization: CompuServe, Inc. (1-800-689-0736) Approved: bigrigg@cs.cmu.edu Message-Id: <7g79bd$487$1@goldenapple.srv.cs.cmu.edu> Originator: bigrigg@ux6.sp.cs.cmu.edu Xref: ukc comp.parallel:15534 Depending on what you are interested in, you may find my work on data-flow oriented application development relevant. In this approach to application development, data chunks flow between components running asynchronously, across fixed connections. You start with a diagram, which converts very simply into a running program, and because the linkage between components is via data, not control flow, it lends itself to the development of reusable components. But the basic unit of comprehension is the diagram, which can be multi-level. This technology is called Flow-Based programming, and I published a book on it in 1994. You can also visit my web site at http://www.e-smith.org/people/paul/fbp. If you find it interesting, we can correspond by phone or e-mail. Regards, Paul Morrison -- J. Paul Morrison -- Articles to bigrigg+parallel@cs.cmu.edu (Admin: bigrigg@cs.cmu.edu) Archive: http://www.hensa.ac.uk/parallel/internet/usenet/comp.parallel