From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d546ce47c1cf45e1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news-in.ntli.net!newsrout1-win.ntli.net!ntli.net!news.highwinds-media.com!xara.net!gxn.net!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Where is TASH, the Tcl/Tk binding? Date: Thu, 19 Apr 2007 22:29:20 +0100 Organization: Pushface Message-ID: References: <1176971696.604663.4220@y5g2000hsa.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1177018160 3651 62.49.19.209 (19 Apr 2007 21:29:20 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 19 Apr 2007 21:29:20 +0000 (UTC) Cancel-Lock: sha1:iZcz/ODgzOmriByFKQ9GisXtkUw= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (darwin) Xref: g2news1.google.com comp.lang.ada:15128 Date: 2007-04-19T22:29:20+01:00 List-Id: Jerry writes: > Where is TASH, the Tcl/Tk binding? Actually, I have the binding and > they are working for me (Mac OS X) but all of the links that I've > found to TASH have gone stale. I'm just wondering (a) if there is > documentation that I could benefit from and (2) has this project > gone quiet and I shouldn't use it? It's at http://tcladashell.sourceforge.net/ It would be really neat if someone else was to show an interest in joining the project! As things stand I've not got a lot of time to spare; also, my preferred way of using Tcl and Ada is by extending the interpreter, I see no point in providing bindings so that Tcl facilities can be used by Ada programs -- write those bits in Tcl! -- so I'm not going to see where the holes/bugs in the current implementation are. I guess I should make a release; for the moment you'll have to use CVS, http://sourceforge.net/cvs/?group_id=164395 . Bug reports welcome ..