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:
base64.tcl
: Pure Tcl, from Tcler's Wiki.md5.tcl
: Pure Tcl, from Tcler's Wiki.http:tcl
: copied from http 1.0 and up'modded to http 2.0 interface.
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
.