Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Tcl programming language


Related Topics

  
  Programming language - Wikipedia, the free encyclopedia
Most languages that are widely used, or have been used for a considerable period of time, have standardization bodies that meet regularly to create and publish formal definitions of the language, and discuss extending or supplementing the already extant definitions.
Functional languages often restrict names to denoting run-time computed values directly, instead of naming memory locations where values may be stored, and in some cases refuse to allow the value denoted by a name to be modified at all.
Programming languages are not error tolerant; however, the burden of recognizing and using the special vocabulary is reduced by help messages generated by the programming language implementation.
en.wikipedia.org /wiki/Programming_language   (1840 words)

  
 Tcl - Wikipedia, the free encyclopedia
Tcl (originally from "Tool Command Language", but nonetheless conventionally rendered as "Tcl" rather than "TCL"; and pronounced like "tickle") is a scripting language created by John Ousterhout that is generally thought to be easy to learn, but powerful in competent hands.
Functional programming can easily be done in Tcl, as higher-order functions or functional abstractions are built into the language, though it is not widely used for this purpose.
The Tcl programming language was created in the spring of 1988 by John Ousterhout while working at the University of California at Berkeley.
en.wikipedia.org /wiki/Tcl_programming_language   (1503 words)

  
 Tcl article - Tcl scripting language John Ousterhout rapid prototyping command - What-Means.com   (Site not responding. Last check: 2007-10-20)
Tcl (originally from "Tool Command Language", but nonetheless conventionally rendered as "Tcl" rather than "TCL"; and pronounced like "tickle") is a scripting language created by John Ousterhout that is generally thought to be easy to learn, but powerful in the right hands.
While Tcl itself does not provide an object oriented framework, the language itself can be extended to provide new features as required.
The most popular Tcl extension is the Tk toolkit, which provides a graphical user interface library for a variety of operating systems.
www.what-means.com /encyclopedia/Tcl   (372 words)

  
 Introduction to the Tcl Programming Language
Tcl (pronounced Tickle) is a general purpose programming language originally intended to be embedded in other applications as a configuration and extension language.
Tcl is specially designed to make it extremely easy to extend the language by the addition of new primitives in C. These new primitives are truly first-class citizens of the language, sharing the same error handling and memory management as the original primitives.
Tcl supports event-driven programming (required for GUI programming) with the ability to associate Tcl code with any variable or array element (the code is executed automatically whenever the variable is read or written).
www.lib.uchicago.edu /keith/tcl-course   (1394 words)

  
 Getting Started with Tcl   (Site not responding. Last check: 2007-10-20)
Tcl is a scripting language that is interpreted at runtime.
Tcl has a lot of quirks in its syntax, and I think the TclPro debugger can help you pinpoint where your syntax errors are.
For editing Tcl, some people like to use TextPad, which can be used for editing all sorts of programming languages, from Java to C to Tcl to HTML.
www.cse.ogi.edu /class/cse560/tcl.html   (744 words)

  
 Tcl : Tcl programming language   (Site not responding. Last check: 2007-10-20)
Tcl (originally from "Tool Command Language", but nonetheless usually lowercased) is a scripting language created by John Ousterhout that is generally thought to be easy to learn, but powerful in the right hands.
While Tcl itself doesn't provide an object oriented framework the language itself can be extended to provide new features as required.
The most famous extension is the Tk toolkit which allows one to write portable graphical user interfaces for a variety of operating systems.
www.termsdefined.net /tc/tcl-programming-language.html   (412 words)

  
 Tcl Developer Site   (Site not responding. Last check: 2007-10-20)
Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.
Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.
A wide variety of developers contribute to the open source Tcl and Tk core, which is hosted at SourceForge.
www.tcl.tk   (288 words)

  
 comp.lang.tcl FAQ part1
Tcl (current release version 8.4.10) stands for ``tool command language'' and is pronounced ``tickle.'' The home download site for the Tcl source code is http://www.tcl.tk/software/download.html.
Tcl was designed to make it easy to drop into a lower language when you come across tasks that make more sense at a lower level.
The first is the Usenet news group news:comp.lang.tcl, an unmoderated Usenet newsgroup, created for the discussion of the Tcl programming language and tools that use some form of Tcl, such as the Tk toolkit for the X window system, Extended Tcl, and expect.
www.purl.org /NET/Tcl-FAQ/part1.html   (14203 words)

  
 Cetus Links: 16604 Links on Objects and Components / Tcl/Tk
