Browse thread
ANN: ocamljs 0.1, OCaml to Javascript compiler
-
Jake Donham
- Arnaud Spiwack
- Komtanoo Pinpimai
- David Teller
- Peter.Gregory@c...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Peter.Gregory@c... |
| Subject: | Re: [Caml-list] ANN: ocamljs 0.1, OCaml to Javascript compiler |
Jake Donham wrote: > Hi, > > We are pleased to announce a preliminary version of ocamljs, a back-end to ocamlc that produces Javascript. It needs a lot of work still, but we > are using it for production work at Skydeck. We hope that you will find it useful. More at: > > http://skydeck.com/blog/programming/ocamljs-ocaml-to-javascript-compiler/ > > Jake Donham, for Skydeck > Hi I've been trying to get ocamljs installed and have run into a problem. I've installed Ocaml 3.10, and sym-linked the install directory, but when I try to make ocamljs, ocamlbuild seems to fail. Not even one file builds, and after a long error message, finally reports: Exiting due to hygiene violations. Compilation unsuccessful after building 0 targets (0 cached) in 00:00:10. I'm using Cygwin, if that helps. Thanks, Peter.