zserge / partcl

ParTcl - a micro Tcl implementation

Home Page:https://zserge.com/posts/tcl-interpreter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement TIP #440

dbohdan opened this issue · comments

Hey there! Could you implement tcl_platform(engine) from TIP #440 to make it possible for Tcl code to tell if it's running in ParTcl?

P.S.: It's always cool to see another tiny Tcl implementation. I've add yours to the list at https://tcl.wiki/Small%20Tcl.

One thing to note is that if you set tcl_platform(engine) to ParTcl your implementation may be confused with http://github.com/partcl/partcl. This may not be a problem, however, considering that the latter hasn't seen any development since 2012 and may never get TIP #440 support.