What will be the next MAJOR programming language for commercial use?3058 (7/29/2005 2:43:41 PM) comp.lang.misc I started programming more than 25 yrs ago. I used IBM assembler for the majority of the applications I was writing. Next came PL/I. After a few years, C became the primary development language written about, ... lvirden
ISO: code to look up a machine name0132 (7/28/2005 6:14:15 PM) comp.unix.solaris I've a c program. It wants to perform an operation if it is running on machine "abc". Even if the program is running on machine abc, however, hostname may return "something.else.stuff". Both names are valid f... lvirden
Have you taken the Tcl Tutorial Survey?122 (7/27/2005 1:31:34 PM) comp.lang.tcl Over at http://www.tcl.tk/community/tcl2005/survey.htm there is a survey being taken to determine what topics will be of interest to those considering attending. So, are people considering attendance of the co... lvirden
comp.lang.tcl Related Software Catalog (Mar 05, 2005) (6/6)023 (4/12/2005 11:08:00 PM) comp.lang.tcl Archive-name: tcl-faq/part6 Posting-Frequency: at least once a quarter Last-modified: March, 2005 Version: 8.220 URL: http://www.purl.org/NET/Tcl-FAQ/part6.html Comp-lang-tcl-archive-name: tcl-faq.part06 For ... lvirden
comp.lang.tcl Frequently Asked Questions (Mar 05, 2005) (5/6)033 (4/12/2005 11:07:43 PM) comp.lang.tcl Archive-name: tcl-faq/part5 Posting-Frequency: at least once a quarter Last-modified: March, 2005 Version: 8.220 URL: http://www.purl.org/NET/Tcl-FAQ/part5.html Comp-lang-tcl-archive-name: tcl-faq.part05 For ... lvirden
comp.lang.tcl Frequently Asked Questions (Mar 05, 2005) (4/6)0244 (4/12/2005 11:07:29 PM) comp.lang.tcl Archive-name: tcl-faq/part4 Posting-Frequency: at least once a quarter Last-modified: March, 2005 Version: 8.220 URL: http://www.purl.org/NET/Tcl-FAQ/part4.html Comp-lang-tcl-archive-name: tcl-faq.part04 For ... lvirden
comp.lang.tcl Frequently Asked Questions (Mar 05, 2005) (3/6)020 (4/12/2005 11:07:02 PM) comp.lang.tcl Archive-name: tcl-faq/part3 Posting-Frequency: at least once a quarter Last-modified: March, 2005 Version: 8.220 URL: http://www.purl.org/NET/Tcl-FAQ/part3.html Comp-lang-tcl-archive-name: tcl-faq.part03 For ... lvirden
comp.lang.tcl Frequently Asked Questions (March 07, 2005) (1/6)021 (4/12/2005 11:00:49 PM) comp.lang.tcl Archive-name: tcl-faq/part1 Posting-Frequency: at least once a quarter Last-modified: March, 2005 Version: 8.220 URL: http://www.purl.org/NET/Tcl-FAQ/part1.html Comp-lang-tcl-archive-name: tcl-faq.part01 For ... lvirden
Problem with Thread cvs head code and gdbm019 (11/30/2004 4:22:06 PM) comp.lang.tcl The current cvs head for the Thread module doesn't seem to allow one to specify where gdbm is located. Instead, it looks (appropriately) in $exec_prefix, $prefix, then goes on to /usr/local/lib and /usr/lib . ... lvirden
ISO: help getting tclxml/tcldom 3.0b2 working043 (6/1/2004 4:25:41 PM) comp.lang.tcl I've been struggling to get xml/dom 3.0 and libxml2.6.9 to work on my SPARC Solaris 8 system. I'm currently at the point where everything appears to be configuring and building as expected. I get it install... lvirden
pretty widgets926 (5/23/2004 4:30:56 PM) comp.lang.tcl Some easy (and pretty) ideas for Tk improvement: http://www.9rays.net/cgi-bin/components.cgi?act=1&cid=90 ulis ... maurice.ulis(138)
ANNOUNCE tclx8.4.6129 (5/24/2004 12:26:45 PM) comp.lang.tcl Hi, I am pleased to announce Version 8.4.6 of tclx tclx8.4.6 is an binary extension which collects a number of very usefull features mainly focus on system- development for a POSIX clean environment.... nospam6521(20)
Have changes to Tcl and extensions slowed?427 (5/26/2004 11:12:02 AM) comp.lang.tcl I've been noticing on the nightly-cvs snapshot ftp site, the number of extensions changing has slowed pretty dramatically. In the past 3 months, only 17 of the 50+ packages have had changes. -- In God we tr... lvirden272(610)
A question about Chinese input1031 (5/27/2004 2:47:01 AM) comp.lang.tcl Hi everyone! I'm Chinese and I need to input Chinese characters into Tcl/Tk written gui. But I found that the input software "chinput" doesn't work with tcl/tk. With chinput running, you cannot input anyt... traverser(6)
My friend said...925 (5/30/2004 10:01:56 AM) comp.lang.tcl Hi there! I've few friends which writes some scripts... in bash, perl, sometimes in python. They don't like TCL becouse of two things: 1) motif look of Tk (it's very famous to say that about TCL/TK, isn't it?... Googie
Pixel dust vs. Platform217 (5/31/2004 12:25:24 PM) comp.lang.tcl To demonstrate [canvas] bindings, I took my toy smiley face program and added the drag bindings from the 2-D plot demo from widget.tcl. With 8.4.6 on Mac OS X 10.3.4 the mouth leaves horrible pixel dust when... sealj(149)
TCL can't do as much as Perl6520 (7/13/2005 2:34:12 PM) comp.lang.tcl No this isn't flame bait. This was said by a co-worker at my company. We work on a software tool that builds bridges between a security system such as Solaris or Oracle and our central provisioning software.... PCameron(11)
tcl plugin's whereabout....333 (7/27/2005 1:31:23 PM) comp.lang.tcl ActiveTcl's TclDevKit does not contain plugins anymore can someone help me locate a good version somwhere in the outer limts ? thanks ... mel.m.heravi(87)
retrieve array element in order522 (7/27/2005 2:33:51 PM) comp.lang.tcl My program define an array. How to retrieve all array element in the order I define them? array set snmp { 1 "-c public" 2c "-c public" 3 "-u powah -a MD5 -A authpassphrase -l authPriv -x DES -X privpass... wong_powah(105)