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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 7A0EABBAF for ; Sun, 24 Oct 2010 18:33:21 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AocBAC38w0zAbSoIe2dsb2JhbACDHpBVjXQVAQEWIgQeqHyRCw2BFYMydAQ X-IronPort-AV: E=Sophos;i="4.58,232,1286143200"; d="scan'208";a="63443192" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Oct 2010 18:33:21 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: 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 o9OGXJHl025043 for ; Sun, 24 Oct 2010 18:33:19 +0200 Received: by first (Postfix, from userid 1000) id 6D5364419CA; Sun, 24 Oct 2010 18:33:19 +0200 (CEST) Date: Sun, 24 Oct 2010 18:33:19 +0200 From: oliver@first.in-berlin.de To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Asynchronous IO programming in OCaml Message-ID: <20101024163319.GA6217@siouxsie> References: <044101cb7367$10f94b30$32ebe190$@com> <748375.89908.qm@web111514.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <748375.89908.qm@web111514.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 monadic:01 monadic:01 wrote:01 oliver:01 oliver:01 caml-list:01 asynchronous:03 programming:03 programming:03 papers:06 style:93 reckon:09 ciao:11 On Sun, Oct 24, 2010 at 05:52:19AM -0700, Dario Teixeira wrote: [...] > (Lwt was my first exposure to the monadic style of programming; this > caused some head-scratching in the beginning, but after a while it > became second nature. I reckon this experience might be common to > other Lwt users). [...] Can you recommend papers on monadic programming? Or how did you mastered it? Ciao, Oliver