Re: language evaluation metrics?

Jimmy Kerl <jk@icok.net>
21 Nov 1998 12:04:04 -0500

          From comp.compilers

Related articles
language evaluation metrics? kcooper@cs.ubc.ca (1998-11-19)
Re: language evaluation metrics? jk@icok.net (Jimmy Kerl) (1998-11-21)
Re: language evaluation metrics? kcooper@cs.ubc.ca (1998-11-21)
Re: language evaluation metrics? dwight@pentasoft.com (1998-11-24)
Re: language evaluation metrics? cef@geodesic.com (Charles Fiterman) (1998-11-24)
| List of all articles for this month |

From: Jimmy Kerl <jk@icok.net>
Newsgroups: comp.compilers,comp.lang.misc
Date: 21 Nov 1998 12:04:04 -0500
Organization: Internet Communications of Oklahoma
References: 98-11-098
Keywords: design

Kendra Cooper wrote:
> Does anyone know of references to metrics for evaluating the
> completeness, expressivenes, ???, of a language?


I have a developed a 'chart' of programming language constructs that
relate to extensibality. So I suppose one could look at the chat and
see if a construct in each catogory was present.


Here is most (but not all) of the chart: email me for more info.
(this is like my favorite topic)


Data-structures | Control-structures
---------------------------------------
    (pointer) (goto) primitive-level D.S. and C.S.


    Array For-loop "AND" constructs
    List while / repeat loops


    C's unions Case-statement
                                          If-statement "OR" constructs




    record/class block Orgiznation/encapulation constructs






---------end of chart


well, as you can see it only defines the completeness of a language in
its terms of extensibility (currently I study ways to define other
aspects of the "completness" of a language)


Jimmy


BTW, what are ya working on?





Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.