▲ | hollerith 6 days ago | ||||||||||||||||||||||||||||||||||||||||
Can you name an important software written in Tcl or Tk? Important softwares written in Ruby for example include Rails and Homebrew. | |||||||||||||||||||||||||||||||||||||||||
▲ | coliveira 6 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||
Tcl is the embedded language of git. Standard git gui is written in Tcl/Tk. Tcl is also the script language for sqlite. | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | doublerabbit 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
One of the big investment banks use TCL/TK, for real-time e-trading. Source my last gig. The "important software" are normally kept behind NDAs, so you never hear about their uses. TCL was also used on the Mars Rover. Take a look for yourself: https://wiki.tcl-lang.org/page/Who+Uses+Tcl | |||||||||||||||||||||||||||||||||||||||||
▲ | SomeHacker44 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
The FPGA software from Xilinx and Altera are scripted with Tcl/Tk. | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | nilamo 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Tk has been embedded in python as the GUI toolkit since at least 2.x days. It's used for IDLE, the IDE shipped with Python, and is also used for the turtle module's graphics. | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | fuzztester 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
I've read many times in the past that a lot of EDA-related software is written in Tcl and Tk. Electronic Design Automation. https://en.m.wikipedia.org/wiki/Electronic_design_automation See: https://www.tcl-lang.org/about/uses.html The section about Embedded Development. CAD is mentioned there too. | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | avhon1 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Not written in, but AutoCAD supports scripting in TCL (and in its own AutoLisp, which is much less popular among users than TCL). | |||||||||||||||||||||||||||||||||||||||||
▲ | Qem 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
▲ | progre 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
First version of Redis was written in Tcl. | |||||||||||||||||||||||||||||||||||||||||
▲ | AdieuToLogic 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
> Can you name an important software written in Tcl or Tk? MacPorts[0] uses Tcl significantly. EDIT: The expect[1] command also uses Tcl and has a variant which uses Tk. 0 - https://github.com/macports/macports-ports 1 - https://man.freebsd.org/cgi/man.cgi?query=expect&apropos=0&s... | |||||||||||||||||||||||||||||||||||||||||
▲ | dmux 6 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||
A large part of flightaware.com’s systems were written in TCL. |