-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Feihong Hsu <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# New to OCaml? | ||
|
||
As a backend for the OCaml compiler, Melange shares many similarities with the | ||
OCaml language. Nevertheless, there are some notable differences between the | ||
two. This documentation aims to clarify these distinctions. For features that | ||
Melange inherits from OCaml, readers will be directed to the main OCaml | ||
documentation. | ||
|
||
If you are completely new to OCaml, it is recommended to familiarize yourself | ||
with the language first. [Learn OCaml](https://ocaml.org/docs) is a good | ||
starting point. but we recommend the following tutorials from the official OCaml | ||
starting point, and we also recommend the following tutorials from the official OCaml | ||
website: | ||
|
||
- [A First Hour With OCaml](https://ocaml.org/docs/first-hour) | ||
- [OCaml Exercises](https://ocaml.org/exercises) | ||
|
||
As a backend for the OCaml compiler, Melange shares many similarities with the | ||
OCaml language. Nevertheless, there are some notable differences between the | ||
two. This documentation aims to clarify these distinctions. For features that | ||
Melange inherits from OCaml, readers will be directed to the main OCaml | ||
documentation. |