jimsh
small-footprint implementation of Tcl named Jim
Install
- All systems
-
curl cmd.cat/jimsh.sh
- Debian
-
apt-get install jimsh
- Ubuntu
-
apt-get install jimsh
- Kali Linux
-
apt-get install jimsh
- Fedora
-
dnf install jimsh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jimsh
- Raspbian
-
apt-get install jimsh
- Dockerfile
- dockerfile.run/jimsh
jimsh
small-footprint implementation of Tcl named Jim
Jim is an opensource small-footprint implementation of the Tcl programming language. It implements a large subset of Tcl and adds new features like references with garbage collection, closures, built-in Object Oriented Programming system, Functional Programming commands, first-class arrays and UTF-8 support. All this with a binary size of about 100-200kB (depending upon selected options). This package provides the Jim interactive shell.