tclsh
The Tcl (Tool Command Language) provides a powerful platform for
Install
- All systems
-
curl cmd.cat/tclsh.sh
- Debian
-
apt-get install tcl
- Ubuntu
-
apt-get install tcl
- Alpine
-
apk add tcl
- Arch Linux
-
pacman -S tcl
- Kali Linux
-
apt-get install tcl
- Fedora
-
dnf install tcl-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tcl
- OS X
-
brew install tcl-tk
- Raspbian
-
apt-get install tcl
- Dockerfile
- dockerfile.run/tclsh
- Docker
-
docker run cmd.cat/tclsh tclsh
powered by Commando
tcl
The Tcl (Tool Command Language) provides a powerful platform for
creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides a fastest and powerful way to create cross-platform GUI applications. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications.