From: Jim Date: Sun, 1 Feb 2015 20:53:10 +0000 (-0500) Subject: Merged Chris and Jim's work on front page X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=93ef0484a9b56a68e1d81f5a36a8a03aec78c3d3 Merged Chris and Jim's work on front page --- diff --git a/index.mdwn b/index.mdwn index c581a3ee..447aa7c2 100644 --- a/index.mdwn +++ b/index.mdwn @@ -12,6 +12,21 @@ One student session will be held every Wednesday from XX-YY at WHERE. ## [[Jump to content (lecture notes and more)|topics_and_themes.mdwn]] ## + ## Announcements ## @@ -179,6 +194,13 @@ strictly exclusive. The labels are better thought of as concerning different of the extent to which they emphasize, and are designed around those idioms. Languages like Python and JavaScript are sometimes themselves described as "more functional" than other languages, like C. + In any case, here is some more context for the three languages we will be focusing on. @@ -192,6 +214,8 @@ the operating system differently. One major implementation is called Racket, and that is what we recommend you use. If you're already using or comfortable with another Scheme implementation, though, there's no compelling reason to switch. + + Racket stands to Scheme in something like the relation Firefox stands to HTML. (Wikipedia on [Lisp](http://en.wikipedia.org/wiki/Lisp_%28programming_language%29), @@ -224,6 +248,14 @@ other. [[How to get the programming languages running on your computer]] + + ## Recommended Books ## @@ -268,6 +300,8 @@ but in the long run it's helpful because it makes the arbitrariness of those cho * Another good book, covering some of the same ground as the Hankin, and the Hindley & Seldin, but delving deeper into typed lambda calculi, is *Types and Programming Languages*, by Benjamin Pierce, currently $77 hardback / $68 kindle on [Amazon](http://www.amazon.com/dp/0262162091). This book has many examples in OCaml. + + ----