jimtcl

Lightweight Tcl interpreter with small memory footprint

brewmacoslinux
Try with needOr install directly
Source

About

Small footprint implementation of Tcl

Commands

jimsh

Examples

Execute a Tcl script file$ jimsh script.tcl
Run Tcl code from command line$ jimsh -c 'puts "Hello from Jim Tcl"'
Start interactive Tcl shell$ jimsh