#tcltk — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #tcltk, aggregated by home.social.
-
@tcl_tk There's also an online version of Tartaniser linked from https://cmacleod.me.uk/ .
I'm not posting the direct link because it uses CloudTk to put the Tcl/Tk program online. I once made the mistake of posting a link to another CloudTk-enabled program and the resulting traffic from all the Mastodon instances it propagated to hammered my little server into the ground. 🪶
#tcltk #tartan -
A well-written and remarkably comprehensive introduction to Tcl/Tk - https://cgicoffee.com/blog/2026/04/tcl-tk-develop-cross-platform-cli-gui-tools-tutorial-guide . It's mostly positive about the language, but does also point out some genuine disadvantages.
#tcltk #tcl #programming #gui -
Tcl/Tk is great in many ways, but I can't use it yet.
https://core.tcl-lang.org/tk/tktview/b7ded5749cb003cdaf2c873baea25ff6ebc8274b
-
Presentation videos from this year's European Tcl/OpenACS conference are now online! - https://learn.wu.ac.at/eurotcl2026
#tcltk #programming #openacs #naviserver -
@h4ckernews Nice. I made something quite similar a few years ago in Tcl - https://wiki.tcl-lang.org/page/ReacTcl .
#incremental #programming #tcltk -
People of the #MagicVLSI community, is this useful?#VLSI #Silicon #ASIC #GF180mcu #TCLTK #Tools https://gist.github.com/ellisgl/9e310044a7b0ba08d3c0bf9d441ad0eb
-
@zelphirkaltstahl Interesting. I wonder if you are aware of the free-form time parsing supported by Tcl's `clock` command, which can of course be used from Python via tkinter - https://www.tcl-lang.org/man/tcl9.0/TclCmd/clock.html#M89 ?
#tcltk #python -
I love making silly little programs to solve problems I rarely have...
https://codeberg.org/hellfire103/misc-scripts/src/branch/trunk/scram.tcl
-
The list of talks for this year's Tcl and OpenACS conference has just been published: https://openacs.km.at/ . It's all happening in Vienna, Austria, on 16 & 17 July. Registration officially closes tomorrow, but late applications are quite likely to be accepted.
#tcltk #programming #webdev -
OpenACS and Tcl/Tk Conference 2026 - only one week left to submit presentation proposals - https://openacs.km.at !
#tcltk #openacs #programming #webdev -
Tcl/Tk 8.6.18 Release Announcement
The Tcl Core Team is pleased to announce the 8.6.18 releases of the Tcl dynamic language and the Tk toolkit. We intend these to be the final releases of Tcl 8.6 and Tk 8.6. Both Tcl and Tk have successor major release sequences in active supported development. As of this release date, users of Tcl and Tk are encouraged to move to Tcl 9.0.3 and Tk 9.0.3.
More details at https://newsgrouper.org/%3C10tvh03$221[email protected]%3E
#tcltk #programming -
@tcl_tk EuroTcl 2026 conference registration is now open at https://openacs.km.at !
#programming #tcltk -
Ah yes, because the world was desperately yearning for yet another obscure text editor clone, this time written in everyone's favorite "what is this even?" language, #TclTk. 🖥️🤔 Clearly, the future of editing lies in turning our keyboards into irrelevant relics while we bask in the glory of mouse-induced carpal tunnel. 🖱️😂
http://www.call-with-current-continuation.org/ma/README #texteditor #softwaredevelopment #programminghumor #carpalTunnel #mouseoverload #HackerNews #ngated -
@jacket Tcl is something of an acquired taste. Perhaps you need to have a twisted brain to really appreciate it (as I do)! 🤪
That's quite a good introductory video though. My one criticism would be that it may give the impression that all commands operate directly on strings, which would be very inefficient. This was the case in the very earliest versions of Tcl, but now strings are converted to/from more efficient representations behind the scenes as required. #tcltk 🪶
-
@rocketsoup "If you were going to write a modest cross-platform UI application that will still work on a 2046 computer, what would you write it in?" - Tcl/Tk of course, which still runs GUI applications written 30 years ago (including on platforms which didn't exist then) !
https://www.tcl-lang.org
#tcltk #gui #programming -
@patricus Depending on your definition of "sane", you might find Tcl/Tk fits the bill. See https://www.tcl-lang.org and https://wiki.tcl-lang.org/welcome . Indentation is optional, you can write:
if {$a > 0} {puts OK} else {puts "TOO LOW"; set a 1}
or:
if {$a > 0} {
puts OK
} else {
puts "TOO LOW"
set a 1
}or:
if {$a > 0} \
{puts OK} \
else \
{puts "TOO LOW"
set a 1}or even:
eval [lreverse {{puts "TOO LOW"; set a 1} else {puts OK} {$a > 0} if}]
🤪 -
@colinmford Hex "magic" numbers - in the new logo created for #tcltk version 9 the light green colour has hex code BADA55. ( SVG file is at https://wiki.tcl-lang.org/image/Tcl9LogoFinal )
-
@jaywilson1988 @ebassi Do you have a source for this you can point to? I'm a big Tcl/Tk fan, but am resigned to it remaining a minority interest.
#tcltk #gtk -
@jaywilson1988 @felipeborges @GTK Well the graphics here will be done with Tk which was developed for use with Tcl, though other languages have bindings to it as well now. You can see some other examples here: https://wiki.tcl-lang.org/page/Showcase .
#tcltk -
@jaywilson1988 @felipeborges @GTK A Gtk-Tcl binding has been done before, see https://wiki.tcl-lang.org/page/gnocl . BEWARE - it appears the www.gnocl.org site has been compromised - it redirects to something very dodgy. The source code has not been updated for a few years but the blog at https://gnocl.blogspot.com/ has recent posts, so I guess the project is not dead.
As a longtime Tcl fan I am curious about where you see these signs of a resurgence in its popularity?
#tcltk #gnome -
@felipeborges
Hey, I was wondering, what do you and your colleages in the #gnome development team think about Tcl/Tk?
#tcltk
I heard some people discussing lately about bringing back the Tcl language, it's becoming popular again. Perhaps it would be a good idea make Tcl bindings for GTK?I think it would be worth considering, or else gnome might be left out when Tcl returns to the throne as the most popular scripting language.
-
If you would be interested in a Tcl/Tk conference in North America next year, please complete this survey: https://forms.cloud.microsoft/r/cG4Sv3jgsd 🪶
#tcl #tcltk #programming -
RE: https://mastodon.social/@h4ckernews/115665782709337151
As usual, Python catching up with something Tcl has had for at least a decade with the ‘tailcall’ command. 😜
#programming #tcltk #python -
Tcl/Tk 9.0.3 is now released. This is a patch release of the Tcl programming language and the Tk GUI toolkit with various fixes. For details see the announcements at:
Tcl: https://sourceforge.net/p/tcl/mailman/message/59259102/
Tk: https://sourceforge.net/p/tcl/mailman/message/59259103/
#tcl #tcltk #programming 🪶 -
@preslavrachev Not as pretty, but free, a #tcltk utility I wrote long ago: https://wiki.tcl-lang.org/page/Diskusage
-
@tcl_tk One technical point - when sharing a link to an Usenet post on newsgrouper, it's best to use the "Permalink" which can be found at the bottom of the article page. People who click this will go straight to the article without needing to login as a guest, which happens with other forms of link. For the TLS announcement the permalink is https://newsgrouper.org/%3C10cevcb$155[email protected]%3E .
#usenet #tcltk 🪶