Adding const to java

"Ghulam Lashari" <lashari@hotmail.com>
24 Oct 2002 23:56:52 -0400

          From comp.compilers

Related articles
Adding const to java lashari@hotmail.com (Ghulam Lashari) (2002-10-24)
Re: Adding const to java onderkarpat@yahoo.com (Onder Karpat) (2002-11-06)
Re: Adding const to java joachim_d@gmx.de (Joachim Durchholz) (2002-11-06)
Re: Adding const to java titzer@expert.ics.purdue.edu (Ben L. Titzer) (2002-11-06)
Re: Adding const to java hagge@isde.uni-hannover.de (Nils Hagge) (2002-11-06)
Re: Adding const to java C.vanReeuwijk@twi.tudelft.nl (Kees van Reeuwijk) (2002-11-06)
deepfinal modifier for Java lashari@hotmail.com (Ghulam Lashari) (2002-11-13)
[2 later articles]
| List of all articles for this month |

From: "Ghulam Lashari" <lashari@hotmail.com>
Newsgroups: comp.compilers
Date: 24 Oct 2002 23:56:52 -0400
Organization: Compilers Central
Keywords: Java, design
Posted-Date: 24 Oct 2002 23:56:52 EDT

I have implemented "const" modifier in Java Programming Language. The
semantics of const are similar to that of C++. I am trying to experiment if
there is any usefulness of this modifier for example in gc etc. I am looking
for some opinions/suggestions here about what domains of the usefulness of
this modifier can/should be explored (for example in Virtual Machine
runtime).


Ghulam Lashari.


Post a followup to this message

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