Introduction to Scripting Languages |
|
2024-11-21 |
|
|
2 |
|
|
And then there was C...
Advantages
- • All the power of an Assembly Language
- • Simple Syntax
- • Designed for the UNIX Environment
Disadvantages
- • All the ease of use of an Assembly Language
- • Compiled, Not Interpreted
- • Architecture Portable, not OS Portable