X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=how_to_get_the_programming_languages_running_on_your_computer.mdwn;h=3ad86cb4cfa5c804c33b3336a4e30cd50b0d820e;hp=0275051cf7206124569434b1a22c4e8180862a3b;hb=c76b1d29a68923f8a72bf49c2ac36a6afe7a0f80;hpb=9484a047544fe346e9b739237a8c39e3e8cdfc88 diff --git a/how_to_get_the_programming_languages_running_on_your_computer.mdwn b/how_to_get_the_programming_languages_running_on_your_computer.mdwn index 0275051c..3ad86cb4 100644 --- a/how_to_get_the_programming_languages_running_on_your_computer.mdwn +++ b/how_to_get_the_programming_languages_running_on_your_computer.mdwn @@ -229,17 +229,13 @@ Sometimes we may refer to Caml or ML more generally; but you can assume that what we're talking about always works more specifically in OCaml. -It's helpful if in addition to OCaml you also install the Findlib add-on. -This will make it easier to install additional add-ons further down the road. -However, if you're not able to get that working, don't worry about it much. +It's helpful if in addition to OCaml you also install the Findlib add-on and/or the [OPAM](https://opam.ocaml.org) "package manager." +These will make it easier to install additional add-ons further down the road. +However, if you're not able to get them working, don't worry about it much. The current version of OCaml is 4.02.1 (released October 2014). - -* *Another instruction page focuses on [OPAM](http://ocaml.org/docs/install.html), also [this](https://opam.ocaml.org).* - -* *[More details about installing OCaml on Macs, if needed](http://cocan.org/getting_started_with_ocaml_on_mac_os_x)* * In your web browser: @@ -267,6 +263,10 @@ The current version of OCaml is 4.02.1 (released October 2014). *Instructions coming* +* *Another instruction page focuses on [OPAM](http://ocaml.org/docs/install.html), also [this](https://opam.ocaml.org).* + +* *[More details about installing OCaml on Macs, if needed](http://mirror.ocamlcore.org/wiki.cocan.org/getting_started_with_ocaml_on_mac_os_x.html)* +