Related articles |
---|
A Better C Language wang@hpax.cup.hp.com (1994-06-08) |
Re: A Better C Language whatis@primus.com (1994-06-22) |
Re: A Better C Language wang@hpax.cup.hp.com (1994-06-24) |
Re: A Better C Language andy@research.canon.oz.au (1994-06-28) |
Newsgroups: | comp.compilers |
From: | andy@research.canon.oz.au (Andy Newman) |
Keywords: | C, GC |
Organization: | Canon Information Systems Research Australia |
References: | 94-06-066 94-06-174 |
Date: | Tue, 28 Jun 1994 03:42:02 GMT |
wang@hpax.cup.hp.com (Thomas Wang) writes:
>To me, 4 features are required to do a good class library.
>1. GC
>2. Exception handling
>3. Late binding functions
>4. Some sort of class structure
If you want this with a language that has a C syntax you should look
at ICI. ICI is interpretive with an object data model but uses C's
expression syntax and control flow operators (with additions and
some modifications [no goto]). Look in the list of freely distributable
languages/tools for more information.
--
Andy Newman (andy@research.canon.oz.au)
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.