what are Dynamic programming languages?
They are the languages that can execute common behaviors at runtime where other languages perform at compilation time!!
Example:
Eval
This function takes a string parameter containing code in the language, and executes it. If this code stands for an expression, the resulting value is returned.
In python :Example:
Eval
This function takes a string parameter containing code in the language, and executes it. If this code stands for an expression, the resulting value is returned.
>>> y = 1
>>> print eval('y+3')
4
For details see:>>> print eval('y+3')
4
http://en.wikipedia.org/wiki/Dynamic_programming_language
http://docs.python.org/library/functions.html
3 comments:
Nice blog, and nice info :-)
Hmmm, I do feel that the definition is not correct
how much money do u collect from google by posting these craps in the web and naming it as blog ....... bull shit
Post a Comment