Tcl programming language - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: Tcl programming language


  
 Tcl - Wikipedia, the free encyclopedia
The Tcl programming language was created in the spring of 1988 by John Ousterhout while working at the University of California at Berkeley.
The Jim Interpreter, is a small footprint implementation of the Tcl programming language.
Tcl proper does not provide an object oriented framework, but it can be extended to provide new features as needed.
http://en.wikipedia.org/wiki/Tcl_programming_language   (1503 words)

  
 Introduction to the Tcl Programming Language
In addition, Tcl is a complete and well-designed programming language, whereas many existing configuration languages were designed (to be kind) in an ad hoc manner.
This means that Tcl programs or scripts can be manipulated as data: stored in variables, written to and later read from files or databases, passed from one Tcl program to another across the Internet, etc.
In addition, a number of our Unix applications are written in Tcl (see below), and Tcl is the programming language of the University of Chicago BSDAC Phoenix Project.
http://www.lib.uchicago.edu/keith/tcl-course   (1394 words)

  
 Getting Started with Tcl
Although most programming languages are lenient about this, not so with Tcl/tk.
Tcl has a lot of quirks in its syntax, and I think the TclPro debugger can help you pinpoint where your syntax errors are.
Programs can be run in windows by double-clicking them.
http://www.cse.ogi.edu/class/cse560/tcl.html   (744 words)

  
 FreeTechBooks.com - Tclwise - Guide to the Tcl Programming Language
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.
This book is an introduction to the main ideas of Tcl, a simple and powerful programming language.
To read this book, the only prior knowledge needed is some basic understanding of programming in any language: from C, to Python, Perl, and Lisp.
http://www.freetechbooks.com/about269.html   (241 words)

  
 Tom Poindexter's Tcl Page
Other Tcl software distributions I've published are TclRobots, a Tcl programming game, Tcl-my-fancy, a Tcl extension configuration utility, and MSTCL7.3, a port of Tcl/Tk to MS-DOS.
Tcl was designed as an embeddable command language, but is strong enough to stand as a general programming language.
In TclRobots the idea is to write a Tcl program that controls a robot.
http://www.nyx.net/~tpoindex/tcl.html   (1683 words)

  
 [No title]
Thorough knowledge of the Tcl programming language, the Tk toolkit, and the C language interface to the Tcl library.
Wrote Hecl, a Tcl-like programming language written in Java that runs in J2ME environments.
Presented a talk on the Tcl programming language.
http://www.dedasys.com/davidw/resume.html   (1075 words)

  
 comp.lang.tcl FAQ part1
Extended Tcl is oriented towards system programming tasks, with many additional interfaces to the Unix operating system as well as other useful utilities.
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.
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.
http://www.purl.org/NET/Tcl-FAQ/part1.html   (14203 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.
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.
im learning tcl,this tcl script is my first try to understand how this language works.
http://www.wellho.net/forum/The-Tcl-programming-language/tcl-bug.html   (1424 words)

  
 Tcl/Tk Software
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/Tk is open source (based on a BSD-style license), so you can use it and modify it virtually any way you want, including for commercial uses.
http://www.tcl.tk/software/tcltk   (306 words)

  
 Cetus Links: 16604 Links on Objects and Components / Tcl/Tk
