On Mon, Jul 09, 2012 at 08:41:57AM -0700, Paul Morrison wrote:
> Hi Paul (and Henri), the latest version of DrawFBP allows you to
> associate source code with a block in the diagram. Right now, it only
> supports text, but is essentially language-agnostic. However, your
> post implies that, in the future, you might want to associate some
> kind of visual logic with an FBP block - we could give this a try.
> Feel free to get more concrete on this, and we can do some
> experimenting :-)
I have some ideas on graphical programming, like prolog but applied
to math, sets, lists, bit logic. For control, I think
state transitions and flow charts are essentially similar.
So, I would very much like to talk about this graphical programming,
and develop something.
But we can easily translate graphs to concise text, or text to graphs;
so there's no point arguing which way is better, it's easy to do both.
Compilers translate text code into a tree or graph model anyway.
Sam
--
I got in the habit to say 'bit' instead of 'boolean',
I use 'bit' as the boolean type in my code.
I'd like to use 'exec' for control-flow transitions in net2sh (!),
but there are issues with buffered input. I could fix that with
a 'push-back pipe' construct, and use a process or two for each pipe.
Actually I think I might need more than one process for each pipe.
Eek, too many processes...