haskell
Exercism exercises in Haskell. (by exercism)
haskell-links
Exploratory project to gather Haskell links (by simonmichael)
haskell | haskell-links | |
---|---|---|
9 | 7 | |
500 | 10 | |
1.0% | - | |
7.8 | 4.6 | |
3 months ago | over 1 year ago | |
Haskell | PHP | |
MIT License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
haskell
Posts with mentions or reviews of haskell.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-07.
- como saber o que é melhor de se fazer com cada linguagem de programação?
-
Custom set implementation
I am working the Exercism Haskell Track and one of the questions asks for a custom set implementation. I studied some community solutions to see what other folks are doing, and came across something that I don't quite understand.
- Pedagogical Downsides of Haskell
-
Update book library: Slowing down development
Starting today, I'll resume solving exercises in Exercism, focusing on my Python and Haskell tracks.
-
Anything like 4clojure for Haskell?
I did see https://exercism.org/tracks/haskell , as well, but I'm not sure if that's what I'm looking for and I won't know until I make an account. I'd rather not make an account unless it actually provides what I'm looking for.
- Best way to learn Haskell
-
Which solution is better, and why?
"Best" solution here: https://github.com/exercism/haskell/blob/main/exercises/practice/acronym/.meta/examples/success-text/src/Acronym.hs
-
Anyone here programmed in Haskell after taking 61a? If so what was your experience like, do you think what you learned in 61a made Haskell easier or more enjoyable for you?
Haskell is a really interesting language, and if you're comfortable with Scheme from 61a then many of the concepts carry over. However, Haskell has a pretty steep learning curve (in comparison to Clojure which is much closer to Scheme). I've been using https://exercism.org/tracks/haskell and been finding it fun so far.
-
Efficient probability testing
To explore this space I created an Exercism exercise called dnd-character.
haskell-links
Posts with mentions or reviews of haskell-links.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-21.
- Ask HN: What resources do you recommend for learning Haskell?
-
Announcing "Practical Haskell Bits" initiative
I've made sure both of these are added to https://haskell-links.org .
-
Best way to learn Haskell
Since this kind of question is pretty common, there's a website with a collection of many available resources: https://haskell-links.org/
-
Materials for motivating learning to program in Haskell?
https://haskell-links.org is a fast way to find a bunch of resources.
-
How do I start learning Haskell?
Aside from the obvious official website, https://haskell-links.org is a good place to find many learning resources.
-
Text-Mode Games as First Haskell Projects
A great post for beginners, I feel like posts like this shouldn't get lost in the archives, but should be easier to reach. Perhaps we should add a link to it somewhere, like haskell-links.org.
-
ANN: haskell-links.org - searchable links db
The project readme is a good read: https://github.com/simonmichael/haskell-links
What are some alternatives?
When comparing haskell and haskell-links you can also consider the following projects:
ruby - Exercism exercises in Ruby.
fp-course - Functional Programming Course
elixir - Exercism exercises in Elixir.
haskell-exercises - A little course to learn about some of the more obscure GHC extensions.
java - Exercism exercises in Java.
practical-haskell - A collection of Practical Haskell bits.
bash - Exercism exercises in Bash.
haskell-amuse-bouche - A short technical talk about some fun things in Haskell
book - Library to develop books-related software
FP-Course-ITMO - Slides and other materials for functional programming lectures ITMO university
python - Exercism exercises in Python.
jest - Delightful JavaScript Testing.