Live data from Hacker News

Principles of Programming Languages (2011)

feederio.com

1–6 of 6 posts

Re: Principles of Programming Languages (2011)

#6
post #4

Not even a mention of functional programming? Makes me wonder

How do come to that conclusion? The bulk of the book uses OCaml for examples and defines a simple language called F-flat:

--------------------- 2.3 The F[ Programming Language Now that we have seen how to define and understand operational semantics, we will begin to study our first programming language: F[.

F[ is a shrunk (flattened) pure functional programming language. ---------------------

Sorry about the missing flat symbol, it didn't survive copy and paste from the pdf.