How to Install jimsh in Ubuntu 18.04



Install jimsh by entering the following commands in the terminal:

sudo apt update
sudo apt install jimsh

Description:

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.

Homepage: http://jim.tcl.tk/

Version: 0.77+dfsg0-2

Section: universe/devel