Fundamental Concepts in Programming Languages were an influential set of lecture notes written by Christopher Strachey for the International Summer School in Computer Programming at Copenhagen in August 1967. It introduced much programming language terminology still in use today, including "R-value" and "L-value", "ad hoc polymorphism", "parametric polymorphism", and "referential transparency".
The lecture notes were reprinted in 2000 in a special issue of Higher-Order and Symbolic Computation in memory of Strachey.[1]
External links[edit]
Higher-Order and Symbolic Computation Volume 13, Issue 1/2 (April 2000) Special Issue in memory of Christopher Strachey
Fundamental Concepts In Programming Languages at the Portland Pattern Repository
Fundamental Concepts In Programming Languages at the College of Information Sciences and Technology at Pennsylvania State University
ACM Digital Library
Great Work in Programming Languages. Collected by Benjamin C. Pierce.
Course Outlines:
Starting from 0 up to competent programming code:
1-How is the computer working.
2-The Principles of computer programming.
3-Flowcharts are the languages between you and the code.
4-Programming languages are the link between you and the computer.
5-Basics of Programming:
Looping.
Branching.
Variables.
Classes.
Subs.
6-First example of an application [Traffic control]
7-Second practical application [Calculator]
All applications EXE files and source codes are attached with its lectures.