OCaml Toplevel for Android allows you to use a standard Objective Caml toplevel (interactive mode) on your Android device.
This is a fork of Keigo IMAI's "OCaml Toplevel on Android". I heartily thank him for his help and support on this project.
About Caml: "Caml is a general-purpose programming language, designed with program safety and reliability in mind. It is very expressive, yet easy to learn and use. Caml supports functional, imperative, and object-oriented programming styles. It has been developed and distributed by INRIA, a French research institute in computer science and applied mathematics, since 1985." (Caml homepage)