Xref: utzoo comp.unix.questions:26787 comp.unix.programmer:456 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!trantor.harris-atd.com!mlb.semi.harris.com!uflorida!haven!decuac!hussar.dco.dec.com!mjr From: mjr@hussar.dco.dec.com (Marcus J. Ranum) Newsgroups: comp.unix.questions,comp.unix.programmer Subject: Re: Looking for UNIX CASE (Comp.Aided.Software.Engineering) tools Message-ID: <1990Nov9.005324.20709@decuac.dec.com> Date: 9 Nov 90 00:53:24 GMT References: <1990Nov6.225211.9470@holos0.uucp> <1990Nov7.011749.2671@decuac.dec.com> <1990Nov08.230633.3098@litwin.com> Sender: news@decuac.dec.com (Network News) Organization: Digital Equipment Corp., Washington Ultrix Resource Center Lines: 24 In article <1990Nov08.230633.3098@litwin.com> vlr@litwin.com (Vic Rice) writes: >I would like hear about any CASE tools for DEC Ultrix boxes. Specifically, >we have a DECStation 5000 (as of yesterday). We are looking at starting >a development project which will involve 3-5 programmers on a medium sized >MOTIF application. I assume you mean C language, then ? With 3-5 programmers you probably won't need something "industrial strength" to handle revisions, regression, and so on, and can probably (unless you hate them) get by with (free) UNIX tools like rcs for revision control and cake to control compilation. You might not even need something like cake if all you're targeting is DS5000s. There are some things in field test right now (VUIT) that are designed to allow WYSIWYG window design and layout. There are some interesting things in the works in the way of compilers and integrated editor/debugger/compilers but you'll have to get a non-disclosure for those. Right now there are some excellent 3rd party integrated editor/debugger/compilers such as Saber-C (which is #1 on my programmer "must have" list). Medium-sized to me doesn't imply all that formal design methodology hoo-haw is necessary (just a good design) :) but there are offerings like IDE to cover that. Bug your account rep for more information! mjr.