Top "Dynamic-languages" questions

Dynamic languages are a class of high-level programming languages whos behaviors is determined at runtime rather than compile time.

What makes Ruby slow?

Ruby is slow at certain things. But what parts of it are the most problematic? How much does the garbage …

ruby performance garbage-collection dynamic-languages
dynamic object construction in javascript?

When I want to call a function in javascript with arguments supplied from elsewhere I can use the apply method …

javascript dynamic-languages
advantages of play framework for people coming from php / ruby / python

One of the strongest selling points of play framework is it's development cycle, just fix the code, go back to …

java frameworks playframework dynamic-languages
Why are IOC containers unnecessary with dynamic languages

Someone on the Herding Code podcast No. 68, http://herdingcode.com/herding-code-68-new-year-shenanigans/, stated that IOC containers had no place with …

ioc-container dynamic-languages