Skip to content

Commit 1ce0c62

Browse files
authored
Merge pull request #1582 from NathanFallet/master
All-in-one alternative for macOS for beginners
2 parents 63e51f8 + fdc1074 commit 1ce0c62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/learn/tutorials/a_first_hour_with_ocaml.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ as described in [Up and Running](up_and_running.html).
1010
Alternatively, you may follow almost all of it by running OCaml in your browser
1111
using [TryOCaml](http://try.ocamlpro.com), with no installation required.
1212

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+
1315
## Running OCaml programs
1416

1517
To try small OCaml expressions, you can use an interactive top level, or REPL

0 commit comments

Comments
 (0)