EuroTcl 2023 - Jim and Tcl interoperability, Featuring thing o_o, Georg Lehner, 2023-07-20

tcl4jim

A procject with some packages providing missing Tcl features for the Jim interpreter.

Tcl.tcl :  add minimal emulation for often used missing features.

mime.tcl : copied from a 'recent' Tcllib and ported to Jim. Requires:

http:tcl : copied from http 1.0 and up'modded to http 2.0 interface.

Setup

Symlink Tcl.tcl to an auto_path directory, e.g. /usr/local/lib/jim .

package require Tcl – this also appends the tcl4jim directory to auto_path.