Bash scripting syntax and TCL

Status
Not open for further replies.

tahirsengine

Member level 3
Joined
May 7, 2007
Messages
66
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Location
Germany
Activity points
1,929
Hi,
I am in learning phase of both TCL and Linux Bash scripting.
I have noticed that many of the syntax of TCL are very much similar to Bash scripting.
So is there any connection between the two, as Linux I use as an operating system and TCL I use to automate software processes.
 

I have noticed that many of the syntax of TCL are very much similar to Bash scripting.

It is not surprising because the frontends are similar for a reason. The backends are very similar because they use the same system calls.

Scripting languages are simpler to process compared to other compiler languages. Normally they will also use Tk (tool-kit) for a good look!

You see the dependencies when you download the packages and see how they are related.
 
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…