-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCaml Quick Reference #11
Comments
Possible source of some content: https://ocaml.org/docs/cheat_sheets.html |
Apparent sources: https://github.com/OCamlPro/ocaml-cheat-sheets |
I see the most utility in the language cheat sheet. With regard to tools, the lack of support for Dune, opam etc due to the date these were made is an issue. Possibly the same problem exists with the stdlib pdf. We could include it in the learning page. |
All of this will quite clearly require updates, yes. |
OPAM could really use this. As I discovered from a discord discussions, many useful commands are missing such as Once OPAM 2.0 takes off, we can transition entirely to those commands. Also, sorry for my comment above -- I skimmed over your proposal and somehow interpreted it to mean we should just link to those pdfs, which was way off. This may even justify a The more I think about this idea, the more I like it. |
May I also suggest that the quick reference section be linked to from the main page. We want it to be as easily accessible as possible. |
Suggested short project: short summary of the language and tools, intended for beginners (or non-beginners) who are having trouble remembering one small thing (say, "what was the syntax of GADTs again" or "what's the difference between all the .c?? file types again?)
This should not present any of the language grammar as the grammar is too intricate to follow in most cases.
If this got good enough, it could become part of the official OCaml docs.
The text was updated successfully, but these errors were encountered: