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

Content deleted Content added
No edit summary
Aekton (talk | contribs)
Core Foundation (for C)
Line 62:
 
Finally, the [[Glib]] library also supports associative arrays, along with many other advanced data types and is the recommended implementation of the GNU Project{{Citation needed|date=December 2008}}.
 
Similar to [[Glib]], [[Apple]]'s cross-platform [[Core Foundation]] framework provides several basic data types. In particular, there are reference counted CFDictionary and CFMutableDictionary.
 
===ColdFusion===