diff options
author | Patrick T Coakley <contact@patricktcoakley.com> | 2017-09-12 11:21:57 -0400 |
---|---|---|
committer | Patrick T Coakley <contact@patricktcoakley.com> | 2017-09-12 11:58:44 -0400 |
commit | 5e6262e90d941059f7c5c5abda12326615ba1c4b (patch) | |
tree | 7baefb04d19a2aa4c60aace8d205d7f03fd659f3 /standard-ml.html.markdown | |
parent | cd379d9e9eff734ae02708ba986b0fde1fa52d33 (diff) |
Add a link to ML For The Working Programmer, as it has recently been released for free for personal use by the original author.
Diffstat (limited to 'standard-ml.html.markdown')
-rw-r--r-- | standard-ml.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standard-ml.html.markdown b/standard-ml.html.markdown index e1fe0d19..5db15b5c 100644 --- a/standard-ml.html.markdown +++ b/standard-ml.html.markdown @@ -463,5 +463,5 @@ fun decrement_ret x y = (x := !x - 1; y) [Moscow ML](http://mosml.org), [SML/NJ](http://smlnj.org/). * Follow the Coursera course [Programming Languages](https://www.coursera.org/course/proglang). -* Get the book *ML for the Working Programmer* by Larry C. Paulson. +* Read *[ML for the Working Programmer](https://www.cl.cam.ac.uk/~lp15/MLbook/pub-details.html)* by Larry C. Paulson. * Use [StackOverflow's sml tag](http://stackoverflow.com/questions/tagged/sml). |