I see that elmer makes it possible to run Python code from Tcl. But is it possible the other way around? Could anyone give an example in Python?
Update: by this I mean, being able to access Tcl objects, invoke Tcl functions, etc instead of simply running some Tcl code.