package require tcldotnet or package require tclmono - TCL

This is a discussion on package require tcldotnet or package require tclmono - TCL ; I'm just wondering how difficult it would be to implement a package that would allow the use of dotnet or mono. package require tcldotnet or package require tclmono...

+ Reply to Thread
Results 1 to 4 of 4

package require tcldotnet or package require tclmono

  1. Default package require tcldotnet or package require tclmono

    I'm just wondering how difficult it would be to implement a package
    that would allow the use of dotnet or mono.

    package require tcldotnet

    or

    package require tclmono


  2. Default Re: package require tcldotnet or package require tclmono

    tcltkdev@aol.com wrote:
    > I'm just wondering how difficult it would be to implement a package
    > that would allow the use of dotnet or mono.


    By ****ogy with the coupling between Tcl and Java, there are two ways to
    do it: connecting a standard interpreter to the .NET runtime, or
    rewriting Tcl in C#. (I advise leaving alone the task of compiling Tcl
    scripts to CIL for now; it's a lot of work to get anywhere, and you'll
    get things going faster if you don't bother. Or at least start with.)
    You may also want to start looking at http://wiki.tcl.tk/6192 and go
    from there.

    Donal.

  3. Default Re: package require tcldotnet or package require tclmono

    Donal K. Fellows wrote:
    > tcltkdev@aol.com wrote:
    >> I'm just wondering how difficult it would be to implement a package
    >> that would allow the use of dotnet or mono.

    >
    > By ****ogy with the coupling between Tcl and Java, there are two ways to
    > do it: connecting a standard interpreter to the .NET runtime, or
    > rewriting Tcl in C#. (I advise leaving alone the task of compiling Tcl
    > scripts to CIL for now; it's a lot of work to get anywhere, and you'll
    > get things going faster if you don't bother. Or at least start with.)
    > You may also want to start looking at http://wiki.tcl.tk/6192 and go
    > from there.


    Then there is also using .net applications from Tcl.. If the application
    provides a Web Services interface, then you can use the client side of the
    Web Services for Tcl
    (http://members.cox.net/gerald.lester...cesForTcl.html).

    Likewise if you are have a Web Service in Tcl you can "call" it from your
    ..net application.


    --
    +--------------------------------+---------------------------------------+
    | Gerald W. Lester |
    |"The man who fights for his ideals is the man who is alive." - Cervantes|
    +------------------------------------------------------------------------+

  4. Default Re: package require tcldotnet or package require tclmono

    What I have in mind is some sort of OS API.


+ Reply to Thread

Similar Threads

  1. require functionality
    By Application Development in forum RUBY
    Replies: 3
    Last Post: 11-20-2007, 09:59 AM
  2. FAQ 8.46 What's the difference between require and use?
    By Application Development in forum Perl
    Replies: 0
    Last Post: 06-03-2007, 02:03 PM
  3. use/require handler?
    By Application Development in forum Perl
    Replies: 4
    Last Post: 01-31-2004, 03:12 PM