Tcl is really two things: a scripting language, and an interpreter for that language that is designed to be easy to embed into your application.
Tcl and its associated graphical user interface toolkit, Tk, were designed and crafted by Professor John Ousterhout of the University of California, Berkeley.
Tcl Ada Shell: An Ada 95 Binding to Tcl/Tk (Terry Westley)
www.cetus-links.org /oo_tcl_tk.html   (1098 words)

  
 Tom Poindexter's Tcl Page
Tcl was designed as an embeddable command language, but is strong enough to stand as a general programming language.
Tcl is often associated with its primary extension Tk, which provides an elegantly simple interface for X Window System programming.
MSTCL is a port of Tcl 7.3, Tk 4.0, and TclX 7.3a to MS-DOS.
www.nyx.net /~tpoindex/tcl.html   (1683 words)

  
 tcl bug - The Tcl programming language
This is a programmer's forum for discussing programming issues between programmers and folks who are learning to program.
I'm quit happy to provide help on questions like "why doesn't my program work", but do note that this is not a forum that provides a free debugging service for folks who aren't intent on learning Tcl.
Your remain welcome to post a Tcl program of 10 to 20 lines to illustrate your problem, and I will have a look at that and attempt to provide you with some assistance if you do.
www.wellho.net /forum/The-Tcl-programming-language/tcl-bug.html   (1424 words)

  
 FreeTechBooks.com - Tclwise - Guide to the Tcl Programming Language
This book is an introduction to the main ideas of Tcl, a simple and powerful programming language.
Tcl is recommended, since it's a simple and general programming language, that can be used with success to develop applications in short time.
Tcl is also a programmable programming language, that it's possible to combine to create programs, and to extend the language in itself in order to attack programming problems in a very direct way.
www.freetechbooks.com /about269.html   (241 words)

  
 Tcl Language Usage Questions And Answers
Also, Tcl was originally intended as an embedded language that would provide the minimal programming constructs and framework upon which a programmer could base the scripting language for their application.
For older Tcl releases, there are several pseudo-random number generator functions, written in straight Tcl, that have been posted to comp.lang.tcl, see Larry's tcl-faq/part4 for a list.
In Tcl, everything passed to the parser must have proper list structure, even comments (and yes comments are passed to the parser, unlike in some languages where they are stripped at an earlier stage).
psg.com /%7Ejoem/tcl/faq.html   (6682 words)

  
 Tcl/Tk Software   (Site not responding. Last check: 2007-10-20)
Tcl and Tk are available on a wide variety of platforms, including Windows, Mac, and essentially all flavors of Unix (Linux, Solaris, IRIX, AIX, *BSD*, etc.).
By far the easiest way to get Tcl/Tk installed is via ActiveState's free ActiveTcl distribution, which includes precompiled versions of not only the core Tcl and Tk, but dozens of the most popular extensions, to provide you with a rich set of Tcl development tools with a single software installation.
Tcl and Tk come preinstalled on most Unix systems, as well as on Mac OS X, so it may well be worth a quick look.
www.tcl.tk /software/tcltk   (306 words)

  
 [No title]
Thorough knowledge of the Tcl programming language, the Tk toolkit, and the C language interface to the Tcl library.
Rivet is a module written in C for the popular Apache web server permitting the use of Tcl as a server side scripting language.
Wrote Hecl, a Tcl-like programming language written in Java that runs in J2ME environments.
www.dedasys.com /davidw/resume.html   (1075 words)

  
 comp.lang.tcl FAQ Launch Page
Read the Tcl Core Team (TCT) for information regarding the the structure of the team of Tcl community developers responsible for the evolution and management of the Tcl core.
The Tcl'ers Wiki is a site where you can report new releases of your software, register an interest in a particular Tcl related project or even start looking for others who share an interest in discussing and working on some particular software, administration or political effort relating to Tcl.
Tcl Usage FAQ from 1997; may be useful until the main site gets back online.
tcl.sourceforge.net /faqs/tcl   (1605 words)

  
 Tcl Programming - training course
Tcl is often used as an embedded language, and we'll show you how it's embedded within applications such as Expect, and briefly how it's used in association with Tk.
Practical experience in programming in another computer language, is helpful but not mandatory; Tcl is a very different language.
Embedding a TCL interpretter in a C program.
www.wellho.co.uk /net/tbfull.html   (1733 words)

  
 [No title]   (Site not responding. Last check: 2007-10-20)
