Tcl
1.1、Tcl简介
short for:Tool Command Language
是什么 ?:a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.
开发语言:C
官方主页:http://tcl.tk
源码仓库:https://github.com/tcltk/tcl
1.2、通过包管理器安装Tcl
操作系统包管理器安装命令
macOSHomeBrewbrew install tcl-tk
GNU/LinuxHomeBrewbrew install tcl-tk
aptsudo apt-get install -y tcl
CentOSyumsudo yum install -y tcl
dnfsudo dnf install -y tcl
openSUSEzyppersudo zypper install -y tcl
Alpine Linuxapksudo apk add tcl

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm tcl
Gentoo LinuxPortagesudo emerge tcl
1.3、通过编译源码安装Tcl
1.4、Tcl中包含的命令
1.5、Tcl中包含的头文件
1.6、Tcl中包含的库文件
  • libtcl9.0.{a | so | dylib}