Relative Content

Tag Archive for programming-languages

History of Associative Array?

In quite a lot of modern scripting languages (e.g. Perl, Python, Ruby, PHP, Lua, JavaScript), associative arrays are supported as a primitive or first-class data type (with various names like map, dictionary, hash, etc.) in a very convenient syntax, making convenient data-driven paradigms possible.

What is considered third party code?

Inspired by this question Using third-party libraries – always use a wrapper?
I wanted to know what people actually consider as third-party libraries.

Examples of when we’ll use interpreted language over compiled language?

I understand the differences between interpreted and compiled languages, but if someone could provide some examples of situations when one is likely to use interpreted languages over compiled languages, as well as situations when one is likely to use compiled languages over interpreted languages, it’d be really helpful.