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=81468bbfd76fb8657ba81cb7063f89490259485f;hp=0275051cf7206124569434b1a22c4e8180862a3b;hb=fb0ce0bfa8a38d83651c622ca210cbf8b0e1ad9a;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..81468bbf 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 "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)* +