Skip to content

Commit

Permalink
Update new-to-ocaml.md (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: Feihong Hsu <[email protected]>
  • Loading branch information
davesnx and feihong authored Oct 25, 2024
1 parent d0247a2 commit 1905641
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/new-to-ocaml.md
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.

0 comments on commit 1905641

Please sign in to comment.