forum.best-microcontroller-projects.com

Best Microcontroller Projects Forum

Skip to content


Advanced search
[ Main WebSite http://www.best-microcontroller-projects.com ]
  • Board index ‹ Water cooler ‹ Have you heard about?
  • Change font size
  • Print view
  • FAQ
  • Register
  • Login

TCL a versatile, powerful, quick and easy to use language for easy PC programs - And you can control microcontrollers!

Are you wondering about some fabulous-sounding product or resource that could be of use (this could be about microcontroller projects or electronics) BUT does not have to be about these subjects. This is the place to talk about other stuff.
Post a reply
1 post • Page 1 of 1

TCL a versatile, powerful, quick and easy to use language for easy PC programs - And you can control microcontrollers!

Postby jfmain » Fri Mar 27, 2009 7:47 pm

> I have studied the TCL language for many years and use it to create a variety of different programs mainly for personal use but it is possible to use it for full blown programs - and many commercial firms use it in their systems mainly for the GUI aspect - but it's really very powerful as a stand alone system.

It allows you to create programs in a fraction of the time that a normal program would take because it gives you a system of commands that are very high level e.g to open and read the contents of a file you would could do the following

Code: Select all
set fh [open somefile.txt r]
set data [read $fh]
close $fh


If you've ever tried that in C you'll know it takes much more effort because you need to consider managing the memory using 'malloc' and 'free' etc - just one more thing to think about but TCL manages all that for you.

Recently Ben asked about converting a data stream between two formats and I showed how you could solve the problem with TCL in this thread:

http://forum.best-microcontroller-projects.com/viewtopic.php?f=5&t=69

If you're interested in learning more send a blank email to learn_tcl@getresponse.com
(There won't be any information at the moment - this is just to see how many people are interested).

If you are interested please leave are reply to this post as well.

John
================================================
*** Find out how to easily use an LCD and a Keypad on ONE port - (FREE).
================================================
jfmain
Site Admin
 
Posts: 32
Joined: Sat Jan 24, 2009 8:23 pm
Top

Post a reply
1 post • Page 1 of 1

Return to Have you heard about?

Who is online

Users browsing this forum: No registered users and 1 guest

  • Board index
  • The team • Delete all board cookies • All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
User-posted content, unless source quoted, is licensed under a Creative Commons Public Domain License.
Translated by Xaphos © 2007, 2008, 2009 phpBB.fr
Protected by Anti-Spam ACP