Idea for OCaml browser extension
This week, a variety of things clicked in to place for an idea.
I was thinking about how to do some cool web development in OCaml, supporting fast computation and manipulation in the browser. There exist a few projects, such as ocamljs and OBrowser, for running OCaml in the browser; ocamljs compiles it to JavaScript, and OBrowser interprets OCaml byte code in JavaScript.