[OT] Corrections about Java

Gerhard Häring gerhard.haering at gmx.de
Tue Jul 9 05:49:38 EDT 2002


* Bo M. Maryniuck <b.maryniuk at forbis.lt> [2002-07-09 11:37 +0200]:
> [Java sucks] 
> For example, this goes loop forewer:
> 
> for (;;) {
>   try {
>     break;
>  //^^^^^
>     continue;
>   } finally {
>     lalala...
>   }
> }

Works for me.

gerhard at lilith:~$ java -showversion
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1)
Classic VM (build 1.3.1, J2RE 1.3.1 IBM build cxia32131-20020302 (JIT enabled: jitc))

Btw. Python had a similar problem in 2.0, IIRC.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))





More information about the Python-list mailing list