"The basic idea behind open source is very simple. When programmers on
the Internet can read, redistribute, and modify the source for a piece
of software, it evolves. People improve it, people adapt it, people
fix bugs. And this can happen at a speed that, if one is used to the
slow pace of conventional software development, seems astonishing...
...The Open Source pages exist to make this case to the commercial world." - Introduction to Open Source - www.opensource.org
* OCaml Toplevel on Android
Experimental build of OCaml toplevel (interactive mode or interpreter) on Android. OCaml (Objective Caml) is a variant of Caml, which is a general-purpose programming language, designed with program safety and reliability in mind (quoted from OCaml homepage). See `about' dialog for license. Source code (and patch for cross-compiler on ARM-eabi) is fully available at https://bitbucket.org/keigoi/ocaml-toplevel-android/