1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 21:49:22 +01:00

Merge pull request #2857 from patricktcoakley/new-edits

[sml/en] Add a link to ML For The Working Programmer
This commit is contained in:
Andre Polykanine A.K.A. Menelion Elensúlë 2017-09-13 02:11:47 +03:00 committed by GitHub
commit 8cba5570bd

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).