Re: What's TCL related to?
- From: "slebetman@xxxxxxxxx" <slebetman@xxxxxxxxx>
- Date: 9 Nov 2005 01:39:15 -0800
casioculture@xxxxxxxxx wrote:
> Perl is an Awk on steroids, Python is a lisp-made-easy, Ruby is either
> a lispish-perl-made-easy or a perlish-lisp-made-easy that's 'talking
> small' and squeking.
>
> What's TCL related to? Who are her immediate family?
Tcl always seemed like a scriptable 'command line' to me. By command
line I mean any shell be it bash or DOS.
I know that basically describes all shell scripting and most other
scripting languages but tcl really 'feels' like the command line. For
example, a typical command on a shell:
ps -a -u -x
and a typical tcl line:
glob -nocomplain
feels similar don't you think? I mean, basically, command line syntax
is very similar to tcl:
command option option option ...
and tcl basically adds the concept of grouping via {} and "". When I
introduce tcl to newbies, I always tell them to think of it as if you
are using the command line. That's the beauty of tcl's postfix syntax.
It's natural to anyone who have ever used a command line.
.
- References:
- What's TCL related to?
- From: casioculture
- What's TCL related to?
- Prev by Date: Re: What's TCL related to?
- Next by Date: Re: Beginner Question: How to detect if a file is already exist in the folder
- Previous by thread: Re: What's TCL related to?
- Next by thread: Re: What's TCL related to?
- Index(es):
Relevant Pages
|