Re: Ocaml applications
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAMu2m2LTGDZOnMyM45cPO3CmXcELsH8KhPbadJjP1MYk5BaYBQ@mail.gmail.com> |
On Mon, May 11, 2015 at 1:15 AM, [email protected] [ocaml_beginners] <[email protected]> wrote: > > 1)What are typical use cases Ocaml excels at ? > OCaml is a general purpose programming language. It can be used for anything. I came to know its used mainly in scientific programming. > There certainly are many scientists using OCaml, but I doubt this is the main use. > 2)How is performance of Ocaml compared with C++,Java,Erlang ? I am not > asking benchmark figures but in general. > The performance of OCaml is generally quite good. You shouldn't be concerned about it in general.