Know any creative ways to interface Python with Tcl?

前端 未结 3 1611
轻奢々
轻奢々 2020-12-08 21:24

Here\'s the situation. The company I work for has quite a bit of existing Tcl code, but some of them want to start using python. It would nice to be able to reuse some of

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-08 22:08

    I've not used it myself, but SWIG might help you out:

    http://www.swig.org/Doc1.1/HTML/Tcl.html

提交回复
热议问题