From owner-freebsd-hackers Tue Feb 27 12:50:27 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02005 for hackers-outgoing; Tue, 27 Feb 1996 12:50:27 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA01999 for ; Tue, 27 Feb 1996 12:50:25 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA05704; Tue, 27 Feb 1996 13:39:20 -0700 From: Terry Lambert Message-Id: <199602272039.NAA05704@phaeton.artisoft.com> Subject: Re: Win32 (was:Re: Go SCSI! Big improvement...) To: koshy@india.hp.com (A JOSEPH KOSHY) Date: Tue, 27 Feb 1996 13:39:19 -0700 (MST) Cc: jkh@time.cdrom.com, kelly@yarmouth, kuku@gilberto.physik.rwth-aachen.de, narvi@haldjas.folklore.ee, hackers@freebsd.org In-Reply-To: <199602270430.AA068575446@fakir.india.hp.com> from "A JOSEPH KOSHY" at Feb 27, 96 10:00:45 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org Precedence: bulk > * SCO had a product called Visual Tcl which they used for system admin > scripts. From what I know, they had appropriate `back end' programs > that would use the appropriate user interface (X, CUI) to interact > with the user from the script. I'd suggest wksh instead. There is now a book on it, and sample scripts exist on the AT&T FTP site and provide sufficient information about the grammer to allow you to implement most of the necessary code. Personally I'm not that impressed with interpreted GUI environments. VC++ applications start on the order of 5-10 times faster than VBASIC apps, even when using the same DLL's and OCX's. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.