From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike McClurg Subject: Re: [Xen-devel] OCaml Tutorial Date: Wed, 4 Jan 2012 17:59:54 +0000 Message-ID: <4F04939A.9030506@citrix.com> References: <20111217103444.GB12984@reaktio.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20111217103444.GB12984-GxtO3QLqHcLR7s880joybQ@public.gmane.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-api-bounces-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org Errors-To: xen-api-bounces-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org To: "xen-devel.GarveyPatrickD-6PU9Gw1uPENoxttTTU4mPuTW4wlIGRCZ@public.gmane.org" Cc: "xen-devel-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org" , "xen-api-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org" List-Id: xen-devel@lists.xenproject.org On 17/12/11 10:34, Pasi K=E4rkk=E4inen wrote: > On Fri, Dec 16, 2011 at 03:38:32PM -0800, xen-devel.GarveyPatrickD@Ordina= ryAmerican.net wrote: >> It appears the OCaml Tutorial < www.ocaml-tutorial.org > referenced in >> our XAPI Developer Guide wiki article < >> http://wiki.xen.org/wiki/XAPI_Developer_Guide > is not reliably >> accessible. Can one of our experienced OCaml programmers suggest an >> alternative that provides a sufficient tutorial for Xen users of >> OCaml? Is < http://mirror.ocamlcore.org/ocaml-tutorial.org/ > >> sufficient? >> > = The mirror you found looks to be identical to the original site, though I'm not sure when the mirror was taken. Another good reference is part 1 of the OCaml manual (http://caml.inria.fr/pub/docs/manual-ocaml/), which gives a good, but brief, introduction to the language. Another good place to go for OCaml questions is the #ocaml channel on IRC. Good luck, Mike