[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::languages

Title:Languages
Notice:Speaking In Tongues
Moderator:TLE::TOKLAS::FELDMAN
Created:Sat Jan 25 1986
Last Modified:Wed May 21 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:394
Total number of notes:2683

121.0. "Text on Language Comparison?" by RHEA::MICHON () Mon Dec 01 1986 06:25

I am looking for a current text that catagorizes
programming languages with respect to language features 
such as data abstraction, object oriented and typeing.

The text should answer questions like:

Is Pascal more stongly typed that Algol68?
is Smalltalk more Object Oriented than Simula?


Any references to books or publications appying to
this would be appreciated.
T.RTitleUserPersonal
Name
DateLines
121.1might be outdated, but...KOALA::ROBINSScott A. Robins, ZKO2-2/R94Mon Dec 01 1986 12:232
    Programming Languages: Design and Implementation, by Terrence W.
    Pratt.
121.2try this oneUSHS01::MCALLISTERTARDIS Sales and Service Co.Mon Dec 01 1986 16:3017
 	Try "Programming Languages", 2nd edition by Allen B. Tucker,
    Jr.    McGraw-Hill Book Company, 1986,1977. 
    ISBN 0-07-065416-6
    
    gives a framework for comparing languages via : expressivity,
    well-definedness, data types and structures, modularity, input/output
    facilities, portability, efficiency, pedogogy, and generality. Covers
    the principle of language design and semantics, syntax, and pragmatics.
    
    Languages covered : Ada(tm), APL, C, Cobol, Fortran, Lisp, Pascal,
    PL/1, Prolog, Snobol, Modula 2.
    
    includes program examples.
    
    excellent reference for quick view of a language.
    
    
121.3Heavy Books Answer all questionsWELSWS::DODDMon Dec 22 1986 11:479
    Maybe not exactly what you are looking for but any language comparison
    could use the "LANGUAGE FUNDAMENTALS" book order no AA-M460E-TK
    which is strictly a list of features for all our languages on all
    our processor families. It doesn't give opinions or concept type
    answers. But very useful if asked if our compiler implements certain
    features/standards.
    
    Andrew.
    
121.4Some basics, some punsTASMAN::EKOKERNAKMon Apr 27 1987 12:159
    You could also check
    
    The_Programming_Language_Landscape by Henry Ledgard and Michael
    Marcotty, Published by Science Research Associates, Inc., 1981.
    
    I use it occasionally for basics.
    
    Elaine