mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[standard-ml/en-en] Silly reversal of Markdown URL tags
This commit is contained in:
parent
9b43a17fb5
commit
02b8d51897
@ -326,9 +326,9 @@ val test_poem = readPoem "roses.txt" (* gives [ "Roses are red,",
|
||||
## Further learning
|
||||
|
||||
* Install an interactive compiler (REPL), for example
|
||||
[http://www.polyml.org/](Poly/ML),
|
||||
[http://mosml.org](Moscow ML) or
|
||||
[http://smlnj.org/](SML/NJ).
|
||||
[Poly/ML](http://www.polyml.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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user