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
a source to share
I don't know where to find the diagram, but Wikipedia has a detailed article on associative arrays in different languages
a source to share
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
a source to share
You can keep a handy reference page,
for python checkout http://www.addedbytes.com/download/python-cheat-sheet-v1/png/
for PHP test http://www.addedbytes.com/cheat-sheets/php-cheat-sheet/
a source to share