Tcl and its associated graphical user interface toolkit, Tk, were designed and crafted by Professor John Ousterhout of the University of California, Berkeley.
The Hello World program as implemented in Tcl/Tk (The Tcl'ers Wiki)
Tclpp : An Object Oriented Extension To Tcl (Stefan Sinnige)
http://www.cetus-links.org/oo_tcl_tk.html   (1098 words)

  
 [No title]
Interactive computer aided instruction package to learn Tcl.
Monthly updated index that gives an indication of the popularity of programming languages.
List of the famous "Hello, World!" programming teaching program, in hundreds of different languages.
http://www.ucmore.com/Directories/similar.aspx/DM20000522000013828   (191 words)

  
 Tcl Language Usage Questions And Answers
The end result is the programs at both end of the pipe stall waiting for input.
In Tcl, numbers that start with a zero are interpreted as octal values (or hexadecimal, if the zero is immediately followed by an 'x').
With recent versions of Tcl and extensions that have been updated to work with them, this is not a problem as the extensions can easily be dynamically loaded.
http://psg.com/%7Ejoem/tcl/faq.html   (6682 words)

  
 :: Programming Tutorial ::
Practical Programming in Tcl and Tk Programming Using Tcl/Tk Introduction to Programming with Tcl
Programming in C: UNIX System Calls and Subroutines Using C
Basic Aspects of Squeak and the Smalltalk-80 Programming Language
http://www.cs.utk.edu/~shi/link_prog.htm   (260 words)

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

  
 Tcl Programming - training course
Practical experience in programming in another computer language, is helpful but not mandatory; Tcl is a very different language.
This course covers the fundamentals of the Tcl programming language.
For programming courses, a selection of editors is available.
http://www.wellho.co.uk/net/tbfull.html   (1733 words)

  
 comp.lang.tcl FAQ Launch Page
If you are seeking a binary distribution of Tcl, Tk, and many other useful extensions, you might consider checking out ActiveTcl.
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.
Another way to find the Tcl/Tk source code is to visit the Tcl Developer's Xchange.
http://tcl.sourceforge.net/faqs/tcl   (1605 words)

  
 PLEAC - Programming Language Examples Alike Cookbook
here) which presents a suite of common programming problems solved in the Perl language, this project aims to gather fans of programming, in order to implement the solutions in other programming languages.
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.
http://pleac.sourceforge.net   (743 words)

  
 TclTutor : Interactive Computer Aided Instruction for Tcl
TclTutor is a computer aided instruction package for learning the Tcl language.
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.
The TclTutor.tk program will unpack into the directory folder with the TclTutor lessons and the rest of the TclTutor support files.
http://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 ...
The Jim Interpreter 0.51 - A small footprint implementation of the Tcl programming language.
Freshmeat Open Source Projects announcements - The Jim Interpreter 0.51 - A small footprint implementation of the Tcl programming language.
system, functional programming commands, and first class arrays.
http://www.codecomments.com/archive402-2005-4-450693.html   (190 words)

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

  
 Tcl and other languages
Q: Equational Programming Language, which has a Tk interface [17]
Then there is the Computer Programming Language Dictionary [20] - check out what it says about Tcl.
FORTRAN: http://www.dci.clrc.ac.uk/Publications/Cookbook/f1.html NaGexTool is a Tk front-end to the NAG FORTRAN 77 library - Arjen Markus has a prototype for embedding Fortran into Tcl and vice versa.
http://wiki.tcl.tk/1324   (523 words)

  
 Tcl : Tcl programming language
While Tcl itself doesn't provide an object oriented framework the language itself can be extended to provide new features as required.
terms defined : Tcl : Tcl programming language
The most famous extension is the Tk toolkit which allows one to write portable graphical user interfaces for a variety of operating systems.
http://www.termsdefined.net/tc/tcl-programming-language.html   (412 words)

  
 Perl.com: The Source for Perl -- perl development, perl conferences
Sprog is a graphical programming environment written in Perl, programmable by connecting components visually and setting their properties.
Unlike some other programming languages, Perl makes it easy to process lists of items.
Perl programming forum for Perl beginners and experts.
http://www.perl.com   (1922 words)

  
 ActiveState Tcl open source programming language documentation reference
The ActiveState Tcl Dev Kit development environment is a set of powerful development tools and an extended Tcl platform for professional Tcl developers.
ActiveTcl is ActiveState's quality-assured distribution of Tcl, available for Linux, Solaris, HP-UX, Mac OS X, and Windows.
ActiveState Tcl open source programming language documentation reference
http://aspn.activestate.com/ASPN/Tcl/Reference   (126 words)

  
 The Tcl programming language - Bulletin Board / Forum
can anybody help me with a chess game program
Help: To install tcl and expect on Linux system
The Tcl programming language - Bulletin Board / Forum
http://www.wellho.net/forum/tcl.html   (304 words)

  
 Omniseek: /Computing /Programming Languages /Tcl/Tk /Web Directories
Exmh is an X user interface for MH mail using Tcl/Tk.
This should be the only # file you have to modify to get Extended Tcl to work.
This quick reference briefly describes every command and option in the core Tcl/Tk distribution, as well as the most popular extensions.
http://www.omniseek.com/srch/{76775}   (251 words)

  
 Tcl Developer Site
