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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 2A7877F89E for ; Sun, 6 Apr 2014 04:35:42 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of yotambarnoy@gmail.com) identity=pra; client-ip=209.85.192.42; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="yotambarnoy@gmail.com"; x-sender="yotambarnoy@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of yotambarnoy@gmail.com designates 209.85.192.42 as permitted sender) identity=mailfrom; client-ip=209.85.192.42; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="yotambarnoy@gmail.com"; x-sender="yotambarnoy@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qg0-f42.google.com) identity=helo; client-ip=209.85.192.42; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="yotambarnoy@gmail.com"; x-sender="postmaster@mail-qg0-f42.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhgCANy8QFPRVcAqlGdsb2JhbABYg0FXrROOCYh2gQ4IFg4BAQEBBwsLCRIqgiUBAQEDAUABGxILAQMBCwYFBAcaISIBEQEFAQoSBhMICoV/gVMBAwkIDZ8UjF+DDpZXChknAwpkhh8RAQUMjmEEB4Q4AQOYW4E0jxwYKYR6IYE1 X-IPAS-Result: AhgCANy8QFPRVcAqlGdsb2JhbABYg0FXrROOCYh2gQ4IFg4BAQEBBwsLCRIqgiUBAQEDAUABGxILAQMBCwYFBAcaISIBEQEFAQoSBhMICoV/gVMBAwkIDZ8UjF+DDpZXChknAwpkhh8RAQUMjmEEB4Q4AQOYW4E0jxwYKYR6IYE1 X-IronPort-AV: E=Sophos;i="4.97,802,1389740400"; d="scan'208";a="66650792" Received: from mail-qg0-f42.google.com ([209.85.192.42]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 06 Apr 2014 04:35:41 +0200 Received: by mail-qg0-f42.google.com with SMTP id q107so5017499qgd.1 for ; Sat, 05 Apr 2014 19:35:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Q+I2thoazl4HpNOtxt6dNgHdy4SPKD+FBcOuSaL4Ifg=; b=A7lBvQCpU9JGiXpbvXb+xYFtdXO1/ZRiqcPJGp+Y6HRqdzuck7emSHEgVp12KNMCfk TrP1fmJiYk8aBAL/DEz4BXkTJfymCcBh0jdFvXfYt4B6Jah8jUzxiYhS4ftaCOn5v7jI kULDRIra0X00hgyPOhSIrzV3aM2WYe2xQclx33WIB6yceoDXTTvO2Lmwe7D1j5O4YrSZ 7VtnqDqhPO/2JzF5iDMDgE3DzUlC3UAIy08dklGAELasrMvsQAh3NP2Zg0dDVRqHrkSC 7cs8he7ikPenOpQDLkrchn5kwbfzeqPfRk52ULuSXzBN8cL/DR9Ksly8doWftZkunhhZ GVkA== X-Received: by 10.140.50.74 with SMTP id r68mr23097624qga.22.1396751740271; Sat, 05 Apr 2014 19:35:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.213.132 with HTTP; Sat, 5 Apr 2014 19:35:20 -0700 (PDT) In-Reply-To: References: From: Yotam Barnoy Date: Sat, 5 Apr 2014 22:35:20 -0400 Message-ID: To: Andy Ray Cc: Ocaml Mailing List Content-Type: multipart/alternative; boundary=001a11352f1e5182e204f6569b04 Subject: Re: [Caml-list] [ANN] IOCaml 0.4 --001a11352f1e5182e204f6569b04 Content-Type: text/plain; charset=ISO-8859-1 Wow, this is astounding progress. It's a real testament both to your hard work and to the amazing infrastructure that people are developing using OCaml. Congrats. On Sat, Apr 5, 2014 at 4:32 PM, Andy Ray wrote: > IOCaml provides an OCaml REPL in a webbrowser. Version 0.4 frees us > from the tyranny of Python and provides an OCaml based webserver. Put > another way you no longer need IPython installed at all. > > The project is split into 3 opam packages; > > * iocaml-kernel (https://github.com/andrewray/iocaml) - byte code OCaml > kernel > * iocamljs-kernel (https://github.com/andrewray/iocamljs) - javascript > OCaml kernel(s) > * iocaml (https://github.com/andrewray/iocamlserver) - iocaml webserver > > In general from a 4.01.0 compiler > > $ opam install iocaml > > should get everything installed. OS requirements are libssl-dev and > libzmq3-dev (possibly some others as well, let me know and I'll add > them to the project pages). Chrome, Firefox and Safari have been > tested. > > To run iocaml; > > $ iocaml > > or > > $ iocaml path/to/dir > > To bring up the dashboard interface. Or > > $ iocaml notebook.ipynb > > To directly load a notebook. > > Use the "-js " option to load a javascript based ocaml kernel. > > $ iocaml -js min [...] > > will load a minimal javascript ocaml REPL while > > $ iocaml -js full [...] > > will load a REPL with the js_of_ocaml and lwt libraries including > syntax extensions included. > > For those brave souls you can try > > $ iocaml -js min -serve-jslibs [...] > > and have a play with #use "topfind" / #require. Its probably worth > mentioning that the various "-serve" options allow the browser access > to your file system so don't run it on a public network without due > care. > > Cheers, > Andy > > -- > 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 > --001a11352f1e5182e204f6569b04 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Wow, this is astounding progress. It's a real testamen= t both to your hard work and to the amazing infrastructure that people are = developing using OCaml. Congrats.

<= br>
On Sat, Apr 5, 2014 at 4:32 PM, Andy Ray <an= dy.ray@ujamjar.com> wrote:
IOCaml provides an OCaml REPL in a webbrowser. =A0Version 0.4 frees us
from the tyranny of Python and provides an OCaml based webserver. =A0Put
another way you no longer need IPython installed at all.

The project is split into 3 opam packages;

* iocaml-kernel (https://github.com/andrewray/iocaml) - byte code OCaml kernel * iocamljs-kernel (https://github.com/andrewray/iocamljs) - javascript
OCaml kernel(s)
* iocaml (https://github.com/andrewray/iocamlserver) - iocaml webserver

In general from a 4.01.0 compiler

$ opam install iocaml

should get everything installed. =A0OS requirements are libssl-dev and
libzmq3-dev (possibly some others as well, let me know and I'll add
them to the project pages). =A0Chrome, Firefox and Safari have been
tested.

To run iocaml;

$ iocaml

or

$ iocaml path/to/dir

To bring up the dashboard interface. =A0Or

$ iocaml notebook.ipynb

To directly load a notebook.

Use the "-js <kernel>" option to load a javascript based oc= aml kernel.

$ iocaml -js min [...]

will load a minimal javascript ocaml REPL while

$ iocaml -js full [...]

will load a REPL with the js_of_ocaml and lwt libraries including
syntax extensions included.

For those brave souls you can try

$ iocaml -js min -serve-jslibs [...]

and have a play with #use "topfind" / #require. =A0Its probably w= orth
mentioning that the various "-serve" options allow the browser ac= cess
to your file system so don't run it on a public network without due
care.

Cheers,
Andy

--
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

--001a11352f1e5182e204f6569b04--