This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: .itcl and Small Classes


Tom Tromey wrote:
> 
> >>>>> "Fernando" == Fernando Nasser <fnasser@redhat.com> writes:
> 
> Fernando> .tcl   - Pure Tcl (or Tcl/Tk) files.
> Fernando> .itcl  - Small [incr Tcl/Tk] Classes.
> 
> What is the advantage of distinguishing between these by name?
> 

I would like to make clear the code dependency on the language
extension,
and also because that is the standard for [incr Tcl] files.

The main advantage is that it makes easier for me to say:

$ ls *.tcl

or  

$ ls *.i*

(or "ls *.ith" etc.)

to get a subset of the files.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]