Difference between revisions of "WG211/M12Carette"

From WG 2.11
Jump to: navigation, search
(Created page with "''Viewing PLs''")
 
 
Line 1: Line 1:
''Viewing PLs''
+
''Programming Languages through the Lens of Program Generation'' by Jacques Carette.
 +
 
 +
A few year's experience in doing program generation (typed and untyped, in quasi-quoted, AST and string form, for OO, imperative, functional and logic target languages, for a variety of applications) has given me a different perspective on programming languages.  In particular, my view of what is important and what is incidental in a program has changed dramatically.  One example: I now find all mainstream programming languages to be simultaneously too low level and too high level.  In this talk, I will explain what I mean, through a series of examples.

Latest revision as of 21:01, 28 May 2013

Programming Languages through the Lens of Program Generation by Jacques Carette.

A few year's experience in doing program generation (typed and untyped, in quasi-quoted, AST and string form, for OO, imperative, functional and logic target languages, for a variety of applications) has given me a different perspective on programming languages. In particular, my view of what is important and what is incidental in a program has changed dramatically. One example: I now find all mainstream programming languages to be simultaneously too low level and too high level. In this talk, I will explain what I mean, through a series of examples.