For Programmers: Free Programming Magazines  


Home > Archive > Tcl > May 2007 > Re: Tcl dot net (Tcl.net, yes microsoft net framework) ? realistic?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Tcl dot net (Tcl.net, yes microsoft net framework) ? realistic?
Donal K. Fellows

2007-05-28, 4:32 am

Michael Reichenbach wrote:
> I am not a microsoft fan, but I think .net is a good thing.
>
> To make a nice gui with winforms and vb.net is more easy for me then
> using tk. Or with .net it`s easy to use win api functions.


I find Win API functions easy to use through Tcl; I can just pretend
that I'm on UNIX and have things work. :-)

> What about Tcl.net? The tcl syntax is more easy then C# / vb. Tcl.net
> with Microsoft Visual Studio and full oop by standard would be the most
> awesome thing I can imagine as programing language.
>
> Is there a statement about this idea from the tcl developers?


While I suspect that most of the Tcl Maintainers (as the devs are
called) are a bit short of effort to take the lead on such a task, this
should not be taken as discouragement. It should be not that difficult
to implement Tcl on .net; Tcl's already been implemented on Java for
years (as Jacl), and that should provide a good model for how to carry
out the integration.

Of course, if you're wanting to compile Tcl procedures down directly to
the CLR, that'll be a lot harder. But that's really not the first stage
to work on if you're doing it; getting a basic implementation of the
interpreter and a reasonable standard library (i.e. the Tcl commands) is
definitely what to do first.

> What about the tcl core team? Is it still interested, active and alive
> or out of breath?


The TCT provides oversight for the maintainers, but most things are left
up to those people who step up to the plate and do the work. Those who
step up, we cheer on (except when they try something daft, natch!)

[The Maintainers and Core Team are overlapping sets.]

Donal.
Michael Schlenker

2007-05-28, 8:07 am

Donal K. Fellows schrieb:
> Michael Reichenbach wrote:


>
> While I suspect that most of the Tcl Maintainers (as the devs are
> called) are a bit short of effort to take the lead on such a task, this
> should not be taken as discouragement. It should be not that difficult
> to implement Tcl on .net; Tcl's already been implemented on Java for
> years (as Jacl), and that should provide a good model for how to carry
> out the integration.

In fact, someone already did this:
http://sourceforge.net/projects/tclcsharp

Michael
Donal K. Fellows

2007-05-28, 8:07 am

Michael Schlenker wrote:
> In fact, someone already did this:
> http://sourceforge.net/projects/tclcsharp


In that case, all I've got to say to people is "if you want it, get on
and contribute". :-)

Donal.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com