learn-you-a-haskell
book
learn-you-a-haskell | book | |
---|---|---|
80 | 22 | |
304 | 1,206 | |
0.7% | 0.7% | |
0.0 | 2.7 | |
over 2 years ago | 8 months ago | |
Makefile | OCaml | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
learn-you-a-haskell
-
[PT-BR] Functional vs OOP: Uma análise profunda dos paradigmas de programação
Learn You a Haskell
- Learn New Skills
- Ask HN: What resources do you recommend for learning Haskell?
-
Revisiting Haskell after 10 years
The LYAH is by far my favorite book for beginners, however, it lacks exercises for you to practice, but you can still move along typing and playing with the examples shown, and it’s free to read online. It’s outdated but most of the code may still be valid with little to no changes.
- [2023 Day 09] How today felt
-
Should I Haskell or OCaml?
Learn You a Haskell For Great Good! is also a really good resource:
https://learnyouahaskell.com/
-
How late is too late to change tech stacks?
If you've never done functional, Learn You Some Erlang For Great Good was a very fun read, and I'll always love Learn You a Haskell for Great Good for showing me everything imperative languages kinda gloss over magically, as well as why I should never take a job working in Haskell!
-
So Hows the Hackathon Going?
you start that way, but don't do http://learnyouahaskell.com really?
-
I want to learn fn programming
Learn You a Haskell for Great Good!
- help i just discovered haskell 38 hours ago and i think i love it
book
-
Ask HN: What less-popular systems programming language are you using?
I've read some part of the book Real World OCaml, by Yaron Minsky and Anil Madhavapeddy.
https://dev.realworldocaml.org/
I also saw this book OCaml from the Very Beginning by John Whitington.
https://ocaml-book.com/
I have not read that one yet. But I know about the author, from having come across his PDF tools written in OCaml, called OCamlPDF, earlier.
-
My first experience with OCaml
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
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
> 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
Some of your questions might be answered in this book (free online version): https://dev.realworldocaml.org/
- Compiler Development: Rust or OCaml?
-
Nix-Powered Development with OCaml
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
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.
Real World OCaml (version 2 is finally out) is also pretty good.
-
OCAML HELP!
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.
What are some alternatives?
learn4haskell - 👩🏫 👨🏫 Learn Haskell basics in 4 pull requests
swift-async-algorithms - Async Algorithms for Swift
learn-you-a-haskell-notebook - Jupyter adaptation of Learn You a Haskell for Great Good!
websocket - Websockets for Elm
onelinerizer - Shamelessly convert any Python 2 script into a terrible single line of code