From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_50,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!ornl-msr.arpa!jcm From: jcm@ORNL-MSR.ARPA (James A. Mullens) Newsgroups: net.lang.ada Subject: Re: Languages in use Message-ID: <8510131450.AA17858@ORNL-MSR.ARPA> Date: Sun, 13-Oct-85 10:50:06 EDT Article-I.D.: ORNL-MSR.8510131450.AA17858 Posted: Sun Oct 13 10:50:06 1985 Date-Received: Wed, 16-Oct-85 05:07:45 EDT Sender: daemon@ucbvax.ARPA Organization: The ARPA Internet List-Id: >From Jim Mullens / Oak Ridge National Lab Oak Ridge is a large government research lab. I, and most people here, are part-time programmers and full time engineering/scientific researchers so we tend to stick with the common coin of the scientific programming world, FORTRAN. Most people have grown up with IBM mainframes and DEC minis, where FORTRAN is well-supported. On DEC minis at least, the language is highly integrated into the operating system, so you can even do most systems programming from FORTRAN... I think the major reason we do not change languages is that we have some very good reasearchers who only know FORTRAN, and could not participate fully in a computer project using another language -- plus, we simply cannot afford to learn a new language just because it is claimed to be the optimum for this year's computer project. Lately I think we are seeing the growth of easy-to-use speciality packages which are almost languages, instead the learning of new languages. CSMP is an early version of this, spreadsheets another, advanced data base packages, statistical packages like SAS, and so on. This is, to me, an interesting way to go... In AI, expert systems are characterized by the incorporation of "domain-specific knowledge" instead of general rules of reasoning. These language-like application packages seem like languages with domain knowledge embedded in them. I would like to hear the results of your survey. Thanks.