From: Jeff H. <Je...@Ac...> - 2001-11-06 18:38:29
|
I've added you to the tcllib users. You should subscribe as well to tcllib-devel (see http://sourceforge.net/mail/?group_id=12883). We do have the project pages, but as I noted before, comp.lang.tcl is still in such a noise-less state that discussing development there is just as well for now. You can add the FRs to SF and then close them when you commit. (assign to yourself) Also, note that other languages date/time/cal stuff is often tied already into our 'clock' command, but there is definitely room for adding more (just what tcllib is for). Welcome! Jeff Hobbs The Tcl Guy Senior Developer http://www.ActiveState.com/ Tcl Support and Productivity Solutions > -----Original Message----- > From: Brett Schwarz [mailto:bre...@ya...] > Sent: November 6, 2001 9:07 AM > To: Jeffrey Hobbs > Subject: Re: tcllib 1.1 > > > What I wanted to do is a lib for date, time, calendar, etc. I already have > some procs to do this, I would just need to expand it (maybe looking at > python, perl, java libs for other functionality). > > I looked at the feature list for tcllib, and I did not see this, so I will > post to c.l.t. as my intent to do this. Should I also add this as a > feature request to tcllib? > > My SF account is: schwarzkopf |
From: Jeff H. <Je...@Ac...> - 2001-11-06 19:00:36
|
> BTW, what version of Tcl do we write these modules for? Is it up to the > module writer, or is there a convention? It is up to the module authors, but the 'package require Tcl 8.X' should be clear at the top of the module. Jeff |
From: Andreas K. <and...@Ac...> - 2001-11-06 19:03:26
|
> -----Original Message----- > From: tcl...@li... > [mailto:tcl...@li...]On Behalf Of Jeff Hobbs > Sent: Tuesday, November 06, 2001 11:00 AM > To: 'Brett Schwarz' > Cc: tcl...@li... > Subject: [Tcllib-devel] RE: tcllib 1.1 > > > > BTW, what version of Tcl do we write these modules for? Is it up to the > > module writer, or is there a convention? > > It is up to the module authors, but the 'package require Tcl 8.X' > should be clear at the top of the module. Most modules have [package require Tcl 8.2] and then make use of [string equal] and similar features. -- Andreas Kupries <and...@Ac...> Developer @ http://www.ActiveState.com |
From: Andreas K. <and...@Ac...> - 2001-11-06 18:53:53
|
> -----Original Message----- > From: tcl...@li... > [mailto:tcl...@li...]On Behalf Of Jeff Hobbs > Sent: Tuesday, November 06, 2001 10:38 AM > To: 'Brett Schwarz' > Cc: tcl...@li... > Subject: [Tcllib-devel] RE: tcllib 1.1 > > > I've added you to the tcllib users. You should subscribe as well > to tcllib-devel (see http://sourceforge.net/mail/?group_id=12883). > > We do have the project pages, but as I noted before, comp.lang.tcl > is still in such a noise-less state that discussing development > there is just as well for now. You can add the FRs to SF and then > close them when you commit. (assign to yourself) > > Also, note that other languages date/time/cal stuff is often > tied already into our 'clock' command, but there is definitely > room for adding more (just what tcllib is for). Welcome from me too. If you want to, have a look a the Pool packages too. See http://www.purl.org/net/akupries/soft/pool/ for documentation. There is quite a lot of stuff in there which should be migrated to tcllib (partially is). Pool_Clock should be of interest. > > Welcome! > > Jeff Hobbs The Tcl Guy > Senior Developer http://www.ActiveState.com/ > Tcl Support and Productivity Solutions > > > > -----Original Message----- > > From: Brett Schwarz [mailto:bre...@ya...] > > Sent: November 6, 2001 9:07 AM > > To: Jeffrey Hobbs > > Subject: Re: tcllib 1.1 > > > > > > What I wanted to do is a lib for date, time, calendar, etc. I > already have > > some procs to do this, I would just need to expand it (maybe looking at > > python, perl, java libs for other functionality). > > > > I looked at the feature list for tcllib, and I did not see > this, so I will > > post to c.l.t. as my intent to do this. Should I also add this as a > > feature request to tcllib? > > > > My SF account is: schwarzkopf > > > _______________________________________________ > Tcllib-devel mailing list > Tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcllib-devel -- Andreas Kupries <and...@Ac...> Developer @ http://www.ActiveState.com |