home.social

Search

640 results for “tcl_tk”

  1. New feature in – part 26:

    *::build-info — Obtain information about the build of Tcl

    Here is something for coders who want or need to look deeper into packages. This command is only defined when a package explicitly fills this info in. Tcl and Tk now do so. You can thus try:

    tcl::build-info
    9.0.3+a527703e8829e0c3d27188dff72627dc0914d9c0cc9d4acfac297b78fff01081.clang-1500.tommath-0103

    and this is what you might get. Similar for `tk::build-info`.

  2. New feature in – part 17:

    info cmdtype — Introspection for the kinds of commands

    It was cumbersome to find out whether some Tcl "command" in Tcl 8.6 actually was a procedure, a built-in command or something else. You would use various [info ..] calls for this. In Tcl 9 you can just ask by using [info cmdtype <someCmdName>]:

    % info cmdtype tk_messageBox
    native
    % info cmdtype auto_load
    proc

  3. 🚀 New modern & responsive Tcl/Tk package registry!

    📦 200+ packages listed with metadata, full-text search & filters.

    👥 Contributors welcome to expand the list!

    💡 Help beginners: Found a cool package? Add it to help the community!

    @tcl_tk #Tcl #Tk #OpenSource #DevTools #foss

    → Site: tcltk-pkgs.pages.dev
    → Code: github.com/tcltk-pkgs/registry

  4. Облачные сервисы на Tcl/Tk

    С момента написания на tcl/tk удостоверяющего центра CAFL63 и утилиты cryptoarmpkcs для работы с электронной подписью меня не покидала мысль, что неплохо бы оформить их как облачные сервисы. Я постоянно смотрел в сторону проекта CloudTk .

    habr.com/ru/articles/950592/

    #cloud #облака #tcl #tk #cloudtk #электронная_подпись #сертификаты #sslсертификаты #tclhttpd #linux

  5. Облачные сервисы на Tcl/Tk

    С момента написания на tcl/tk удостоверяющего центра CAFL63 и утилиты cryptoarmpkcs для работы с электронной подписью меня не покидала мысль, что неплохо бы оформить их как облачные сервисы. Я постоянно смотрел в сторону проекта CloudTk .

    habr.com/ru/articles/950592/

    #cloud #облака #tcl #tk #cloudtk #электронная_подпись #сертификаты #sslсертификаты #tclhttpd #linux

  6. Облачные сервисы на Tcl/Tk

    С момента написания на tcl/tk удостоверяющего центра CAFL63 и утилиты cryptoarmpkcs для работы с электронной подписью меня не покидала мысль, что неплохо бы оформить их как облачные сервисы. Я постоянно смотрел в сторону проекта CloudTk .

    habr.com/ru/articles/950592/

    #cloud #облака #tcl #tk #cloudtk #электронная_подпись #сертификаты #sslсертификаты #tclhttpd #linux

  7. Облачные сервисы на Tcl/Tk

    С момента написания на tcl/tk удостоверяющего центра CAFL63 и утилиты cryptoarmpkcs для работы с электронной подписью меня не покидала мысль, что неплохо бы оформить их как облачные сервисы. Я постоянно смотрел в сторону проекта CloudTk .

    habr.com/ru/articles/950592/

    #cloud #облака #tcl #tk #cloudtk #электронная_подпись #сертификаты #sslсертификаты #tclhttpd #linux

  8. SVG-виджеты для tcl/tk. Поддержка SVG-файлов. Часть III

    Вот и наступил тот момент, когда стало возможным при разработке gui на tcl/tk простое использование в качестве иконок графических изображений, хранящихся в svg -файлах:

    habr.com/ru/articles/835700/

    #svg #svg_to_canvas #tkpath #xml #tcl/tk #tclexecomp #transforms #icons #виджеты #векторная_графика

  9. If you triple-click to select line-by-line in a Tk Text widget that is displaying Unicode text that includes the BOM it will put the BOM in the selection (of the first line.) But not if you just double-click to select word-by-word, or just select normally char-by-char by click-and-drag.

    Is this worth a bug report? That's my question.

    #Tk #TCL #Tkinter

  10. If you triple-click to select line-by-line in a Tk Text widget that is displaying Unicode text that includes the BOM it will put the BOM in the selection (of the first line.) But not if you just double-click to select word-by-word, or just select normally char-by-char by click-and-drag.

    Is this worth a bug report? That's my question.

    #Tk #TCL #Tkinter

  11. If you triple-click to select line-by-line in a Tk Text widget that is displaying Unicode text that includes the BOM it will put the BOM in the selection (of the first line.) But not if you just double-click to select word-by-word, or just select normally char-by-char by click-and-drag.

    Is this worth a bug report? That's my question.

    #Tk #TCL #Tkinter

  12. If you triple-click to select line-by-line in a Tk Text widget that is displaying Unicode text that includes the BOM it will put the BOM in the selection (of the first line.) But not if you just double-click to select word-by-word, or just select normally char-by-char by click-and-drag.

    Is this worth a bug report? That's my question.

    #Tk #TCL #Tkinter

  13. If you triple-click to select line-by-line in a Tk Text widget that is displaying Unicode text that includes the BOM it will put the BOM in the selection (of the first line.) But not if you just double-click to select word-by-word, or just select normally char-by-char by click-and-drag.

    Is this worth a bug report? That's my question.

    #Tk #TCL #Tkinter

  14. Following up on the Tcl and ooRexx release cycle: Tcl 8.6.15 was just released and they are making good progress on the Tcl/Tk 9.0.0 release candidate. There is talk about an ooRexx 5.1.0 release being readied. There are fewer active participants in ooRexx development so reviewing changes can take a while. The maybe obvious lesson here is that even if the release tools and processes are well maintained, you need to have an engaged community as well.

    #tcl #rexx #foss

  15. I made a little hourglass demo using #Pymunk (2D physics) and #Tkinter ( #TCL / #Tk Gui via #Python). It's nothing special, but fun to watch.

    codeberg.org/sforman/OddsAndEn

  16. I made a little hourglass demo using #Pymunk (2D physics) and #Tkinter ( #TCL / #Tk Gui via #Python). It's nothing special, but fun to watch.

    codeberg.org/sforman/OddsAndEn

  17. I made a little hourglass demo using #Pymunk (2D physics) and #Tkinter ( #TCL / #Tk Gui via #Python). It's nothing special, but fun to watch.

    codeberg.org/sforman/OddsAndEn

  18. I made a little hourglass demo using #Pymunk (2D physics) and #Tkinter ( #TCL / #Tk Gui via #Python). It's nothing special, but fun to watch.

    codeberg.org/sforman/OddsAndEn

  19. I made a little hourglass demo using #Pymunk (2D physics) and #Tkinter ( #TCL / #Tk Gui via #Python). It's nothing special, but fun to watch.

    codeberg.org/sforman/OddsAndEn

  20. Облачные технологии. Неожиданный поворот

    В сентябре2025 на просторах Хабра была опубликована статья «Облачные сервисы на Tcl/Tk» . Спустя полчаса после опубликования появился комментарий от CloudTk-JeffSmith , который приятно удивил меня:

    habr.com/ru/articles/986070/

    #интернет #облачные_сервисы #tcl #cloudtk #vpn #docker #cloud #cloud_hosting #облачные_технологии #облачная_платформа

  21. Облачные технологии. Неожиданный поворот

    В сентябре2025 на просторах Хабра была опубликована статья «Облачные сервисы на Tcl/Tk» . Спустя полчаса после опубликования появился комментарий от CloudTk-JeffSmith , который приятно удивил меня:

    habr.com/ru/articles/986070/

    #интернет #облачные_сервисы #tcl #cloudtk #vpn #docker #cloud #cloud_hosting #облачные_технологии #облачная_платформа

  22. Облачные технологии. Неожиданный поворот

    В сентябре2025 на просторах Хабра была опубликована статья «Облачные сервисы на Tcl/Tk» . Спустя полчаса после опубликования появился комментарий от CloudTk-JeffSmith , который приятно удивил меня:

    habr.com/ru/articles/986070/

    #интернет #облачные_сервисы #tcl #cloudtk #vpn #docker #cloud #cloud_hosting #облачные_технологии #облачная_платформа

  23. Облачные технологии. Неожиданный поворот

    В сентябре2025 на просторах Хабра была опубликована статья «Облачные сервисы на Tcl/Tk» . Спустя полчаса после опубликования появился комментарий от CloudTk-JeffSmith , который приятно удивил меня:

    habr.com/ru/articles/986070/

    #интернет #облачные_сервисы #tcl #cloudtk #vpn #docker #cloud #cloud_hosting #облачные_технологии #облачная_платформа

  24. Древний язык программирования обновился спустя 27 лет. Что нового в Tcl/Tk 9.0?

    Несколько дней назад был представлен релиз Tcl/Tk 9.0 , динамического языка программирования. Он распространяется вместе с кроссплатформенной библиотекой базовых элементов графического интерфейса Tk. Релиз стал первым крупным обновлением с 1 997 года (я был там, Гэндальф) и включает множество улучшений, которые добавляют современные возможности для разработчиков. Давайте посмотрим, что там у нас нового!

    habr.com/ru/companies/selectel

    #selectel #язык_программирования #tlk #история_it

  25. 🐍🚀 Out now: Python 3.14.5 final!

    ♻️ This now has the new (old) garbage collector, and the official macOS installer has been updated to use Tcl/Tk 9.0.3 instead of 8.6.17.

    discuss.python.org/t/python-3-

    #Python #Python314 #release

  26. 🐍🚀 Out now: Python 3.14.5 final!

    ♻️ This now has the new (old) garbage collector, and the official macOS installer has been updated to use Tcl/Tk 9.0.3 instead of 8.6.17.

    discuss.python.org/t/python-3-

    #Python #Python314 #release