EuroTcl 2023 - Jim and Tcl interoperability, Featuring thing o_o, Georg Lehner, 2023-07-20
My Whishes / Needs
for running Tcl scripts both with jimsh
and tclsh
:
- Same Tcl codebase.
- At least almost the same.
- Few if any
if {$tcl_platform(engine) eq "Jim"}
constructs.
- Create/reuse 'libraries'.
- Ad-hoc development and installation.
- Distribution to third parties is less an issue.