Re: Ocaml applications
"Ashish Agarwal [email protected] [ocaml_beginners]" <[email protected]> Fri, 15 Apr 2016 09:54:31 -0400
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAMu2m2LnoqppnHmUp0uNavJ0Nt2MxQgj1xV1ctvE=sxBF5m+fw@mail.gmail.com> |
On Fri, Apr 15, 2016 at 1:33 AM, [email protected] [ocaml_beginners] < [email protected]> wrote: > > Does Ocaml have java type API doc etc? Like C++ has STL, where can i find > Ocaml standard library and its documentation ? > The standard library that is distributed with the compiler is documented in the manual [1]. It is however mis-organized in my opinion. You'll see a link to the "core library", which is really also part of the "standard library" for which there's a separate link. Further, the "core library" takes you to a page that isn't all that useful, except at the bottom where you eventually find a link to the "Pervasives" module. The Pervasives module is what is open by default, and thus the thing you'd want to find first. The above library is deliberately kept very minimal. There are two more comprehensive libraries that are commonly used by the community: Batteries [2] and Core [3]. [1] http://caml.inria.fr/pub/docs/manual-ocaml/ [2] http://ocaml-batteries-team.github.io/batteries-included/hdoc2/ [3] https://ocaml.janestreet.com/ocaml-core/latest/doc/ On Friday, April 15, 2016 12:51 AM, "'Mr. Herr' [email protected] > [ocaml_beginners]" <[email protected]> wrote: > > > > On 14.04.2016 16:07, Hendrik Boom [email protected] > [ocaml_beginners] wrote: > > > On Thu, Apr 14, 2016 at 09:32:15AM +0200, 'Mr. Herr' [email protected] > [ocaml_beginners] wrote: > > > > Other platforms: on MS Windows there is F#, which is a .NET offspring of > OCaml. > > You shouldn't have to resort to F# on Windows. Isn't OCaml available > on Windows, too? > > It was meant as an offer. F# has taken some unique turns, for example > an optional syntax with significant white space, and the embedding into > .NET can be appealing. It has caused some hype amongst windows > programmers. > > Whilst waiting for the heresy trial (making it worse ;-) i can tell you - > if you don't know already - that the mono project at mono-project.com > is now sponsored by MS and seems to be usable. > > Yes there is OCaml on windows, link > http://caml.inria.fr/pub/distrib/ocaml-4.00/notes/README.win32 > > /Str. > > > >