After exploding my head trying to understand some old formatting code I wrote for a columns UI setup, I decided to make a simple environment for writing Tagz.
The idea was to have drag/droppable blocks for objects. Functions could have blocks dropped in them to add arguments, everything could be collapsed - you can imagine the kind of useful things you could do with a visual editor.
After spending a few hours in Java I have some basic Tagz functions behaving as they should and attached to swing objects representing the code. I thought I should check if this has already been done in case I am wasting my time.
Also, if this hasnt been done and anybody would find it useful, a fellow coder to help out with making a nice UI and writing a parser for existing Tagz code would be great.