Install critcl by entering the following commands in the terminal:
sudo apt update sudo apt install critcl
Description:
compiled runtime in Tcl
Critcl takes a snippet of C, generates Tcl interface, sends it to the compiler, and then dynamically links the code. Checksums are used to only recompile when needed, so the build overhead really applies only once.
Homepage: http://andreas-kupries.github.com/critcl/
Version: 3.1.9-1build1
Section: universe/interpreters