Skip to content
Prev 7660 / 12125 Next

[R-pkg-devel] Question on best approach to develop R package that wraps old complex Python2 software

On Tue, 25 Jan 2022, Stefan McKinnon H?j-Edwards wrote:

            
In R, you can use Tcl (tcltk) to do the same, which actually works better 
than Python.

The problem with python is that last time I checked there were three 
different interfaces for process control and none of the them were 
complete - it was impossible to reliably control a third-party program, 
while performing other tasks.

In contrast, Tcl has a well-designed interface that you can use in 
non-blocking mode.

best

Vladimir Dergachev