@wolframkriesing #tcl #tcltk -
% string map {{ } {}} { o n e }
one
@wolframkriesing #tcl #tcltk -
% string map {{ } {}} { o n e }
one
@mcc dicts are a relatively recent addition, arrays were in Tcl from early on. A dict is a single value, which can be assigned to a variable, passed around etc.. An array is more like a collection of variables.
I tried to capture what's distinctive about Tcl in a blog post a while back - https://colin-macleod.blogspot.com/2020/10/why-im-tcl-ish.html
#tcl #tcltk
日本語プログラミング言語Mind9βのキャンバス大量図形移動 遅延イベントで実装してみる
https://qiita.com/mylifewithviolin/items/71fba4457061c372c96a?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
日本語プログラミング言語Mind9βのキャンバスで図形移動してみた
https://qiita.com/mylifewithviolin/items/8f25dd02bc94be8e92ec?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
@kirukarki Favourite programming language? Tcl! #tcltk
@aanee This might be higher-level than you want, but one easy way to get started is with Tk - https://wiki.tcl-lang.org/page/What+is+Tk . Some examples with source code: https://wiki.tcl-lang.org/page/Showcase .
#tcltk #gui
@tirifto I find Tcl/Tk an effective way to create GUI applications with very little suffering - https://wiki.tcl-lang.org/page/Showcase .
#tcltk
Tcl is often used in science, mostly behind the scenes. Here's a very recent article in the journal 'software' by Arjen Markus and Lenore Mullin:
"Implementing Mathematics of Arrays in Modern Fortran: Efficiency and Efficacy"
https://www.mdpi.com/2674-113X/3/4/26
It used the Tcl package 'plotchart' to produce the graphs in the paper. This is the package: https://core.tcl-lang.org/tklib/doc/trunk/embedded/md/tklib/files/modules/plotchart/plotchart.md
@willmcgugan @mkennedy
At first I thought this was new but now I see it's an update of something first released in 2012.
I will still point out that the equivalent for Tcl appeared 20+ years ago: https://code.google.com/archive/p/tclkit/
#python #tcltk
Hoy en mi blog un pequeño resumen sobre las herramientas que vengo usando últimamente para mis cosas:
https://notxor.nueva-actitud.org/2024/11/10/resumen-de-mis-ultimas-herramientas.html
Hoy en mi blog un pequeño resumen sobre las herramientas que vengo usando últimamente para mis cosas:
https://notxor.nueva-actitud.org/2024/11/10/resumen-de-mis-ultimas-herramientas.html
Wrote a small nex browser in Tcl/Tk. Developed in Tcl/Tk 9 but it should also run on older versions. It works pretty nice but there are some features missing.
A pauta sobre easter eggs da #SegundaFicha cobre apenas jogos? Como um usuário #Linux da velha guarda, gostaria de resgatar o easter egg das antigas versões do Red Hat (incluindo o #Conectiva Red Hat Linux), que exibiam um chapéu giratório se uma determinada região do `timetool` (aplicativo para ajuste de data e hora) era clicada. Não achei captura de tela, então, precisei eu mesmo fazer uma (emulador PCem, distribuição Conectiva Red Hat Linux Marumbi).
Etiquetas adicionais: #retrocomputing #redhat #fvwm #fvwm2 #anotherlevel #tcltk #emulacao #emulation
"After 27 years, Tcl/Tk 9 finally arrives with 64-bit power and Zip file magic.
Now that's the kind of stability we like" - https://www.theregister.com/2024/10/02/tcltk_version_9/
#tcl #tk #tcltk #programming
Hoy en mi blog, un artículo corto, sobre la nueva versión 9.0 de #TclTk
https://notxor.nueva-actitud.org/2024/09/27/tcl-tk-alcanza-su-version-mayor-9-0.html
Exciting release of Tcl/Tk!
Tcl/Tk 9.0 Release Announcement - https://www.tcl-lang.org/software/tcltk/9.0.html
The first major release in 27 years. 64-bit internal structures, so data can be huge. Full unicode with all the funky new emojis. Zip filesystems, etc., etc.
There's lots of new stuff, and some old cruft has been dumped, so some programs may need a few updates, but there's still a high level of compatibility. The page above links to release notes with details of what's in and what's out.
#tcltk #tcl #tk #programming
@webdev_discussions Interesting. Looks like this does for Javascript what CriTcl has been doing for Tcl for the last 20+ years - https://andreas-kupries.github.io/critcl/ .
#programming #tcltk #tcl
@TyrionTargaryen I'm going to claim that Tcl/Tk makes GUIs pretty easy, although some code is required. As an example I offer a quick&dirty program I knocked up to administer the user db (a single table in Sqlite) for my web site. The first picture is the screen, the second is the full program, 114 lines. I have also put the code at https://cmacleod.me.uk/tcl/sample/user_admin.tcl (I changed the salt used for the md5 encryption though). More info at https://www.tcl-lang.org/ .
#gui #programming #tcltk
Hoy nuevo artículo en mi blog sobre un proyecto personal
https://notxor.nueva-actitud.org/2024/08/25/trokola-en-version-alfa.html