From ed3d7ad123de1d740087a5f39adc266d53be8ce5 Mon Sep 17 00:00:00 2001
From: "Stanislav (Stanley) Modrak"
<44023416+smith558@users.noreply.github.com>
Date: Fri, 30 Jun 2023 13:00:21 +0100
Subject: Add further resources
---
ocaml.html.markdown | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'ocaml.html.markdown')
diff --git a/ocaml.html.markdown b/ocaml.html.markdown
index 70668611..aa965594 100644
--- a/ocaml.html.markdown
+++ b/ocaml.html.markdown
@@ -3,6 +3,7 @@ language: OCaml
filename: learnocaml.ml
contributors:
- ["Daniil Baturin", "http://baturin.org/"]
+ - ["Stanislav Modrak", "https://stanislav.gq/"]
---
OCaml is a strictly evaluated functional language with some imperative
@@ -374,4 +375,8 @@ sum_int_list t ;;
## Further reading
* Visit the official website to get the compiler and read the docs:
+* Quick tutorial on OCaml:
+* Complete online OCaml v5 playground:
+* An up-to-date (2022) book (with free online version) "Real World OCaml":
+* Online interactive textbook "OCaml Programming: Correct + Efficient + Beautiful" from Cornell University:
* Try interactive tutorials and a web-based interpreter by OCaml Pro:
--
cgit v1.2.3