You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/learn/tutorials/a_first_hour_with_ocaml.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ as described in [Up and Running](up_and_running.html).
10
10
Alternatively, you may follow almost all of it by running OCaml in your browser
11
11
using [TryOCaml](http://try.ocamlpro.com), with no installation required.
12
12
13
+
On macOS/iOS/iPadOS, you can download this [all-in-one package on the App Store](https://apps.apple.com/app/ocaml-learn-code/id1547506826). It contains an editor side-by-side with an interactive top level, and is free and [open source](https://github.com/GroupeMINASTE/OCaml-iOS).
14
+
13
15
## Running OCaml programs
14
16
15
17
To try small OCaml expressions, you can use an interactive top level, or REPL
0 commit comments