book

V2 of Real World OCaml (by realworldocaml)

Book Alternatives

Similar projects and alternatives to book

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better book alternative or higher similarity.

book discussion

Log in or Post with

book reviews and mentions

Posts with mentions or reviews of book. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-19.
  • My first experience with OCaml
    7 projects | dev.to | 19 Sep 2024
    I started with the official documentation, which was enough to get an overview of the language and its type model, install the development tools and compile a small "hello world" application. However as I dove deeper I discovered other resources as well, such as Real World OCaml, OCamlverse, OCaml Operators where I could find the information I couldn't find on the official page.
  • JPMorgan's Python training for business analysts and traders
    2 projects | news.ycombinator.com | 29 Aug 2024
    Hard to find newer things in Python. Perhaps:

    https://github.com/JuliaQuant

    Used at Jane Street:

    https://dev.realworldocaml.org/

  • Internet Archive forced to remove 500k books after publishers' court win
    1 project | news.ycombinator.com | 21 Jun 2024
    > This is book communism and fails for the same reasons as regular communism. It is in nobody’s interest to do any hard work. If you don’t reward great effort, virtually nobody provides it.

    Counterpoint that is decidedly not motivated by communism:

    https://dev.realworldocaml.org/

    There are many books like it, comprehensive, written with great effort, and free for anyone to read.

  • OCaml: a Rust developer's first impressions
    4 projects | news.ycombinator.com | 12 Nov 2023
    Some of your questions might be answered in this book (free online version): https://dev.realworldocaml.org/
  • Compiler Development: Rust or OCaml?
    5 projects | news.ycombinator.com | 7 Aug 2023
  • Nix-Powered Development with OCaml
    12 projects | news.ycombinator.com | 6 Mar 2023
    I don't think they're wrong

    the Jane Street side are quite prolific with blog posts etc

    as a newcomer to OCaml one of the first, and nicer-looking, intro resources you'll likely encounter is the Real World OCaml book https://dev.realworldocaml.org/ which unfortunately does everything using Base instead of the stdlib

    Personally that didn't sit right to me and I prefer to use the stdlib by default (which seems fine and not in need of a wholesale replacement)

  • Comparing Objective Caml and Standard ML
    5 projects | news.ycombinator.com | 15 Feb 2023
    This is an oldie but a goodie.

    OCaml has, unlike Standard ML, grown quite a lot since this page was made.

    In particular, the section "Standard libraries", I'd recommend looking at:

    https://dev.realworldocaml.org/

    A couple of places where the comparison is outdated:

    - OCaml using Base [1] allows for result-type oriented programming

    - OCaml using Base uses less language magic and more module system

    While there was and is truth to the distinction that SML is for scientists and OCaml is for engineers, this dichotomy is getting dated: OCaml is under active development, which means that scientists who want better tooling will choose OCaml. For example, 1ML [2] by Andreas Rossberg was built in OCaml.

    [1]: https://opensource.janestreet.com/base/

  • Resource recommendations for a beginner.
    1 project | /r/ocaml | 25 Jan 2023
    Real World OCaml (version 2 is finally out) is also pretty good.
  • OCAML HELP!
    1 project | /r/ocaml | 27 Oct 2022
    Real World OCaml is also a good resource, geared more towards people who already have some programming experience and want a more industry/practical focused learning experience.
  • Teach Yourself Programming in Ten Years
    1 project | news.ycombinator.com | 22 Oct 2022
    ocaml.org’s new website is packed with lots of great early intros.

    most learners eventually gravitate towards Real World OCaml https://dev.realworldocaml.org/ for additional learning.

    Unfortunately, the learning resources for different domains out there isn’t as highly curated or prolific as, say, rust. If you do web dev like me, it takes a bit more work to find the tools and put them together. But the language itself lends itself well to systems level programming.

    Fortunately, the forum is a great help.

  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic book repo stats
21
1,190
2.7
5 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that OCaml is
the 41st most popular programming language
based on number of metions?