Join the many thousands of software developers who are already more productive with help from the Tcl programming language and the Tk graphical user interface toolkit.
Tk is a graphical user interface toolkit that takes developing desktop applications to a higher level than conventional approaches.
This is the main Tcl Developer Xchange site, www.tcl.tk.
http://www.tcl.tk   (288 words)

  
 www.news2mail.com: Comp.Lang.Tcl -- The Tcl programming language and related tools.
www.news2mail.com: Comp.Lang.Tcl -- The Tcl programming language and related tools.
How to generate Tcl byte code from tclsh8.4?
TCL can't do as much as Perl (21)
http://www.news2mail.com/comp/lang/tcl.html   (167 words)

  
 SourceForge.net: Project Info - Tcl Manual Markup Language
XML DTD and related tools for documenting Tcl packages.
View list of RSS feeds available for this project
SourceForge.net: Project Info - Tcl Manual Markup Language
http://sourceforge.net/projects/tmml   (106 words)

  
 Information Bridge: DOE Scientific and Technical Information
This paper describes the construction of a simulator graphical user interface (GUI) using the cross-platform, public domain programming language TCL/TK.
Information Bridge: DOE Scientific and Technical Information - Document #319813 - Building a simulator control station using the TCL/TK language
TCL/TK is a high level scripting language for building GUIs.
http://www.osti.gov/bridge/product.biblio.jsp?osti_id=319813   (337 words)

  
 Devsource - Developer Resource, Microsoft Programming, Visual Basic VB and .Net Development
If your Web site makes file downloads available — even something as simple as a PDF — it's worth the time to look into ways to make them resumable.
Devsource - Developer Resource, Microsoft Programming, Visual Basic VB and.Net Development
Review: RemObjects' Chrome is a set of tools imbuing VS with the ability to create programs in a new dialect of Object Pascal.
http://www.DevSource.com   (352 words)

  
 AOL Updates Its Open Source Web Server
He explained that Tcl has "incredibly simple" syntax that makes it easy to learn.
The AOLserver includes a dynamic page-scripting language, as well as complete database integration.
"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.
http://www.internetnews.com/ent-news/article.php/3462701   (824 words)

  
 ActiveState - Dynamic Tools for Dynamic Languages
Test Drive Komodo 3.5 Beta 2 for Mac OS X and Alpha 1 for Windows & Linux
The popular automation tool is now free for download.
ActiveState - Komodo IDE Perl Python Tcl PHP XSLT
http://www.ActiveState.com   (43 words)

  
 XOTcl - Homepage
Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an object-oriented scripting language based on MIT's OTcl.
On this homepage you can find the following information:
Last Change: Sun Oct 02 09:37:06 PM CEST 2005
http://www.xotcl.org   (135 words)

  
 A Cookbook for the Tool Command Language (Tcl) and the Tk Toolkit
Lakshmi Sastry wishes to thank UK Advisory Group On Computer Graphics for the support for developing this cookbook.
The examples in this cookbook also utilise contributed Tcl and Tk modules which are acknowledged.
A Cookbook for the Tool Command Language (Tcl) and the Tk Toolkit
http://www.dci.clrc.ac.uk/Publications/Cookbook/index.html   (67 words)

  
 Encyclopedia4U - List of programming languages - Encyclopedia Article
Encyclopedia4U - List of programming languages - Encyclopedia Article
http://www.encyclopedia4u.com/l/list-of-programming-languages.html   (109 words)

  
 The Tcler's Wiki
It allows you to develop graphical applications that run on Windows, Linux, MacOSX and many other platforms.
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.
Tcl is a simple-to-learn yet very powerful language.
http://wiki.tcl.tk   (72 words)

  
 www.news2mail.com Usenet via e-Mail
The M (MUMPS) language and technology, in general.
Bulletin Board and QandA for x86 assembly language topics.
ML languages including Standard ML, CAML, Lazy ML, etc. (Moderated)
http://www.news2mail.com/lists/groups.html   (523 words)

  
 Avia Training and Consulting
Avia aims to provide its students the fastest means of becoming productive in the Tcl programming language and popular extensions such as Tk and Expect, along with imparting “best-practice” development techniques to help its students produce efficient, clean, and maintainable code.
Practical Programming in Tcl and Tk, 4th ed.
Note: If you see this message, it is because your browser does not properly support common web standards.
http://www.avia-training.com   (227 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.