summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--standard-ml.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/standard-ml.html.markdown b/standard-ml.html.markdown
index f7526bb8..730ef445 100644
--- a/standard-ml.html.markdown
+++ b/standard-ml.html.markdown
@@ -328,7 +328,7 @@ val test_poem = readPoem "roses.txt" (* gives [ "Roses are red,",
* Install an interactive compiler (REPL), for example
[Poly/ML](http://www.polyml.org/),
- [Moscow ML](http://mosml.org)
+ [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.