Open
Description
This is derived from @MikeShah YouTube Video Episode 8 - First Impression - ocaml
- Make it obvious place to start is
utop
command: applies to install instructions (http://ocaml.org/install and Installing OCaml) and A Tour of OCaml. - Add the nice
10 :: u
example (at around 17:00) - Bring up explanation on single equality symbol double meaning earlier in the text
- Show
#help;;
- Add a link to generated assembly. Some enjoy that from the beginning.
- Use
cat "cat" "dog"
instead ofcat "ha" "ha"
, nicer and no repetition
Metadata
Metadata
Assignees
Type
Projects
Status
📋 Backlog