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 mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by sympa.inria.fr (Postfix) with ESMTPS id 1B87E7F249 for ; Mon, 5 Nov 2012 08:20:55 +0100 (CET) Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of fabrissimo@gmail.com) identity=pra; client-ip=209.85.219.54; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="fabrissimo@gmail.com"; x-sender="fabrissimo@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail4-smtp-sop.national.inria.fr: domain of fabrissimo@gmail.com designates 209.85.219.54 as permitted sender) identity=mailfrom; client-ip=209.85.219.54; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="fabrissimo@gmail.com"; x-sender="fabrissimo@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-oa0-f54.google.com) identity=helo; client-ip=209.85.219.54; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="fabrissimo@gmail.com"; x-sender="postmaster@mail-oa0-f54.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtgBAJBnl1DRVds2m2dsb2JhbABEsRCJNAGIbwgjAQEBAQEICQsJFCeCHgEBBAFAAS0LAQMBCwEFBQQHGiEhARIBBQEKEgYTCAEJh2YDCQYLmz6PKIQoJwMKiU4BBQyLDWiGPAOUJoFVgRyKF4MwFimBWII6 X-IronPort-AV: E=Sophos;i="4.80,713,1344204000"; d="scan'208";a="161365814" Received: from mail-oa0-f54.google.com ([209.85.219.54]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 05 Nov 2012 08:20:54 +0100 Received: by mail-oa0-f54.google.com with SMTP id n9so9306513oag.27 for ; Sun, 04 Nov 2012 23:20:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=eigSuRJdm2eRMmLVV2dWUnp5hoVCMgNiiS+9I1fJccE=; b=hWB9gdO0t/DfjhebWfQZ3ATqPZxiGESmisyRJ3J71NznyIyK7kWNsnx1w+Mz6k5etg aPiaVngefA73I1TVGthW0hyvTyeyT1giCE5Vf8EAx4UGP0iSkE0ytOjA2CFUzTNrjC4o zuE0ptuBM1SdznFRASeZozVYvslIatu+up25tP7CCN+3E8B6M1C9O03X+eUQhETV19+Q kkTsuU+c7R6GYpOPdVQCEBSDA59pOpKuTZK6z4v9zHDjQv2qFxlqWpEb/MvlY/dDSz/0 7trZMl3t5ouyQE7uYUfHVSNUdCiSp9p1M3wSF7ATAOf7s/LzYn32/z+8QK7jgPS4c5XY BF1A== MIME-Version: 1.0 Received: by 10.60.172.171 with SMTP id bd11mr7422689oec.4.1352100052698; Sun, 04 Nov 2012 23:20:52 -0800 (PST) Sender: fabrissimo@gmail.com Received: by 10.76.25.169 with HTTP; Sun, 4 Nov 2012 23:20:52 -0800 (PST) In-Reply-To: References: Date: Mon, 5 Nov 2012 08:20:52 +0100 X-Google-Sender-Auth: mkyeEtdjzN1lyJ_xJTyH3wN0DNc Message-ID: From: Fabrice Le Fessant To: Diego Olivier Fernandez Pons Cc: caml-list Content-Type: multipart/alternative; boundary=bcaec54b4e9457864104cdba5317 Subject: Re: [Caml-list] OCaml interpreter in JavaScript --bcaec54b4e9457864104cdba5317 Content-Type: text/plain; charset=ISO-8859-1 Have you tested http://try.ocamlpro.com/ ? It is the ocaml toplevel, compiled with js_of_ocaml, so executing ocaml sources in a browser. The sources are available on GitHub from the link. --Fabrice On Mon, Nov 5, 2012 at 7:23 AM, Diego Olivier Fernandez Pons < dofp.ocaml@gmail.com> wrote: > OCaml list, > > Last time I was looking for a JavaScript interpreter in Caml. Now I > need a Core ML interpreter written in JavaScript to run source OCaml > code on a browser, similar to Skulpt one in Python > http://www.skulpt.org/ > > Any suggestions ? > > Diego Olivier > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa.inria.fr/sympa/arc/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > -- Fabrice LE FESSANT --bcaec54b4e9457864104cdba5317 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Have you tested http://try.ocamlpro.co= m/ ? It is the ocaml toplevel, compiled with js_of_ocaml, so executing = ocaml sources in a browser. The sources are available on GitHub from the li= nk.

--Fabrice

On Mon, Nov 5, 2= 012 at 7:23 AM, Diego Olivier Fernandez Pons <dofp.ocaml@gmail.com= > wrote:
=A0 =A0 OCaml list,

Last time I was looking for a JavaScript interpreter in Caml. Now I
need a Core ML interpreter written in JavaScript to run source OCaml
code on a browser, similar to Skulpt one in Python
http://www.skulpt.org/=

Any suggestions ?

=A0 =A0 =A0 =A0 Diego Olivier

--
Caml-list mailing list. =A0Subscription management and archives:
ht= tps://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs



-- Fabrice LE FESSANT

--bcaec54b4e9457864104cdba5317--