From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id DCA04BBAF for ; Sun, 24 Oct 2010 22:02:22 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoIBAOMsxEzAbSoIe2dsb2JhbACDHp5AFQEBFiIEHqkikQkNgRWDMnQE X-IronPort-AV: E=Sophos;i="4.58,233,1286143200"; d="scan'208";a="75664958" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Oct 2010 22:02:22 +0200 X-Envelope-From: oliver@first.in-berlin.de Received: from first (e178040201.adsl.alicedsl.de [85.178.40.201]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id o9OK2IqO004891; Sun, 24 Oct 2010 22:02:19 +0200 Received: by first (Postfix, from userid 1000) id 7ABF74419CC; Sun, 24 Oct 2010 22:02:18 +0200 (CEST) Date: Sun, 24 Oct 2010 22:02:18 +0200 From: oliver@first.in-berlin.de To: Dario Teixeira Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Asynchronous IO programming in OCaml Message-ID: <20101024200218.GA7030@siouxsie> References: <20101024163319.GA6217@siouxsie> <199263.93336.qm@web111505.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <199263.93336.qm@web111505.mail.gq1.yahoo.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Spam: no; 0.00; in-berlin:01 ocaml:01 haskell:01 haskell:01 monads:01 ocaml:01 beginners:01 wrote:01 oliver:01 oliver:01 caml-list:01 asynchronous:03 programming:03 tutorials:03 hint:04 On Sun, Oct 24, 2010 at 11:50:16AM -0700, Dario Teixeira wrote: [...] > As for books or tutorials, I would suggest taking a look at material for > learning Haskell. heheh, that would have been my next question... ...I may refresh my Haskell, and climb the big mountain of Monads there (in Haskell-land), where I last time stopped climbing that mountain and turned to OCaml. ;) > Recently, some well-publicised Haskell books targeted > at beginners have come out [1,2]. Thanks for the hint. Ciao, Oliver