masto.es es uno de los varios servidores independientes de Mastodon que puedes usar para participar en el fediverso.
Bienvenidos a masto.es, el mayor servidor de Mastodon para hispanohablantes de temática general. Registros limitados actualmente a invitaciones.

Administrado por:

Estadísticas del servidor:

2 K
usuarios activos

#tcltk

0 publicaciones0 participantes0 publicaciones hoy
Respondió en el hilo

@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 - colin-macleod.blogspot.com/202
#tcl #tcltk

colin-macleod.blogspot.comWhy I'm Tcl-ishColin Macleod Dundee Barnet Greece Tcl C++ Bloomberg Alcatel Intrasoft Autism

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

Tcl/Tk 9.0 Release Announcement - tcl-lang.org/software/tcltk/9.
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 #programming

Respondió en el hilo

@mlnn I had a similar problem a while back (not with Teams but with a company-imposed screensaver that would mess up the screen-switching setup I was using when it kicked in). Since I use Tcl/Tk I was able to prevent this with a one-liner in wish:

while 1 { tk inactive reset; after 60000 }

See docs at tcl-lang.org/man/tcl/TkCmd/tk. .
I imagine you could do the same thing from Python via Tkinter.
#tcltk #programming

www.tcl-lang.orgtk manual page - Tk Built-In Commands
Continuó el hilo

What's the best logo for Tcl/Tk 9.0, which will be released soon? Please select one, or suggest a better option as a followup. Polls don't allow images, so the images are in the post which this is a followup to.
#tcl #tcltk #programming

@konstantin Others have recommended Tk - tkdocs.com/ - personally I would use Tcl/Tk directly, not via Python. It's still being developed but backward compatibility is taken very seriously so 20-year-old programs still work fine or with minor adjustments.

Tcl/Tk runs natively on windows, macos, linux and most other unix varieties and there is an android port. For web delivery, take a look at CloudTk - you can see some examples at wiki.tcl-lang.org/page/Showcas .
#tcl #tcltk #programming

tkdocs.comTkDocs HomeTkDocs features tutorials and other material for modern Tk GUI development, using Python/Tkinter, Tcl, Ruby, and Perl/Tkx.