Korea Advanced Institute of Science and Technology(KAIST) via Coursera |
Go to Course: https://www.coursera.org/learn/programming-languages-1
Programming Languages: Syntax and Semantics
Programming Languages with IdentifiersFirst-Order Functions and First-Class FunctionsLambda Calculus and Recursive FunctionsMutable Data Structures and VariablesGarbage Collection and Lazy EvaluationFinal ExamThe goal of this course is to help students: 1. learn new languages quickly, 2. evaluate various languages and pick the most suitable one for a given task, 3. know when and how to design a little language, and 4. understand the effects of languages on thought and communication. We will study programming language concepts, not as paradigms but as a set of basic building blocks, by 1) implementing interpreters for the concepts using the Scala programming language and 2) rigorously discussing the