Thanks for sharing this! A prominent speaker and an interesting talk! 🪶
@thiccjim91963 ай бұрын
very good, my helped a lot!!!
@chrisxdeboy6 ай бұрын
When is wayland support coming to mainline Tk?
@chrisxdeboy6 ай бұрын
When is wayland support coming to mainline Tk?
@s-bz4tb7 ай бұрын
please share source code if it is ok with you
@BryanChance Жыл бұрын
Dark color on dark blue background is very hard to see....hmmm.
@BryanChance Жыл бұрын
This is nice! TCL + MYSQLITE!!
@danielm6247 Жыл бұрын
This is the simplest version of threads I have seen in tcl explanations but still not obvious enough. Will try this out and I hope it works. Thanks for posting this
@alurma Жыл бұрын
Thanks!
@alurma Жыл бұрын
Fun talk!
@Turjak_art Жыл бұрын
Would be nice to show us how to install ScintillaTk because I get this error: can't find package ScintillaTk, "package require ScintillaTk"
@swarnimborkar3900 Жыл бұрын
Very good, my helped a lot!!!
@HiraStar32 жыл бұрын
Using python 3.10, followed instructions for 3.6 but there’s no output how can I solve this?
@AndrejPanjkov2 жыл бұрын
This makes me hot for SQLite.
@robby93042 жыл бұрын
Me encanta Tcl y la facilidad para crear interfaces gráficas con Tk es inigualable, definitivamente probaré wapp. Long live to Tcl!
@theprimalpitch1903 жыл бұрын
Richard Hipp is a genus designer and coder! Thanks Richard!
@viditibi3 жыл бұрын
is the package or source code available?
@davidgood8403 жыл бұрын
"Yeah... I wrote my own text editor in TCL and it uses Emacs key bindings..." --Dr Richard Hipp Ha!
@AD-jz5sq3 жыл бұрын
Why not Python? This language looks like garbage.
@zamilahmed55793 жыл бұрын
Can you use python to call a ".do" file written in TCL?
@SANTOSHMAHARANAMCD3 жыл бұрын
extension name? for vs code
@pettitzeigler83963 жыл бұрын
Very good, my helped a lot!!!
@mjkaelbling4 жыл бұрын
An Improvement, if you are not using, or cannot use, graphics (X Windows): tkinter.Tcl().tk.eval(open('hello.tcl', 'r').read())
@benzflynn4 жыл бұрын
No goddam sense making a video with no sound balancing, noise exclusion and jumpy video. More maddening still that a distinguished speaker is used in it.
@about2mount5 жыл бұрын
I develop Web Browsers and test newer functionality. My opinion is that without a Video Frame widget and or Direct-X/ OpenGL. Tk even though more advanced than many other GUI Tool Kits simply lags behind. Before 2009 we had fifty web browsers created using TK until Microsoft pulled the plug on using their codecs in Windows. But today this has changed and Microsoft has made many of these proprietary software available as Open Source. I began using Tk over thirty years ago and understand the deeper things. And it has the ability and I have duplicated Webkit's Html Rendering Engine entirely with it. It can also do JavaScript pre-loaded methods as a JS Engine by using the Tag and Mark Config Options also. But without a descent Video Frame Widget it still lags at the bottom of the preferred list of GUI's. It is good to see upgrades for Images likewise, Thanks.
@0HK4N5 жыл бұрын
Very interesting! What happened to those youtube buzzwords from 2:28? xD
@bradlex425 жыл бұрын
Richard Hipp is an inspiration, fossil is wonderful, worth all the stones and acid you can expect to be showered with for not using git
@FineWine-v4.08 ай бұрын
Are you complementing Fossil or insulting it ?
@bradlex428 ай бұрын
@@FineWine-v4.0 I genuinely love fossil and still use it all the time for my own projects, and I love that it’s a vcs option in cargo! It’s can just be an uphill battle trying to convince peers and colleagues to try different tools, I think that’s all I was trying to say with that cynical gibberish at the end. Fossil is great, SQLite is great, and Dr Hipp’s parser generator lemon is also really neat
@ColinMcCormack5 жыл бұрын
I loved this. Steve has re-analyzed, re-synthesized and rad-simplified a strategic technology for the Tcl community.
@macelbayardi84535 жыл бұрын
Is there a tutorial or article of how to "extract" the executable of the rattleCAD 3.6.30.kit ? I've searching in youtube and google, but seems a bit confusing to me, Im not an actual too technology buy, but neither Im a 0 software user, but I really cant find how to get to the installation Can you help me?
@videotcltk5 жыл бұрын
A .kit file does not contain an executable, it contains (runnable) Tcl source code. You need a tclkit interpreter to run it. Download one for your platform here: sourceforge.net/projects/kbskit/files/kbs/0.4.8/ The ones with -bi include many packages and should be sufficient to run the kit-file
@jolantawierzbowska78896 жыл бұрын
Hallo I m looking for contact Jolanta
@omarpta6 жыл бұрын
This man is a genius!
@crtmike6 жыл бұрын
tclquadcode is very impressive!
@guy-nt9jt6 жыл бұрын
It's industrial radiography, not radiology. Radiology is medicine, interpretation of medical imaging.
@DrClaudioArenasCortez6 жыл бұрын
Radiology: The science dealing with X-rays and other high-energy radiation, especially the use of such radiation for the diagnosis and treatment of disease. it is not exclusive for medicine.
@tannert5606 жыл бұрын
It's not true that anyone can get this information @16:46, because when I log in and go to Products/FlightXML/API; they request billing information.
@romulosoares50106 жыл бұрын
Very good, my helped a lot!!!
@pettitzeigler83963 жыл бұрын
Very good, my helped a lot!!!
@rianby647 жыл бұрын
Amazing! You did my day. Now I see that big and heavy software can be reduced to simple solutions
@MdotWelblech7 жыл бұрын
"Since version 3, TeX has used an idiosyncratic version numbering system, where updates have been indicated by adding an extra digit at the end of the decimal, so that the version number asymptotically approaches π. This is a reflection of the fact that TeX is now very stable, and only minor updates are anticipated. The current version of TeX is 3.14159265" - en.wikipedia.org/wiki/TeX
@sigzero1238 жыл бұрын
Donal, great talk. I can't wait to see more on this.
@donporter12478 жыл бұрын
This approach is effective, but it can yield results that are at odds with encapsulation and respecting boundaries that interfaces are put in place to enforce. This in turn complicates the ability to evolve code in ways that modularity and decoupling enable. If the code gets too hard to evolve, then we can end up closing off the paths to big optimization for the sake of preserving all the micro ones. As an example, a large number of conversions from Tcl_GetStringFromObj() to TclGetStringFromObj() were recently done in the Tcl source code and labeled as 'microoptimization'. Like most of these microoptimizations, the saving of a function call is likely unmeasurable on its own, yet replacing with the macro form completely sacrifices whatever structural privacy the functional call put into place. In this case direct access to the bytes and length fields of the Tcl_Obj struct are 'leaked' by the change. Like a lot of coding, it's a matter of trading off one virtue against another. This isn't wrong, but it's not without cost. At least using the macro approach puts in place the machinery needed to 'undo' when the need arises.
@crtmike8 жыл бұрын
What I really want is Tcl's support of Unicode 8 and later!