| Where: | https://dashthru.com/tclpysh |
| Description: | tclpysh is a multi-language command line interface supporting Tcl and Python, developed by DashThru Technology, Ltd. |
| OS: | Linux (el6/el7/el8) |
| Python: | CPython 3.6+ |
| Release: | Currently at v2025.06 |
| Contact: | trial at dashthru.com |
Introduction
tclpysh is a multi-language shell supporting both Tcl and Python with native variable sharing, enhanced Ctrl-C interrupt support and mixed language script sourcing. It also can be imported into the Python shell of latest EDA tools.
Advantages
Unlike traditional approach such as tkinter that separates Tcl and Python into distinct modes and environments, tclpysh enables both languages to be written in a single script, with real-time language switching ability.
Real-time Ctrl-C interruption is also available with no limitation such as inside a while loop, with extended command 'defer' for advanced interrupt behavior handling.
Variable Sharing Example
Mixed Language Script Sourcing Example
Enhanced Ctrl-C Interrupt Examples
How to Get
https://dashthru.com/freetrial
AMB - 2025-06-12 04:04:46
Finally, an implementation of TIP #365
.png)


