Bwise Graphical Programming Setup [Theo Verelst] [http://195.241.128.75/diary/Ldi5/captbwise.jpg] http://195.241.128.75/Diary/ldiary5.html#bwise For some time, and of course in many branches of engineering with pen and paper for ages, the world has known various programs doing a sort of general purpose blobk-wise programming, or better put automated flow of information and processing of it, I knew a few a decade ago on unix (khoros, avs, ape) and in musicland there are various quite capable though not so general applications which allow blockwise compositions of functions or pieces of processing. In any programming language, itis not so easy as far as I know to find some kind of package or interface and toolkit or whatever, to easy have some blocks of functions and play with them interactively in a network. Being electrical engineer of course I'm aware of the value of making a schematical diagram of some circuit or computer or even of a program (often less effective than a nassi-schneider diagram as every freshman in computer engineering should know) especially when it is a parallel one, and for the purpose of doing that well on a computer many alternatives exist. Tcl/tk being quite a capable interactive programming language, I though it would be a good idea to allow what in a certain branch of science is called visual programming. More than a few years ago, a started with code to put blocks on canvas and drag them around and connect them, and trying to stick with not simple but basic amd small code pieces. Recently I took Bwise up some more, and added a decent network data transfer and execution of the block order function, and some more block types, with on-canvas editing of values and pressing buttons, and some more popup menus for creating and activating blocks, and showing windows per block with input and output variables and initialisation and modal function. All of this completely in an overseeable amount of tcl code.