From: rudra on
i am trying to learn tcl(with special emphasis on its interface with
fortran)
can you peple suggest some good starting point?
From: Arjen Markus on
On 5 jul, 12:34, rudra <bnrj.ru...(a)gmail.com> wrote:
> i am trying to learn tcl(with special emphasis on its interface with
> fortran)
> can you peple suggest some good starting point?

Well, the greatest resource on Tcl and Tk is most probably the Wiki:
http://wiki.tcl.tk

You will find ample code examples there, and references to all manner
of
books and on-line tutorials.

There are also a couple of pages on the Wiki regarding interfacing to
Fortran,
either using two separate programs or combining them into one. If you
have
questions about the Ftcl library, you can also ask them directly to
me :).

Regards,

Arjen
From: Cameron Laird on
In article <4aeaec9b-787d-409e-832d-7943d8356f42(a)x35g2000hsb.googlegroups.com>,
rudra <bnrj.rudra(a)gmail.com> wrote:
>i am trying to learn tcl(with special emphasis on its interface with
>fortran)
>can you peple suggest some good starting point?

How well does <URL: http://wiki.tcl.tk/fortran > serve you?
From: rudra on
hi Arjen,
thnx for your replying.
basically, your ftcl is the cause that i am trying to learn tcl/tk
(you may remember my post in comp.lang.fortran)

On Jul 5, 5:10 pm, Arjen Markus <arjen.mar...(a)wldelft.nl> wrote:

> questions about the Ftcl library, you can also ask them directly to
> me :).
Thanks
>
> Arjen


From: Gerry Snyder on
rudra wrote:
> i am trying to learn tcl(with special emphasis on its interface with
> fortran)
> can you peple suggest some good starting point?

The wiki is a _great_ resource:

http://wiki.tcl.tk


Putting "fortran" in into the Search in titles leads to:

http://wiki.tcl.tk/_search?_charset_=UTF-8&S=fortran

which should help.


Gerry