This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Kava for GCJ?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: gnustuff at thisiscool dot com
- Cc: "C. van Reeuwijk" <C dot vanReeuwijk at its dot tudelft dot nl>, java at gcc dot gnu dot org
- Date: 05 Jul 2003 13:42:17 -0700
- Subject: Re: Kava for GCJ?
- Organization: Myself
- References: <TRHBJMJK6324WED1XA7LGECHKG1.3f06cc48@p733>
Mohan Embar <gnustuff@thisiscool.com> writes:
> The restriction on fields being final definitely does
> not hold for value classes (structs) in C#, for example.
You would lose the ability to pass "by reference" parameters as in C#,
but otherwise you should be able to do all the same things.
Unfortunately the style of programming you have to use becomes a bit
awkward.
- a