Add a link to ML For The Working Programmer, as it has recently been released for free for personal use by the original author.

This commit is contained in:
Patrick T Coakley 2017-09-12 11:21:57 -04:00
parent cd379d9e9e
commit 5e6262e90d

View File

@ -463,5 +463,5 @@ fun decrement_ret x y = (x := !x - 1; y)
[Moscow ML](http://mosml.org), [Moscow ML](http://mosml.org),
[SML/NJ](http://smlnj.org/). [SML/NJ](http://smlnj.org/).
* Follow the Coursera course [Programming Languages](https://www.coursera.org/course/proglang). * 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). * Use [StackOverflow's sml tag](http://stackoverflow.com/questions/tagged/sml).