From owner-freebsd-hackers Sat Mar 16 10:39:42 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA23152 for hackers-outgoing; Sat, 16 Mar 1996 10:39:42 -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 KAA23146 Sat, 16 Mar 1996 10:39:40 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA17539; Sat, 16 Mar 1996 11:32:58 -0700 From: Terry Lambert Message-Id: <199603161832.LAA17539@phaeton.artisoft.com> Subject: Re: Application Development To: hasty@rah.star-gate.com (Amancio Hasty Jr.) Date: Sat, 16 Mar 1996 11:32:57 -0700 (MST) Cc: dyson@FreeBSD.ORG, jehamby@lightside.com, kuku@gilberto.physik.rwth-aachen.de, kelly@yarmouth, narvi@haldjas.folklore.ee, hackers@FreeBSD.ORG In-Reply-To: <199603161810.KAA03656@rah.star-gate.com> from "Amancio Hasty Jr." at Mar 16, 96 10:10:29 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 X-Loop: FreeBSD.org Precedence: bulk > Thats the 60k line of codes question: What do we need to entice people > to write applications and/or can someone come up with a long list > of applications so that when new volunteers come on board they > could at least have an idea of whats needed? > > Amancio A GUI builder so that all they have to do is fill in case statements with calls to their code. A decent visual debugger. For instance, in the MS debugger, if you let the pointer sit on a variable on the screen for a second, it will display the value of the variable. The ability to click on compilation error mesages and go to the offending line of code (with the offending portion(s) of the statement highlighted. A "colorized" editor (a friend of mine keeps threatening to "colorize" vi ... he must have Ted Turner in his family tree somewhere. 8-)). A market for the finished products so that the investment/reward ratio is somewhere near that for Windows. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.