Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Although much attention is currently directed to Java and .NET, many developers work with dynamic programming languages such as Perl, Python, and Ruby. Dynamic languages differ from languages such as Java or C# in that the variables are usually not fixed to a particular type. For example, the following code fragment is perfectly valid in a dynamic language:
var x; x = 5; x = "testing";