DEV Community

Велимир Майсторов
Велимир Майсторов

Posted on

Anyone who code in Tcl/Tk

Any one who still coding in Tcl/Tk?
Are this language is dead?
I`m coding TCL since 1999. what about you?

Top comments (2)

Collapse
 
epsi profile image
E.R. Nurwijayadi

This exotic language require more exposure.

I know I'm waking up an old thread. To help more beginner, I have made a working example of coroutine with source code in github.

🕷 epsi.bitbucket.io/lambda/2021/03/1...

First the data structure:

TCL: Songs Record

Then the sender and receiver function.

Sender and Receiver

Sender and Receiver

And finally combine both using coroutine in program entry point.

Coroutine

I hope this could help other who seeks for other case example.

🙏🏽

Thank you for asking.

Collapse
 
stevenally profile image
......

I love it. Best language.. I use it for utilities and scripts. My day job is Classic ASP, C#, PHP. I have written an editor which I use for everything, and a Fossil front end.