Was Scriptics.com, firm founded by Tcl creator, and original sole author, Professor John Ousterhout.
Shows source code implementation for the same simple program across over 250 different programming languages.
Monthly updated index that gives an indication of the popularity of programming languages.
www.ucmore.com /Directories/similar.aspx/DM20000522000013828   (191 words)

  
 PLEAC - Programming Language Examples Alike Cookbook
If successful, this project may become a primary resource for quick, handy and free reference to solve most common programming problems using higher-level programming languages, and for comparison on ease-of-use and power/efficiency of these languages.
It can already be used to make basic comparisons between languages, and begins to be referred in some programming language mailing lists.
We also have starting implementations in languages which are not part of the industry standards, but still very important for a programmers' culture, namely OCaml (7.29%), Erlang (1.86%) and Pliant (1.71%).
pleac.sourceforge.net   (743 words)

  
 What is Python?
Python is an interpreted, interactive, object-oriented programming language.
It is often compared to Tcl, Perl, Scheme or Java.
Python is also usable as an extension language for applications that need a programmable interface.
www.python.org /doc/Summary.html   (185 words)

  
 Tcl and other languages
For Tcl applications in human, "natural" languages, check the Lish family - and for comparing code snippets with other languages, Tcl in comparison.
The Typcl extension lets you use Tcl from Python [13], it is part of CritLib [14].
http://www.acooke.org/andrew/writing/lang.html is a discussion of programming languages, and mentions Tcl as the grand daddy of scripting languages.
wiki.tcl.tk /1324   (523 words)

  
 AOL Updates Its Open Source Web Server
According to Shiobara, the Tcl (define) affords AOLserver a number of advantages.
He also noted that it is relatively fast in comparison to other scripting languages.
"Tcl is one of the only [scripting] programming languages, which was intended to be embedded inside a larger application, unlike Perl, Python, Ruby, etc.," Shiobara commented.
www.internetnews.com /ent-news/article.php/3462701   (824 words)

  
 TclTutor : Interactive Computer Aided Instruction for Tcl
It consists of 43 lessons covering all of the basic Tcl commands and most of the recent (8.0) additions.
The format of a TclTutor lesson is a short textual description of a command or concept and an interactive example.
The differing levels of verbosity provide a beginner with more information about computer terminology and general programming techniques, while allowing an experienced programmer to get just the minimal information that they need to start using a command.
www.msen.com /~clif/TclTutor.html   (870 words)

  
 Freshmeat Open Source Projects announcements - The Jim Interpreter 0.51 - A small footprint implementation of the Tcl ...   (Site not responding. Last check: 2007-10-20)
Freshmeat Open Source Projects announcements - The Jim Interpreter 0.51 - A small footprint implementation of the Tcl programming language.
The Jim Interpreter 0.51 - A small footprint implementation of the Tcl programming language.
Jim is a small footprint implementation of the Tcl programming language.
www.codecomments.com /archive402-2005-4-450693.html   (190 words)

  
 :: Programming Tutorial ::
Programming in C: UNIX System Calls and Subroutines Using C
Standard ML Programming in Standard ML '97: An On-Line Tutorial
Practical Programming in Tcl and Tk Programming Using Tcl/Tk Introduction to Programming with Tcl
www.cs.utk.edu /~shi/link_prog.htm   (260 words)

  
 ActiveState - Tcl programming tools resources language distribution - Dynamic Tools for Dynamic Languages
ActiveState's quality-assured, ready-to-install distribution of Tcl, available for AIX, HP-UX, Linux, Mac OS X, Solaris and Windows.
ActiveState's guaranteed and supported Tcl binaries and key extensions for AIX, HP-UX, Linux, Solaris and Windows.
Tcl Solutions — professional tools to meet the needs of all Tcl users
www.activestate.com /Tcl   (201 words)

  
 The Tcler's Wiki   (Site not responding. Last check: 2007-10-20)
Tcl is a simple-to-learn yet very powerful language.
Its syntax is described in just a dozen rules, but it has all the features needed to rapidly create useful programs in almost any field of application - on a wide variety of international platforms.
It allows you to develop graphical applications that run on Windows, Linux, MacOSX and many other platforms.
wiki.tcl.tk   (72 words)

  
 Omniseek: /Computing /Programming Languages /Tcl/Tk /Web Directories
Ahandy reference guide to the basic Tcl language elements, Tcl and Tk commands, and Tk widgets.
NeoWebScript is a module for the Apache webserver that allows you to embed the Tcl/Tk programming language directly in the HTML code in web pages.
is a module for the Apache webserver that allows you to embed the Tcl/Tk programming language directly in the HTML code in web pages.
www.omniseek.com /srch/{76775}   (251 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.