Arrayindexoutofboundsexception
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 6 articles for 0.000 sec
Re: shootout: implementing an interpreter for a simple procedural language Minim     

Group: comp.lang.functional · Group Profile · Search for Arrayindexoutofboundsexception in comp.lang.functional
Author: Ingo Menger
Date: Aug 4, 2007 04:46

... limits and are far from being "Universal Good". I repeat it here since, admittedly, the thread is quite long. The time is not so far away when we will regard an ArrayIndexOutOfBoundsException a typing error, just as we today may regard a NullPointerException a typing error Really. Yes. Consider this program (in pseudocode): define array A [1..78556...
Show full article (2.23Kb) · Show article thread
Re: shootout: implementing an interpreter for a simple procedural language Minim     

Group: comp.lang.functional · Group Profile · Search for Arrayindexoutofboundsexception in comp.lang.functional
Author: Don Geddis
Date: Aug 3, 2007 21:06

... design involves tradeoffs, and that your cherished compile-time static typing is not necessarily a Universal Good. The time is not so far away when we will regard an ArrayIndexOutOfBoundsException a typing error, just as we today may regard a NullPointerException a typing error Really. Consider this program (in pseudocode): define array A [1..78556]; set i =...
Show full article (2.43Kb) · Show article thread
Re: shootout: implementing an interpreter for a simple procedural language Minim     

Group: comp.lang.functional · Group Profile · Search for Arrayindexoutofboundsexception in comp.lang.functional
Author: Ingo Menger
Date: Aug 3, 2007 08:23

... the rest, where dollars or human lifes count, we'll have languages with even more advanced type systems. The time is not so far away when we will regard an ArrayIndexOutOfBoundsException a typing error There is no free lunch. A program is a specification of behavior. A type model is a specification of constraints on that behavior. Any type-model sophisticated enough to ...
Show full article (2.09Kb) · Show article thread
Re: shootout: implementing an interpreter for a simple procedural language Minim     

Group: comp.lang.functional · Group Profile · Search for Arrayindexoutofboundsexception in comp.lang.functional
Author: Rayiner Hashem
Date: Aug 3, 2007 07:42

...And for the rest, where dollars or human lifes count, we'll have languages with even more advanced type systems. The time is not so far away when we will regard an ArrayIndexOutOfBoundsException a typing error There is no free lunch. A program is a specification of behavior. A type model is a specification of constraints on that behavior. Any type-model sophisticated enough to fully ...
Show full article (1.08Kb) · Show article thread
Re: shootout: implementing an interpreter for a simple procedural language Minim     

Group: comp.lang.functional · Group Profile · Search for Arrayindexoutofboundsexception in comp.lang.functional
Author: Ingo Menger
Date: Aug 3, 2007 04:22

... used to be. And for the rest, where dollars or human lifes count, we'll have languages with even more advanced type systems. The time is not so far away when we will regard an ArrayIndexOutOfBoundsException a typing error, just as we today may regard a NullPointerException a typing error (or rather a misdesign in the language (i.e. java) that allows one to confuse values of type T and Maybe...
Show full article (2.40Kb) · Show article thread
Re: Wieso ist C++ eigentlich so schlecht?     

Group: de.alt.sysadmin.recovery · Group Profile · Search for Arrayindexoutofboundsexception in de.alt.sysadmin.recovery
Author: Lothar Kimmeringer
Date: Jul 6, 2007 09:47

...weiter ergeben. Von einem Freelancer habe ich mal folgendes bekommen: ----------------- schnipp int i = 0; try{ while(true){ arbeiteMitArrayElement(array[i++]); } } catch(ArrayIndexOutOfBoundsException aioobe){} ----------------- schnapp Nachdem der erste WTF-Moment verflogen war und rueckge- fragt wurde, wurde als Grund genannt, das eine Ueber- pruefung auf true...
Show full article (2.65Kb)