Python
Visit python.org for lots of information,
and to download a copy of Python.
Python is an object-oriented scripting language.
Some highlights are that it is:
- Object-oriented
- Interpreted
- Portable
- Open source / free
And it has:
- Dynamic data typing
- Automatic memory management
- Advanced data types ('bignums', strings, lists, dictionaries)
- A large standard library
next