From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 9F2527EE49 for ; Thu, 12 Sep 2013 08:41:33 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of adrien@notk.org) identity=pra; client-ip=91.121.71.147; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="adrien@notk.org"; x-sender="adrien@notk.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of adrien@notk.org designates 91.121.71.147 as permitted sender) identity=mailfrom; client-ip=91.121.71.147; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="adrien@notk.org"; x-sender="adrien@notk.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@nautica.notk.org) identity=helo; client-ip=91.121.71.147; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="adrien@notk.org"; x-sender="postmaster@nautica.notk.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq0AAI5hMVJbeUeTl2dsb2JhbABbhzu9FIEjFg4BAQEBAQgWBzyCJQEBBSNmCxgCAgUTDgICDwUYMYgZq2qSDYEpjkmCaTSBAAOXeAGVFjo X-IPAS-Result: Aq0AAI5hMVJbeUeTl2dsb2JhbABbhzu9FIEjFg4BAQEBAQgWBzyCJQEBBSNmCxgCAgUTDgICDwUYMYgZq2qSDYEpjkmCaTSBAAOXeAGVFjo X-IronPort-AV: E=Sophos;i="4.90,888,1371074400"; d="scan'208";a="26564131" Received: from nautica.notk.org ([91.121.71.147]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 12 Sep 2013 08:41:33 +0200 Received: by nautica.notk.org (Postfix, from userid 1003) id 2857FC009; Thu, 12 Sep 2013 08:41:33 +0200 (CEST) Date: Thu, 12 Sep 2013 08:41:33 +0200 From: Adrien Nader To: OCaml mailing list Message-ID: <20130912064133.GA3480@notk.org> References: <20130910230928.2d51cd39@atmarama.noip.me> <20130911052437.GA9514@notk.org> <20130911183629.GB3764@notk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20130911183629.GB3764@notk.org> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: [Caml-list] OCaml vs Ada and/or GUI options On Wed, Sep 11, 2013, Adrien Nader wrote: > > 1. Lack of documentation. LablGTK doc says "look at C GTK doc". But > > the lablgtk binding changes things compared to the C API, so this not > > a one-to-one mapping neither. And the "obvious" changes weren't so > > obvious to me. A tutorial made by a Korean guy IIRC helped a lot; > > I'd like to make another tutorial; a much shorter one that matches > lablgtk's high-level API (and therefore conciness). Something like a > 10-minutes tutorial; I'll try to get a list of topics for it. Oh, btw, forgot to mention that I've used ocamlbrowser quite a lot. It has a couple issues but it's actually very nice to browse the API of lablgtk and other libs. Nowadays you can run it through: ocamlbrowser -I $(ocamlfind query lablgtk2) (or maybe -I +lablgtk2 but that's not as portable) I think that it has really helped me. You select GWindow, then window then whatever you want and you have the API for that, in a small window that doesn't eat screen space. It doesn't do anything special but I found it efficient. Using Merlin too is on my TODO list. -- Adrien Nader