http://www.bitwisemag.com/2/Dynamic-Lan ... Needs-Them
HC: Before going any further, Jeff, I guess we ought to clarify what exactly is meant by a ’dynamic language’...
JH: The two variants are generally referred to as ’dynamic languages’ (Perl, Python, PHP, Ruby, Tcl, ...) and ’systems languages’ (C/C++, Java, C#, ...). Dynamic languages are high-level languages generally characterized by dynamic typing and are generally interpreted. They typically have more built-in data types, automatically do all memory management, and require no compile step. High-level languages aim to require less from the human programmer and more from the computer.
Hth.
Why php dynamic
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Why php dynamic
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering