Open
Description
This would be a good first issue for anyone looking to get started improving and contributing to OCaml.org. In particular, this issue would be great for someone interested in OCaml but with with no or little experience in it.
The tutorials in Home -> Learn -> OCaml Tutorials are meant for people with no or little experience in OCaml. I suggest that someone with no or little experience goes through the first section or part of it to see if everything is easily understandable and coherent:
This is a very valuable issue that doesn't require coding but being proactive. Don't hesitate at any moment to ask here on the issue if there's something you'd like to improve in the tutorial, but don't know how.
Two possible suggestions:
- in
Up and Running
: would the follwowing be better positioned if it came right after the code snippet includingdune init exe helloworld
or is it good where it is?
- in
Basics
: is the following part (starting at "Usinglet
(withoutrec
)...") easily understandable?