* [gentoo-user] Tcl in your system...
@ 2011-11-29 4:33 Pandu Poluan
2011-11-29 5:03 ` Michael Mol
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Pandu Poluan @ 2011-11-29 4:33 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 141 bytes --]
Just wondering if anyone here ever use Tcl for scripting (i.e., automating
repetitive procedures) or even *gasp* serious programming.
Rgds,
[-- Attachment #2: Type: text/html, Size: 159 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Tcl in your system...
2011-11-29 4:33 [gentoo-user] Tcl in your system Pandu Poluan
@ 2011-11-29 5:03 ` Michael Mol
2011-11-29 9:21 ` Håkon Alstadheim
2011-11-29 18:22 ` Paul Hartman
2011-11-29 16:10 ` Paul Hartman
2011-11-29 16:32 ` Albert W. Hopkins
2 siblings, 2 replies; 8+ messages in thread
From: Michael Mol @ 2011-11-29 5:03 UTC (permalink / raw
To: gentoo-user
On Mon, Nov 28, 2011 at 11:33 PM, Pandu Poluan <pandu@poluan.info> wrote:
> Just wondering if anyone here ever use Tcl for scripting (i.e., automating
> repetitive procedures) or even *gasp* serious programming.
Not me, but Tcl is one of the best-represented langauges on the site I run.
http://rosettacode.org/wiki/Category:Tcl
--
:wq
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Tcl in your system...
2011-11-29 5:03 ` Michael Mol
@ 2011-11-29 9:21 ` Håkon Alstadheim
2011-11-29 18:22 ` Paul Hartman
1 sibling, 0 replies; 8+ messages in thread
From: Håkon Alstadheim @ 2011-11-29 9:21 UTC (permalink / raw
To: gentoo-user
Den 29. nov. 2011 06:03, skrev Michael Mol:
> On Mon, Nov 28, 2011 at 11:33 PM, Pandu Poluan<pandu@poluan.info> wrote:
>> Just wondering if anyone here ever use Tcl for scripting (i.e., automating
>> repetitive procedures) or even *gasp* serious programming.
> Not me, but Tcl is one of the best-represented langauges on the site I run.
>
I use it for small stuff (with expect) regarding keeping my cheap
consumer-grade routers/switches running. Those things usually have
either a telnet or ssh interface that allows me to
monitor/configure/reboot, but they are usually too ficle to be
programmed in any predictable way. Muddle through a problem manually,
and record the solution in an expect script to keep until next time.
Over the years I have accumulated several that are stable enough to run
unattended. Last couple of times that my most troublesome wifi-box got
alzheimers, it got rebooted automatically. Dynamic DNS (10+ hostnames)
and ADSL rebooting happens within 5 minutes of my ISP deciding to do
something weird. expectk brings a semblance of sanity.
No serious programming though. Did use exmh as my main mailclient until
~9 years ago. It is still being developed, look into that if you want an
example of Tcl in a largeish project.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Tcl in your system...
2011-11-29 5:03 ` Michael Mol
2011-11-29 9:21 ` Håkon Alstadheim
@ 2011-11-29 18:22 ` Paul Hartman
1 sibling, 0 replies; 8+ messages in thread
From: Paul Hartman @ 2011-11-29 18:22 UTC (permalink / raw
To: gentoo-user
On Mon, Nov 28, 2011 at 11:03 PM, Michael Mol <mikemol@gmail.com> wrote:
> On Mon, Nov 28, 2011 at 11:33 PM, Pandu Poluan <pandu@poluan.info> wrote:
>> Just wondering if anyone here ever use Tcl for scripting (i.e., automating
>> repetitive procedures) or even *gasp* serious programming.
>
> Not me, but Tcl is one of the best-represented langauges on the site I run.
>
> http://rosettacode.org/wiki/Category:Tcl
(OT) Hey, that's a great site, I had not seen it before. it reminds me
of the old code snippets archives for C and Pascal that I used to
download from dial-up BBS back in the olden days. I always like to
learn from how other people solved a problem, even if I already solved
it myself (sometimes especially if I already solved it myself,
probably poorly...).
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Tcl in your system...
2011-11-29 4:33 [gentoo-user] Tcl in your system Pandu Poluan
2011-11-29 5:03 ` Michael Mol
@ 2011-11-29 16:10 ` Paul Hartman
2011-11-29 16:32 ` Albert W. Hopkins
2 siblings, 0 replies; 8+ messages in thread
From: Paul Hartman @ 2011-11-29 16:10 UTC (permalink / raw
To: gentoo-user
On Mon, Nov 28, 2011 at 10:33 PM, Pandu Poluan <pandu@poluan.info> wrote:
> Just wondering if anyone here ever use Tcl for scripting (i.e., automating
> repetitive procedures) or even *gasp* serious programming.
At my workplace we use a commercial Tcl-based mail and web server for
sending out millions of emails to our customers. Scripting the
messages with Tcl to generate dynamic mail contents based on their
location, purchasing history, doing A/B tests, etc.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Tcl in your system...
2011-11-29 4:33 [gentoo-user] Tcl in your system Pandu Poluan
2011-11-29 5:03 ` Michael Mol
2011-11-29 16:10 ` Paul Hartman
@ 2011-11-29 16:32 ` Albert W. Hopkins
2011-11-29 22:09 ` [gentoo-user] " Jörg Schaible
2 siblings, 1 reply; 8+ messages in thread
From: Albert W. Hopkins @ 2011-11-29 16:32 UTC (permalink / raw
To: gentoo-user
On Tue, 2011-11-29 at 11:33 +0700, Pandu Poluan wrote:
> Just wondering if anyone here ever use Tcl for scripting (i.e., automating
> repetitive procedures) or even *gasp* serious programming.
At a previous job we had licensed some software that was written in
TCL.. and even had an API for the system. I can't recall the name of
the software at the moment, but it was very specialized so not cheap.
This was during the late 90s/early 2000s.
I have no idea if the company is still around of if they still sell the
software or if it's still tcl-based (my memory fails me).
-a
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Tcl in your system...
2011-11-29 16:32 ` Albert W. Hopkins
@ 2011-11-29 22:09 ` Jörg Schaible
2011-11-29 23:43 ` Albert W. Hopkins
0 siblings, 1 reply; 8+ messages in thread
From: Jörg Schaible @ 2011-11-29 22:09 UTC (permalink / raw
To: gentoo-user
Albert W. Hopkins wrote:
> On Tue, 2011-11-29 at 11:33 +0700, Pandu Poluan wrote:
>> Just wondering if anyone here ever use Tcl for scripting (i.e.,
>> automating repetitive procedures) or even *gasp* serious programming.
>
> At a previous job we had licensed some software that was written in
> TCL.. and even had an API for the system. I can't recall the name of
> the software at the moment, but it was very specialized so not cheap.
> This was during the late 90s/early 2000s.
>
> I have no idea if the company is still around of if they still sell the
> software or if it's still tcl-based (my memory fails me).
Vignette? Was at that time a major player in CMS market ;-)
Acquired by OpenText in 2009.
- Jörg
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: Tcl in your system...
2011-11-29 22:09 ` [gentoo-user] " Jörg Schaible
@ 2011-11-29 23:43 ` Albert W. Hopkins
0 siblings, 0 replies; 8+ messages in thread
From: Albert W. Hopkins @ 2011-11-29 23:43 UTC (permalink / raw
To: gentoo-user
On Tue, 2011-11-29 at 23:09 +0100, Jörg Schaible wrote:
> > At a previous job we had licensed some software that was written in
> > TCL.. and even had an API for the system. I can't recall the name
> of
> > the software at the moment, but it was very specialized so not
> cheap.
> > This was during the late 90s/early 2000s.
> >
> > I have no idea if the company is still around of if they still sell
> the
> > software or if it's still tcl-based (my memory fails me).
>
> Vignette? Was at that time a major player in CMS market ;-)
> Acquired by OpenText in 2009.
No, it was healthcare...
Actually I Googled it. It was (is?) called "Cloverleaf". Dunno if it's
still being sold but here's a refrence:
http://www.networkcomputing.com/unixworld/review/006.html
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-11-29 23:45 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-29 4:33 [gentoo-user] Tcl in your system Pandu Poluan
2011-11-29 5:03 ` Michael Mol
2011-11-29 9:21 ` Håkon Alstadheim
2011-11-29 18:22 ` Paul Hartman
2011-11-29 16:10 ` Paul Hartman
2011-11-29 16:32 ` Albert W. Hopkins
2011-11-29 22:09 ` [gentoo-user] " Jörg Schaible
2011-11-29 23:43 ` Albert W. Hopkins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox