Notices tagged with tcl
-
Some of these talks are using #Tcl and #SQLite to drive a Web-based application. The current talk is using !TclTk with #Python's #NumPy.
-
In #Tcl, it would be something like this:
foreach key [dict keys $j] {
puts $outfile "$key, [dict get $j $key]"
}
Easy, because it is fairly direct.
-
#introductionFlawesome. Linux native since 1995. On Fedi since 2008. Working in #Racket, #Tcl, #Python, whatever gets the page up. Solving yesterday's problems tomorrow. A dad. Freddiemercurykin.Every post of mine is an open invitation to advice or information or critique or disagreement. Fire away. If I don't appreciate your contribution, I'll let you…
-
#introductionFlawesome. Linux native since 1995. On Fedi since 2008. Working in #Racket, #Tcl, #Python, whatever gets the page up. Solving yesterday's problems tomorrow. A dad. Freddiemercurykin.Every post of mine is an open invitation to advice or information or critique or disagreement. Fire away. If I don't appreciate your contribution, I'll let you…
-
I’m bumbling through “Lua Quick Start Guide” and a couple of online #Lua introductions / tutorials. Usually at the same time. So when I want to go on to the next one, I want to type the equivalent of #Tcl’s
set variables [info vars]
So I can iterate through them and delete them (or set them to nil in Lua parlance). But in the resources I’ve looked at so far, that seems not to be a thing in the Lua world.
-
I’ve been doing some very introductory tutorials for #Lua. It seems pretty interesting. I don’t think it will displace #Tcl and #Python as my favorite scripting languages, but it could become the third in the set. Seeing that tables (which are dictionaries—associative arrays—that can also act as regular arrays if numeric keys are used) are the only data structure, it …
-
@clacke This is pretty much how you get any scripting language's VFS (and #SQLite started out as a #Tcl extension), so it wasn't surprising.
-
Found another old prepaid VISA gift card, but it's been so long that I can't read the expiration date (and therefore, cannot check to see how much is available to spend, if any). I'll take it with me the next time I visit a store and try to pay some or all of the price with it. Now, I'm going to put away #Tcl, #Lua, and #Jsish, and go to bed. I took a couple of sips of sleep en…
-
@deavmi I did some commercial stuff with #tcl about a decade ago, but didn't like it much
-
!Tcl 8.5.12 has been released ( Tcl/Tk ) http://tcl.tk/
-
90% of the problems I have with .so's are with the "helpful" behavior of programs attempting to solve .so problems for me. #tcl