blob: 5a99936bfd54c54b9d08382feb6b624a2ee63f19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
#include "head.include"
<title>OCaml - Features</title>
</head>
<body id="Screen">
#include "body.header.include"
#include "body.leftmenu.include"
<h1>Features</h1>
<p>
OCaml is a general purpose industrial-strength programming language
with an emphasis on expressiveness and safety. Developed for more than
20 years at INRIA by a group of leading researchers, it benefits from
an advanced type system and supports functional, imperative and
object-oriented styles of programming which ease the development of
flexible and reliable software. Used in environments where a single
mistake can cost millions and speed matters, it is supported by an
active community that developed a rich set of libraries and will help
you to make the most of OCaml possibilities...
</p>
<p>Coming soon... For now, read <a href="http://caml.inria.fr/about/overview.en.html">here</a>.</p>
#include "body.trailer.include"
</body>
</html>
|