saito

Difference between version 7 and 8 - Previous - Next
Hello,

Thanks for your interest.  I love Tcl/Tk and have done several interesting projects in it.

My involvement with the language has gone through phases: late 1990's, break, mid-to-late 2000's, break, and now back for a third time.  Fortunately, the language has stayed pretty simple and mostly the same over the years so the returns were not as hectic as it could have been with other languages. 

My first involvement was for solving Traveling Salesman Problem ( https://en.wikipedia.org/wiki/Travelling_salesman_problem/%|%TSP%|% ).  My idea was to start with a convex hull and iteratively solve the remainder of the points on the map.  This was a novel approach at the time (based on the survey I did then).  There seems to be more researchers doing similar things these days.  I first programmed it in C, got some promising results.  In one instance, I even got a solution that was better than the one published by the above website as the optimal path.  However, it was difficult to see where the algorithm was going astray.  Enter Tcl/TK: After seeing a fellow student with Prof O's book, I quickly rewrote the app in Tcl.  I could see the map visually, and watch the algorithm doing its thing it step by step.  Awesome!  Unfortunately I had to leave it as oher things came up.

[Convex_Hull_image]


In my second return, I developed a data flow language for non-technical users so they could get their jobs done without needing IT too much, or almost none at all as it came to be :-) . This app had its success in its own limited way.  There were boxes that each performed some function, and by connecting these boxes together, one could accomplish certain tasks.  This was quite easy to use and powerful at the same time.

[saito df graph]


Currently, I am back and in the final stages of a more modern, more complete and more capable version of that data flow app.  It is designed to be a data engineering platform for anyone who deals with data in one way or another.  It has some quite advanced features: in its core functionality, as an app in its configuration and maintenance, and in its extra features.  I can write about those later.
[saito new df]