I have just written my first TCL program in an hour or two after waking up. I regret to report I found it a very enjoyable experience. "boogerman" from the FPGA discord wins once again. Unlike the very start-and-stop experiences I had with FORTRAN and Forth (due to bad ergonomics and docs), ASM (due to its basic nature) and BASIC (due to both) I found I just *wrote code*; the way to proceed was always obvious. And my final code was terse, despite a complex algorithm including a BFS graph search.