Diagram of definitions of terms in different programming languages

This has been watching me since I started using Python - in PHP you have this ability to use a string as a key in an array. PHP calls these associative arrays. Python calls these dictionaries.

Does anyone know of a ready-made diagram that will allow me to see what other terminology exists in different languages. For instance:

PHP | Python
Associative Array | Dictionary

+2


a source to share


3 answers


I don't know where to find the diagram, but Wikipedia has a detailed article on associative arrays in different languages



+1


a source


I hope the url below solves your problem ... this is ant chat, but see this blog which expresses performance management.



http://www.insideria.com/2008/04/dictionaries-and-associative-a.html

0


a source


0


a source







All Articles