1 2 3 4 5 6 7 8 9
|
Document: obrowser-tutorial
Title: O'Browser -- Introduction and tutorial
Author: Benjamin Canou
Abstract: We present a way to run OCaml programs on a standard, unmodified web browser. To achieve this, we designed a bytecode interpreter in JavaScript, as well as an implementation of the standard library. Since the web browser does not provide the same interaction mechanisms as a typical OCaml environment, we provide a modified standard library, enabling interaction with the web page. This page is a presentation of the project, as well as a tutorial on how to write and run your own O'Browser programs.
Section: Programming/OCaml
Format: HTML
Index: /usr/share/doc/obrowser-doc/tutorial/index.html
Files: /usr/share/doc/obrowser-doc/tutorial/*
|