alexkidman, to tcl
@alexkidman@aus.social avatar

My review of the TCL 40 NXTPAPER at Gizmodo Australia features (amongst many other details), blue lights, human cloning, Kirby, a guy called Dave and moody jazz.

I really have considered every angle… and then some.

#Smartphone #TCL #NXTPAPER #Review
https://gizmodo.com.au/2024/06/tcl-40-nxtpaper-review/

CGM, to tcl
@CGM@mastodon.scot avatar

The second beta release of Tcl/Tk 9.0 is now available - https://www.tcl-lang.org/software/tcltk/9.0.html

publicvoit, to programming
@publicvoit@graz.social avatar

What happens, when you join two paths in a language when the second one is an absolute one?

join("foo", "/bar")
returns "foo/bar" or "/bar"?

The wonderful @meisterluk wrote a great article about that you might want to read: https://lukas-prokop.at/articles/2024-05-03-filepath-join-behavior

I can not tell what version I'd actually prefer. There are situations where both versions would be "proper".

#C++

peterbutler, to ai
@peterbutler@mas.to avatar

"Saying this looks like garbage would be an insult to garbage.”

TCL prepares to release "the first AI-powered love story”

https://www.engadget.com/tcls-first-original-movie-is-an-absurd-looking-ai-generated-love-story-154142740.html

#AI #TV #RomComs #TCL #Movies

piwi, to tcl French
@piwi@framapiaf.org avatar

La RATP choisie pour gérer le métro lyonnais

«Selon nos informations, le 28 mars prochain, le Sytral devrait confier la gestion du métro lyonnais à l'opérateur parisien, dans le cadre du nouveau marché. Keolis, l'actuel exploitant, continuera lui de gérer les bus. Les changements sont attendus pour début 2025.»

https://tribunedelyon.fr/transports/tcl-ratp-choisie-gerer-metro-lyonnais/

CGM, to tcl
@CGM@mastodon.scot avatar

The latest patch release of Tcl/Tk 8.6.14 is now available - http://www.tcl-lang.org/software/tcltk/8.6.html

CGM, to usenet
@CGM@mastodon.scot avatar

Newsgrouper - a web interface to Usenet Groups - https://cmacleod.me.uk/newsgrouper

This is a little project I've been working on for a few weeks. I think the basic functionality is now working, though there are still many aspects I hope to improve. Of course much of usenet is now a wasteland inhabited only by spammers and cranks. But there are still worthwhile corners, such as comp.lang.tcl, so I think this may have some value. 🙂
#usenet #tcl #tcltk #programming

gisgeek, to linux
@gisgeek@floss.social avatar

I'm old enough to have begun using #unix before #linux, and in the first years, I used *nix (well, SunOS, Solaris, and Digital OSF/1, to say more precisely) for so long. I'm what nowadays is considered a Veteran Unix Admin or #vua. I'm still curious enough to stay updated about current tech, but I wonder how many people out there in the #fediverse are still passionate about tech novelties but even cultivate legacy knowledge such as #C, #Perl, #Tcl, #autoconf and #automake, #m4 and above all why?

fgaz, to haskell

#AdventOfCode day 1, both in a very typed and a very untyped language: https://git.sr.ht/~fgaz/aoc2023/tree/master/item/01

#Haskell #Tcl

andrew_chou, to tcl
@andrew_chou@toot.cafe avatar

seemingly out of nowhere I've somehow found myself delving deeper into technologies that could be classified as "permacomputing"-friendly or adjacent. I've recently been doing a lot of reading and exploration on things like around redbean, lua, tcl/tk, c, portability, longevity, and "old" tech and can't help but get excited or overly curious about them.

#c

Gallorum, (edited ) to random French
@Gallorum@mamot.fr avatar

A , le de la par les et le .

Pour "la sécurité des femmes" donc.

Sur les 3 visuels du Sytral, un seul met en avant la présence de personnel, et deux la vidéosurveillance.

andrew_chou, to tcl
@andrew_chou@toot.cafe avatar

I fell into a tcl/tk rabbithole today...

radareorg, to tcl

