caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Yotam Barnoy <yotambarnoy@gmail.com>
To: Andy Ray <andy.ray@ujamjar.com>
Cc: Ocaml Mailing List <caml-list@inria.fr>
Subject: Re: [Caml-list] [ANN] IOCaml 0.4
Date: Sat, 5 Apr 2014 22:35:20 -0400	[thread overview]
Message-ID: <CAN6ygOn-KjmWFeM22Rga2u5WGN8TENOPJ3PiY3acFz_QPwHETA@mail.gmail.com> (raw)
In-Reply-To: <CAHYOizG84_Xx0zQCHoB+M-DjD4jrMd3B25=bjZ9pzimr9Z7yUQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2028 bytes --]

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 <andy.ray@ujamjar.com> 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 <kernel>" 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
>

[-- Attachment #2: Type: text/html, Size: 3071 bytes --]

  reply	other threads:[~2014-04-06  2:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-05 20:32 Andy Ray
2014-04-06  2:35 ` Yotam Barnoy [this message]
2014-04-06  8:53 ` Anil Madhavapeddy
2014-04-06 10:59 ` Andy Ray

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAN6ygOn-KjmWFeM22Rga2u5WGN8TENOPJ3PiY3acFz_QPwHETA@mail.gmail.com \
    --to=yotambarnoy@gmail.com \
    --cc=andy.ray@ujamjar.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).