From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr 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 BEADD7EE9C for ; Fri, 25 Nov 2016 09:56:30 +0100 (CET) X-IronPort-AV: E=Sophos;i="5.31,546,1473112800"; d="scan'208";a="201665144" Received: from meleze.ens.fr (HELO [129.199.99.114]) ([129.199.99.114]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 25 Nov 2016 09:56:30 +0100 To: caml-list@inria.fr References: <20161124171023.jx2zuhspdptvapqf@pl-59055.rocqadm.inria.fr> From: Francois BERENGER Message-ID: Date: Fri, 25 Nov 2016 09:55:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161124171023.jx2zuhspdptvapqf@pl-59055.rocqadm.inria.fr> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Caml-list] Android/iOS apps with OCaml On 11/24/2016 06:10 PM, Sébastien Hinderer wrote: > Dear Dario, > > Making it possible (easier) to cross-compile OCaml programs is one of > the outcomes the work I am doing with Gallium (the team developping > OCaml at Inria) is supposed to have. I am not sure yet how this can > impact the production of Android apps, but as far as iOS apps are > concerned, one thing I am supposed to work on is the integration of > Gerd's pull request (can someone find the number?) Maybe this one: https://github.com/ocaml/ocaml/pull/182 > which has been stored > in the ios-support branch of the OCaml repository on GitHub. > > This should make it possible to cross-compile OCaml programs which can > then be executed on iOS devices. > > One other question will then be whether such programs can somehow use > all the application frameworks provided by Apple. > > Regarding Android I don't know how helpful OCamljava could be but it > might be worth investigating. > > Sébastien. > > > -- Regards, Francois. "When in doubt, use more types"