Introduction to Scripting Languages |
 |
2025-03-12 |
 |
 |

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