Chart for deciphering terms in different programming languages
Posted
by Nathan Adams
on Stack Overflow
See other posts from Stack Overflow
or by Nathan Adams
Published on 2010-05-10T15:03:27Z
Indexed on
2010/05/10
15:14 UTC
Read the original article
Hit count: 306
This has been bugging me every since I started to use 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 premade chart that will let me see what the different terminology is in different languages. For example:
PHP | Python
Assosicative array | Dictionary
© Stack Overflow or respective owner