SciWeb is a simple online interpreter for the Scilab language developed by OCamlPro.
It was developed as part of the Richelieu FUI R&D project, as an online demonstrator for OCaml parsers and interpreters for Scilab.
SciWeb operations are executed in your browser only, there are no interactions with any server,
so the available operations are much more limited and slower than the standard Scilab interpreter.
All functions are implemented in OCaml, translated to Javascript.
The following standard functions are available: argn, clear, disp, error, execstr, eye, global, inttype,
list, mlist, null, poly, quit, size, string, tlist, type, typeof, zeros
The following math functions are available: abs, binomial, binomial_coefficient, ceil, cos, cumsum, double, exp, factorial, floor, int, log,
mean, mean_vector, median_vector, ones, quartiles, rand_float, rand_int, sin, sqrt, sum, tan, tirage_entier, tirage_real, variance.
The following plotting functions are available: bar, clf, grid, plot, xtitle
Contact information:
OCamlPro SAS, Gif-sur-Yvette, France
Mail: <contact@ocamlpro.com>
Web: http://www.ocamlpro.com/
SciWeb code is open-source and available: http://github.com/OCamlPro/scilint/
Basic help:
- Use the arrow buttons to create boxes above or below a box.
- Click out of box that you just modified or hit tab to update the results.
- Use the cross button to remove a box.