HN user

mfex

25 karma
Posts2
Comments7
View on HN

There are 2 speculative fiction books about nuclear war unfolding in present time. Both feature usage of the 'football'. The 'commission report' is my recommendation out of the two:

The 2020 Commission Report on the North Korean Nuclear Attacks Against the United States [0] Nuclear War: A Scenario [1]

[0] https://en.wikipedia.org/wiki/The_2020_Commission_Report_on_... [1] https://en.wikipedia.org/wiki/Nuclear_War:_A_Scenario

The two monad tutorials referenced in the talk and the clojure.contrib.monads source explain monads in the same way:

http://onclojure.com/2009/03/05/a-monad-tutorial-for-clojure... http://intensivesystems.net/tutorials.html

The onclojure tutorial shows how (let ..) and (for ..) expressions are all about nested functions and how you can construct them yourself with monads. Be sure to work through it to part 4 which shows an elegant solution using monads for the Monty Hall problem, which is about probabilities and distributions.