7. Overview of Linux Programming Languages

Most Linux programming languages1 can be placed into two general categories: scripting languages (sometimes called interpreted languages) and compiled languages (sometimes called structured languages). There isn’t a strict definition that separates these categories, but the following provides the essential differences:

Complied languages cannot be executed directly from source code. The source code must be converted into compiled code first.

Scripts traditionally are not compiled.

Scripting languages ...

Get Linux for Developers: Jumpstart Your Linux Programming Skills now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.