• itcl++

    From Mike C@21:1/5 to All on Tue Mar 15 15:08:11 2022
    Anybody happen to have a copy of this code somewhere.

    Its 2022, isn't it time we had conversion from <any> language to <any> other language ? or as programmers, we are sure that can't/won'/and should never be done ?

    Or are we still tin the mentality that everybody should play in the same sandbox ?

    Maybe the TCL gang should show the way, somebody already tried.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Harald Oehlmann@21:1/5 to All on Wed Mar 16 09:15:53 2022
    Am 15.03.2022 um 23:08 schrieb Mike C:
    Anybody happen to have a copy of this code somewhere.

    Its 2022, isn't it time we had conversion from <any> language to <any> other language ? or as programmers, we are sure that can't/won'/and should never be done ?

    Or are we still tin the mentality that everybody should play in the same sandbox ?

    Maybe the TCL gang should show the way, somebody already tried.

    Dear Mike,
    thank you for the contribution, I appreciate.
    I have to admit, that I don't understand your concrete question or
    suggestion.
    Words you mentioned:
    - Title: iTCL++: probably the popular incr TCL package is ment, which is bundled to standard TCL distributions.
    https://wiki.tcl-lang.org/page/itcl

    - Sandbox: the TCL sandbox is called "safe interpreters": https://wiki.tcl-lang.org/page/Safe+Interps

    I hope this helps.

    Take care,
    Harald

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D Groth@21:1/5 to Harald Oehlmann on Wed Mar 16 08:18:19 2022
    I have a minimal itcl++ (Tcl only version of Itcl, mostly compatible to Itcl 2.3/2.2) cutdown version here:

    https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/mittelmark/yeti/tree/main/tcl++

    Best,
    Detlef
    Harald Oehlmann schrieb am Mittwoch, 16. März 2022 um 09:15:57 UTC+1:
    Am 15.03.2022 um 23:08 schrieb Mike C:
    Anybody happen to have a copy of this code somewhere.

    Its 2022, isn't it time we had conversion from <any> language to <any> other language ? or as programmers, we are sure that can't/won'/and should never be done ?

    Or are we still tin the mentality that everybody should play in the same sandbox ?

    Maybe the TCL gang should show the way, somebody already tried.
    Dear Mike,
    thank you for the contribution, I appreciate.
    I have to admit, that I don't understand your concrete question or suggestion.
    Words you mentioned:
    - Title: iTCL++: probably the popular incr TCL package is ment, which is bundled to standard TCL distributions.
    https://wiki.tcl-lang.org/page/itcl

    - Sandbox: the TCL sandbox is called "safe interpreters": https://wiki.tcl-lang.org/page/Safe+Interps

    I hope this helps.

    Take care,
    Harald

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mike C@21:1/5 to Harald Oehlmann on Wed Mar 16 10:18:44 2022
    On Wednesday, March 16, 2022 at 3:15:57 AM UTC-5, Harald Oehlmann wrote:
    Am 15.03.2022 um 23:08 schrieb Mike C:
    Anybody happen to have a copy of this code somewhere.

    Its 2022, isn't it time we had conversion from <any> language to <any> other language ? or as programmers, we are sure that can't/won'/and should never be done ?

    Or are we still tin the mentality that everybody should play in the same sandbox ?

    Maybe the TCL gang should show the way, somebody already tried.
    Dear Mike,
    thank you for the contribution, I appreciate.
    I have to admit, that I don't understand your concrete question or suggestion.
    Words you mentioned:
    - Title: iTCL++: probably the popular incr TCL package is ment, which is bundled to standard TCL distributions.
    https://wiki.tcl-lang.org/page/itcl

    - Sandbox: the TCL sandbox is called "safe interpreters": https://wiki.tcl-lang.org/page/Safe+Interps

    I hope this helps.

    Take care,
    Harald

    I'm just looking for a copy of that code, to see if it would help with something i'm trying to accomplish.

    The other was just a comentary on the state of the programming world.
    By "sandbox" i meant that do we all have to be C programmers ? or Python, or whatever ?
    I yhink not, i think e are cpable of builing lots of things interopeable.
    Just as an anology, pretty much and probably most poplular programming langues, ALL have a .json parser, correct ?
    So why can't we have some software that we can read some script file, (offline) and have it converted to another scripting/programming languge ?
    I think we can.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Harald Oehlmann@21:1/5 to All on Wed Mar 16 18:28:32 2022
    Am 16.03.2022 um 18:18 schrieb Mike C:
    On Wednesday, March 16, 2022 at 3:15:57 AM UTC-5, Harald Oehlmann wrote:
    Am 15.03.2022 um 23:08 schrieb Mike C:
    Anybody happen to have a copy of this code somewhere.

    Its 2022, isn't it time we had conversion from <any> language to <any> other language ? or as programmers, we are sure that can't/won'/and should never be done ?

    Or are we still tin the mentality that everybody should play in the same sandbox ?

    Maybe the TCL gang should show the way, somebody already tried.
    Dear Mike,
    thank you for the contribution, I appreciate.
    I have to admit, that I don't understand your concrete question or
    suggestion.
    Words you mentioned:
    - Title: iTCL++: probably the popular incr TCL package is ment, which is
    bundled to standard TCL distributions.
    https://wiki.tcl-lang.org/page/itcl

    - Sandbox: the TCL sandbox is called "safe interpreters":
    https://wiki.tcl-lang.org/page/Safe+Interps

    I hope this helps.

    Take care,
    Harald

    I'm just looking for a copy of that code, to see if it would help with something i'm trying to accomplish.

    The other was just a comentary on the state of the programming world.
    By "sandbox" i meant that do we all have to be C programmers ? or Python, or whatever ?
    I yhink not, i think e are cpable of builing lots of things interopeable. Just as an anology, pretty much and probably most poplular programming langues, ALL have a .json parser, correct ?
    So why can't we have some software that we can read some script file, (offline) and have it converted to another scripting/programming languge ?
    I think we can.

    Thank you for the clarification. The two pointers to iTCL were ok for you ?

    Take care,
    Harald

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mike C@21:1/5 to D Groth on Wed Mar 16 14:20:43 2022
    On Wednesday, March 16, 2022 at 10:18:22 AM UTC-5, D Groth wrote:
    I have a minimal itcl++ (Tcl only version of Itcl, mostly compatible to Itcl 2.3/2.2) cutdown version here:

    https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/mittelmark/yeti/tree/main/tcl++

    Best,
    Detlef
    Harald Oehlmann schrieb am Mittwoch, 16. März 2022 um 09:15:57 UTC+1:
    Am 15.03.2022 um 23:08 schrieb Mike C:
    Anybody happen to have a copy of this code somewhere.

    Its 2022, isn't it time we had conversion from <any> language to <any> other language ? or as programmers, we are sure that can't/won'/and should never be done ?

    Or are we still tin the mentality that everybody should play in the same sandbox ?

    Maybe the TCL gang should show the way, somebody already tried.
    Dear Mike,
    thank you for the contribution, I appreciate.
    I have to admit, that I don't understand your concrete question or suggestion.
    Words you mentioned:
    - Title: iTCL++: probably the popular incr TCL package is ment, which is bundled to standard TCL distributions.
    https://wiki.tcl-lang.org/page/itcl

    - Sandbox: the TCL sandbox is called "safe interpreters": https://wiki.tcl-lang.org/page/Safe+Interps

    I hope this helps.

    Take care,
    Harald


    Thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mike C@21:1/5 to Harald Oehlmann on Wed Mar 16 14:21:55 2022
    On Wednesday, March 16, 2022 at 12:28:36 PM UTC-5, Harald Oehlmann wrote:
    Am 16.03.2022 um 18:18 schrieb Mike C:
    On Wednesday, March 16, 2022 at 3:15:57 AM UTC-5, Harald Oehlmann wrote:
    Am 15.03.2022 um 23:08 schrieb Mike C:
    Anybody happen to have a copy of this code somewhere.

    Its 2022, isn't it time we had conversion from <any> language to <any> other language ? or as programmers, we are sure that can't/won'/and should never be done ?

    Or are we still tin the mentality that everybody should play in the same sandbox ?

    Maybe the TCL gang should show the way, somebody already tried.
    Dear Mike,
    thank you for the contribution, I appreciate.
    I have to admit, that I don't understand your concrete question or
    suggestion.
    Words you mentioned:
    - Title: iTCL++: probably the popular incr TCL package is ment, which is >> bundled to standard TCL distributions.
    https://wiki.tcl-lang.org/page/itcl

    - Sandbox: the TCL sandbox is called "safe interpreters":
    https://wiki.tcl-lang.org/page/Safe+Interps

    I hope this helps.

    Take care,
    Harald

    I'm just looking for a copy of that code, to see if it would help with something i'm trying to accomplish.

    The other was just a comentary on the state of the programming world.
    By "sandbox" i meant that do we all have to be C programmers ? or Python, or whatever ?
    I yhink not, i think e are cpable of builing lots of things interopeable. Just as an anology, pretty much and probably most poplular programming langues, ALL have a .json parser, correct ?
    So why can't we have some software that we can read some script file, (offline) and have it converted to another scripting/programming languge ?
    I think we can.
    Thank you for the clarification. The two pointers to iTCL were ok for you ?

    Take care,
    Harald

    Trying to get all the scripts together. Will try later when i get a brain rest.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)