The missing TCL/TK bindings for r2 are now available! Write GUI r2pipe scripts that run on mac/linux/windows without fighting too much with graphical toolkits or build dependencies. And of course! You can also reuse your Javascript or Python helpers from TCL

SomeGadgetGuy, to tech
@SomeGadgetGuy@techhub.social avatar

RayNeo Air 2 Review! https://youtu.be/_CsV-Vbzgis
Smaller, lighter, faster, and less expensive! These could be the XR glasses to beat?
But is RayNeo making TOO many compromises to hit the lower price?

#tech #technology #geek #xrglasses #bbtg #augmentedreality #ar #vr #mixedreality #virtualreality #tcl #rayneo #youtube #review #video

lambdageek, to typescript
@lambdageek@mastodon.social avatar

In some alternate timeline, we're all using Tcl for browser scripting.

TypeTcl is actually not that different from TypeScript.

#speculativeFiction #microSFF #typescript #tcl #frontendDevelopment #refinementTypes

rossm, to programming

Some of my #programming language books. Currently reading the #Tcl one.

Am I living in the past? :blobfoxthink:

#retrocomputing #scheme #postscript #shell

vlungenstrass, to tcl French

Nous inaugurons le Corridor Bus Val de Saône 🚌

✅ Un gain de temps de parcours de 10 min (et + fiable) pour les bus 40 et 70
✅ Création de trottoirs accessibles avec revêtements clairs
✅ Végétalisation avec des arbres pluies 🌳 et sols perméables 💧

💡 Rappel
Le Corridor Bus, c'est des priorités aux feux, des couloirs bus, des aménagements et sécurisations de carrefours, des couloirs d'approche, etc.

#Lyon #ecologie #TCL

clacke, to tcl en-us

One field of use for that I think people might find surprising is that it mixes well with , at least to me.

Tcl in has few dependencies, so you can use it for miscellaneous scripts without feeling bad about it.

When doing Nix stuff you can easily get into a few layers of quoting, something Tcl's syntax handles better than the shell code people instinctively reach for.

Tcl excels at orchestrating and composing system commands, again a typical Nix concern.

Finally, even though the programming model could be said to be the inverse of functional programming, on a superficial level I think Nix code and Tcl have a shared aesthetic, they just look good together. 😃

@tcltk @tcl @nixos

tcltk, to tcl

(also known as Tool Command Language; pronounced as either "tickle" or as an initialism) is a high-level, general-purpose, interpreted, dynamic programming language.

It was made in 1988 by John Ousterhout and it was inspired mainly by #C, , , and has served as one of the inspirations of and due to its simplicity and elegance.

(1/🧵)

louis, to tcl
@louis@emacs.ch avatar

@a13cui Btw. since you are runnnig the @tcltk account now, too, can you recommend a good book for the latest version of ?

howtophil, to tcl
@howtophil@mastodon.social avatar

Other TCL/TK devs out there?

Say hi :)

justsoup, to linuxphones
@justsoup@mstdn.social avatar

Since my last update post on the TCL A3 I have made some good progress.

By progress I mean the downstream kernel is fatally flawed and my only choice now is to mainline.

... progress?

#postmarketOS #linux #mainline #tcl

alecui, to tcl

Let’s see how many people are on Mastodon (and on that note, if somebody can recommend me Tcl books for more seasoned programmers (=those who have experience with a couple of programming languages)).

yugaego, to tcl

Writing a for , I touched the basics of . This programming language appeared to be elegant, with clear and catchy syntax.

It looks like a very nice choice for . Now I'm not surprised that Sqlite was born as Tcl extension initially. And surprised Tcl isn't widely used in , for instance. I'm quite sure this is suitable for a number of tasks in today's , so pls share if you have real life example(s).

lorddimwit, to random
@lorddimwit@mastodon.social avatar

“A string is a string in the category of string substitutions, what’s the problem?” - blog posts

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • ngwrru68w68
  • everett
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • rosin
  • GTA5RPClips
  • Durango
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • provamag3
  • tacticalgear
  • osvaldo12
  • tester
  • cubers
  • cisconetworking
  • mdbf
  • ethstaker
  • modclub
  • Leos
  • anitta
  • normalnudes
  • megavids
  • lostlight
  • All magazines