practice / blog

For personal blogging
1 stars 0 forks source link

functional javascript - annotated bibliography #15

Open practice opened 8 years ago

practice commented 8 years ago

Functional Javascript by Michael Fogus 의 뒤쪽 Annotated Bibliography 에 나오는 읽을거리 중 개인적으로 관심있는 것들만 링크와 함께 정리하였다. 사실 거의 모든 책이다.

Books

Structure and Interpretation of Computer Programs by Harold Abelson, Gerald Jay Sussman, and Julie Sussman (MIT Press, 1996)

Introduction to Functional Programming by Richard J. Bird and Philip Wadler (Pren‐ tice Hall, 1998) Download

Closure: The Definitive Guide by Michael Bolin (O’Reilly, 2010)

JavaScript Allongé by Reginald Braithwaite (Leanpub, 2013). Free to read online.

On Lisp by Paul Graham (Prentice Hall, 1993). Free download.

Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript by David Herman (Addison-Wesley, 2012)

The Joy of Clojure, Second Edition by Chris Houser and Michael Fogus (Manning, 2013)

ML for the Working Programmer, Second Edition by L.C. Paulson (Cambridge Univer‐ sity Press, 1996)

Applicative High Order Programming: Standard ML in Practice by Stefan Sokolowski (Chapman & Hall Computing, 1991)

Common Lisp: A Gentle Introduction to Symbolic Computation by David S. Touretzky (Addison-Wesley/Benjamin Cummings, 1990)

Presentations

“Pushing The Limits of Web Browsers...or Why Speed Matters” by Lars Bak

“Programming with Values in Clojure” by Alan Dipert

Blog Posts

Can functional programming be liberated from the von Neumann paradigm? by Conal Elliott

Rich Hickey Q&A by Rich Hickey and Michael Fogus. Code Quarterly 2011.

Monads are Tress with Grafting by Dan Piponi

Understanding Monads With JavaScript by Ionut G. Stan

Execution in the Kingdom of Nouns by Steve Yegge

Maintainable JavaScript: Don’t modify objects you don’t own by Nicholas Zakas

Journal Articles

“Why functional programming matters” by John Hughes. The Computer Journal (1984)