From: jim Date: Thu, 30 Apr 2015 13:19:10 +0000 (-0400) Subject: formatting X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=9492988a41fbaf876cee8af3ae9a2fc38335502d;hp=67b29f8770199415f3618c54956bace7c0cc3d70;ds=sidebyside formatting --- diff --git a/rosetta3.mdwn b/rosetta3.mdwn index 15010773..f533a021 100644 --- a/rosetta3.mdwn +++ b/rosetta3.mdwn @@ -70,7 +70,7 @@ This page covers how to do some OCaml-ish and Haskell-ish things in Scheme, and These last three forms are also available in OCaml, but to use them you'll need to compile and install Oleg Kiselyov's "delimcc" or "caml-shift" library (these names refer to the same library), which you can find [here](http://okmij.org/ftp/continuations/implementations.html#caml-shift). You'll already need to have OCaml installed. It also helps if you already have the findlib package installed, too, [as we discuss here](http://lambda.jimpryor.net/how_to_get_the_programming_languages_running_on_your_computer/). If you're not familiar with how to compile software on your computer, this might be beyond your reach for the time being. - + But assuming you do manage to compile and install Oleg's library, here's how you'd use it in an OCaml session: #require "delimcc";; (* loading Oleg's library this way requires the findlib package *)