From: Gerd Stolpmann <info@gerd-stolpmann.de>
To: Gour <gour@atmarama.net>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] OCaml vs Ada and/or GUI options
Date: Fri, 20 Sep 2013 14:04:32 +0200 [thread overview]
Message-ID: <1379678672.18805.13.camel@e130> (raw)
In-Reply-To: <20130920065112.53ef157d@atmarama.noip.me>
[-- Attachment #1: Type: text/plain, Size: 2604 bytes --]
Am Freitag, den 20.09.2013, 06:51 +0200 schrieb Gour:
> On Thu, 19 Sep 2013 10:11:51 +0200
> Alain Frisch <alain@frisch.fr> wrote:
>
> > Overall, we were impressed by the easiness to integrate js_of_ocaml
> > (no need to patch the compiler or do big changes to the build system)
> > and its faithfulness to the semantics of OCaml. Really no big bad
> > surprises, and it was amazing to see a complex piece of software
> > running in the browser.
>
> Great!
>
> > js_of_ocaml opens many interesting doors for using OCaml in web
> > development!
>
> Does it include writing desktop apps running in browser?
>
> :-)
I would say so - although you won't get the "look and feel" of a desktop
app, but of a web app. From a design perspective, this is a big win
IMHO, and users probably even like this. E.g. you'll need to use
graphically designed menus, and no menu bars.
The biggest problem I see is that the interaction with the system is
limited (e.g. access to file system is generally not possible with the
exception of special browser-app areas - see "local storage" [1] and
"indexed database API" [2]; there are browser-specific API extensions,
though).
[1] https://en.wikipedia.org/wiki/Web_storage
[2] https://en.wikipedia.org/wiki/Indexed_Database_API
If you are willing to accept browser differences, this is an interesting
option with some future - there is an enormous pressure on the desktop
vendors to make the desktop as easy as the web, e.g you can already run
web apps directly in the Windows 8 desktop (the user doesn't see that
there is a browser running it).
>
>
> Considering I have a need to call 3rd party C lib via OCaml bindings,
> does it change anything in the whole scenario?
This won't be directly available, but only with the indirection of
running the lib in a local server process, and accessing it via HTML
requests. (Unless you include it as browser plugin.)
Gerd
>
> Sincerely,
> Gour
>
> --
> From wherever the mind wanders due to its flickering and unsteady
> nature, one must certainly withdraw it and bring it back under
> the control of the self.
>
> http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
>
>
>
--
------------------------------------------------------------
Gerd Stolpmann, Darmstadt, Germany gerd@gerd-stolpmann.de
My OCaml site: http://www.camlcity.org
Contact details: http://www.camlcity.org/contact.html
Company homepage: http://www.gerd-stolpmann.de
------------------------------------------------------------
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
prev parent reply other threads:[~2013-09-20 12:04 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-10 21:09 Gour
2013-09-10 21:38 ` Paolo Donadeo
2013-09-11 5:24 ` Adrien Nader
2013-09-11 7:21 ` Kakadu
2013-09-11 8:21 ` [Caml-list] " Gour
2013-09-11 8:14 ` Gour
2013-09-11 18:17 ` Adrien Nader
2013-09-11 19:31 ` Gour
2013-09-11 19:53 ` Adrien Nader
2013-09-11 20:41 ` Gour
2013-09-11 21:01 ` Adrien Nader
2013-09-12 5:44 ` Gour
2013-09-12 6:31 ` Adrien Nader
2013-09-12 5:36 ` Gour
2013-09-12 6:48 ` Adrien Nader
2013-09-12 7:26 ` Gour
2013-09-11 20:06 ` Jon Harrop
2013-09-11 20:48 ` Anthony Tavener
2013-09-11 21:04 ` Adrien Nader
2013-09-12 14:40 ` [Caml-list] " Jon Harrop
2013-09-12 14:51 ` Alain Frisch
2013-09-12 14:57 ` Lukasz Stafiniak
2013-09-12 15:04 ` Alain Frisch
2013-09-14 3:05 ` Jon Harrop
2013-09-14 7:10 ` Kakadu
2013-09-14 11:37 ` Jon Harrop
2013-09-15 8:32 ` Kakadu
2013-09-14 23:51 ` Francois¡¡Charles Matthieu¡¡Berenger
2013-09-11 22:17 ` [Caml-list] " Richard W.M. Jones
2013-09-12 13:49 ` [Caml-list] " Jon Harrop
2013-09-12 13:58 ` Richard W.M. Jones
2013-09-11 9:49 ` David MENTRE
2013-09-11 10:14 ` Kakadu
2013-09-11 15:21 ` David MENTRE
2013-09-12 1:31 ` Francois Berenger
2013-09-11 18:43 ` Adrien Nader
2013-09-11 18:36 ` Adrien Nader
2013-09-11 19:34 ` [Caml-list] " Gour
2013-09-11 19:45 ` Adrien Nader
2013-09-11 22:06 ` [Caml-list] " Jacques Garrigue
2013-09-12 3:25 ` Ivan Gotovchits
2013-09-12 6:41 ` Adrien Nader
2013-09-12 11:49 ` Gerd Stolpmann
2013-09-11 19:17 ` [Caml-list] " Gour
2013-09-11 22:03 ` [Caml-list] " Jacques Garrigue
2013-09-12 8:16 ` Alain Frisch
2013-09-11 12:26 ` Jon Harrop
2013-09-11 18:48 ` Adrien Nader
2013-09-11 13:22 ` Paolo Donadeo
2013-09-11 13:33 ` Kakadu
2013-09-11 14:09 ` Paolo Donadeo
2013-09-11 19:36 ` Jon Harrop
2013-09-11 19:45 ` [Caml-list] " Gour
2013-09-12 12:55 ` [Caml-list] " Jon Harrop
2013-09-11 18:57 ` Adrien Nader
2013-09-11 19:01 ` Rudi Grinberg
2013-09-11 19:15 ` Adrien Nader
2013-09-11 8:10 ` [Caml-list] " Gour
2013-09-11 1:00 ` [Caml-list] " Francois Berenger
2013-09-11 5:07 ` rixed
2013-09-11 8:26 ` [Caml-list] " Gour
2013-09-11 9:23 ` rixed
2013-09-11 12:54 ` Leo White
2013-09-11 12:59 ` Gour
2013-09-11 19:06 ` Adrien Nader
2013-09-11 8:16 ` Gour
2013-09-11 9:00 ` Francois Berenger
2013-09-11 19:19 ` Gour
2013-11-17 20:12 ` [Caml-list] " Gour
2013-09-11 7:38 ` Gabriel Kerneis
2013-09-11 8:20 ` [Caml-list] " Gour
2013-09-11 11:42 ` Gerd Stolpmann
2013-09-18 11:42 ` [Caml-list] " Gour
2013-09-18 12:24 ` Gerd Stolpmann
2013-09-20 4:47 ` Gour
2013-09-19 8:11 ` Alain Frisch
2013-09-19 8:30 ` Daniel Bünzli
2013-09-19 8:47 ` Andreas Rossberg
2013-09-20 4:51 ` Gour
2013-09-20 12:04 ` Gerd Stolpmann [this message]
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=1379678672.18805.13.camel@e130 \
--to=info@gerd-stolpmann.de \
--cc=caml-list@inria.fr \
--cc=gour@atmarama.net \
/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