TCL stands for Tool Command Language. 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.
Why TCL?
- The Tcl C library has clean interfaces and is simple to use.
- The Tcl virtual machine is extensible because your application can define new Tcl commands. These commands are associated with a C or C++ procedure that your application provides
- Development is fast because of the rapid turnaround; there is no waiting for long compilations
- The Tcl commands provide a higher-level interface than most standard C library user-interface toolkits
Configure Vi Editor: (Please Note it)
1. Extract vi.exe from vi.zip file.
2. Copy vi.exe
3. Paste into "c:\windows\system32\" location
TOPICS:(VIDEOS)
TAMIL 1. BASICS 2. ARRAY 3. PROCEDURE 5. FILES 8. EVENT DRIVEN 10. SCRIPT LIBRARY & | ENGLISH 1. BASICS 2. ARRAY 3. PROCEDURE 5. FILES 6. REGULAR 8. EVENT DRIVEN 10. SCRIPT LIBRARY & |
1 comments:
Hi friend, Please Enter your feedback and suggestion
Post a Comment