Language Design, Spectrum, and Implementation




CS152

Chris Pollett

Aug 25, 2021

Outline

Inroduction

The Art of Language Design

What Make a Language Successful

Kinds of Programming Languages 1

Kinds of Programming Languages 2

In-Class Exercise

The Study Programming Languages

There are many reasons why a good programmer would be interested in the systematic study of programming languages:

Compilers versus Interpreters

Consequences of Interpretation versus Compilation

Virtual Machines