<div dir="ltr"><div>Hi,</div><div><br></div><div>   During the FUI project Richelieu that just ended in October 2015, Inria and OCamlPro developed a small Scilab interpreter in OCaml (its main purpose was to test the parser of Scilint, a style-checker for Scilab also developed during the project). A demonstrator of this interpreter is available on the following page:</div><div><br></div><div><a href="http://sciweb.ocamlpro.com/">http://sciweb.ocamlpro.com/</a></div><div><br></div><div>Sciweb can be used to write and execute simple examples of Scilab code directly inside the browser, without the need to install Scilab on the computer. The set of available primitives is of course incomplete, and much slower (all computations are done in Javascript, to which OCaml is compiled). Nevertheless, it can be interesting in specific contextes, in particular education, where computations are usually simpler and shorter, with the need for fewer primitivies. Several plotting functions are available too.</div><div><br></div><div>The OCaml code is open-source and available on Github:</div><div><br></div><div><a href="http://github.com/OCamlPro/scilint/">http://github.com/OCamlPro/scilint/</a></div><div><br></div><div>and it is thus possible to add new primitives quite easily.</div><div><br></div><div>All feedback is welcome !</div><div>--Fabrice, </div><div>Inria et OCamlPro</div><div><br></div><div><br></div></div>