jfx

Numeric Types

In attendance: Joe Darcy, Lubo, Brian, Per, and Robert.

Joe's comments --

Group consensus --


Back to OpenJFX Compiler

Comments

I'd note that if you're accessing an array by index in jfx you're probably avoiding more set-oriented, declarative equivalents to something. It seems to me that it should be substantially easier for a runtime to optimize set notation and functions, versus procedural code.

var numbers = [ 1,4,7,4,3,7,9];
var odds = select n from numbers where n % 2 == 1;

Rossjudson 21:37, 1 March 2008 (UTC)