Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
Mcmlxxxi (talk | contribs)
Mcmlxxxi (talk | contribs)
Optimj: Optimj section needs verification and improvements
Line 667:
 
===Optimj===
{{Ref improve section|date=February 2011}}
The [[OptimJ]] programming language is an extension of Java 5. As java, Optimj provides maps. But, OptimJ also provides true associative arrays: java arrays are indexed with 0-based integers; associative arrays are indexed with any collection of keys.