wiwinwlh
course-plan
wiwinwlh | course-plan | |
---|---|---|
6 | 19 | |
2,587 | 1,392 | |
0.0% | 4.9% | |
0.0 | 2.2 | |
about 3 years ago | almost 2 years ago | |
Haskell | Haskell | |
GNU General Public License v3.0 or later | Mozilla Public License 2.0 |
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.
wiwinwlh
- Ask HN: What resources do you recommend for learning Haskell?
-
Počeo da učim Haskell
wiwibwlh
-
Update on The Haskell Guide
In this respect, The Haskell Guide is not a tutorial, project-based guide or textbook, which aims to give a more complete walk through the language, in a linear fashion, but more like a reference guide that is carefully designed to be accessible and clear. In that respect, it's like a beginner level version of What I Wish I Knew When I Learned Haskell, with more cross-referencing. (By the way, I don't think this is a substitute for more in-depth or didactically rich resources at all; it's trying to address a different problem.)
-
Wren is a small, fast, class-based concurrent scripting language
Many libraries try to stick to Haskell 98. Also whenever someone writes a paper about some new techniques, they always seem to take a lot of pleasure in pointing out when their technique works in Haskell 98.
I like that you can mix and match GHC extensions even in the same project. So one library (or even just one module) might use some crazy and messy extensions, but you can still use it from vanilla Haskell.
http://dev.stephendiehl.com/hask/#language-extensions has a list of extensions and some judgement on them.
For example, I really like TupleSections. They are not strictly necessary for anything, they are purely cosmetic / syntactic sugar. But they also don't cause any mess. https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/tupl...
Also: TypedHoles are really neat for developing, and will never show up in your final code. https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/type...
-
How was your study routine to become good at haskell?
Maybe try to implement something using Haskell? For example, try to read through: https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours to see how the concepts are used in a "real world" setting. Also, https://github.com/sdiehl/wiwinwlh is an underrated resource imo. Anyways, the best way to learn Haskell is to just use it. I'm still learning myself, so I don't have much to say beyond that.
course-plan
- How to learn Haskell?
- Learning haskell
- Starting out.
- Resource to quickly relearn basics of Haskell?
-
Počeo da učim Haskell
haskell-begginers-2022
-
The Icculus Microgrant is giving out 250 dollar grants to open source projects, please brag about your project(s) in this thread so I can see them!
GitHub: haskell-beginners-2022/course-plan
- Learning content on Functional Programming in Haskell.
-
I want to start learning haskell what resources would you recommend
The "How to learn Haskell proper" section mentions my Haskell Beginners 2022 Course, and I just came here to say that I still maintain this course and help Haskell newcomers every week, so don't hesitate to try it out!
-
What is the best resource to learn Haskell in 2023?
If you're open to video learning resources, I can recommend my Haskell Beginners 2022 course.
-
[Hacktoberfest] Beginner-friendly Haskell contributions
Haskell Beginners 2022 — a Haskell course for complete beginners. It doesn't require any prior FP knowledge at all! And it's format is perfectly suitable for Hacktoberfest. Read more information in how to participate instructions.
What are some alternatives?
haskell-docs
learnyouahaskell.github.io - A community version of the renowned "Learn You a Haskell" (LYAH) tutorials collection!
sense-lang - Sense is a very high level, functional programming language for creating software by writing only the absolute necessary information and not a single line above that.
datafaker - Generating fake data for the JVM (Java, Kotlin, Groovy) has never been easier!
fp-notes - Notes on Functional Programming and related topics
tool-sync - 🧰 Download pre-built binaries of all your favourite tools with a single command