elixir
Exercism exercises in Elixir. (by exercism)
haskell
Exercism exercises in Haskell. (by exercism)
elixir | haskell | |
---|---|---|
1 | 10 | |
648 | 521 | |
0.6% | 0.2% | |
8.0 | 7.8 | |
9 days ago | 10 months ago | |
Elixir | Haskell | |
MIT License | MIT License |
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.
elixir
Posts with mentions or reviews of elixir.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Elixir: A Guide for Beginners
Exercism has a wonderful example in the robot simulator exercise. In it, you create a struct that holds the position and direction of a robot and provide various functions for moving and turning the robot.
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 2025-06-05.
-
APL Interpreter – An implementation of APL, written in Haskell
The easiest and fastest way to get everything installed is ghcup https://www.haskell.org/ghcup/
As for being successful, there are several nice books, and several active forums. I've gotten good answers on the Libera IRC network #haskell channel, and on the Haskell matrix channel #haskell:matrix.org
If you want to get started without installing anything, there's the exercism track: https://exercism.org/tracks/haskell
I've heard good things about Brent Yorgey's Haskell course ( https://www.cis.upenn.edu/~cis1940/spring13/lectures.html ) but haven't tried it myself.
- 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.
What are some alternatives?
When comparing elixir and haskell you can also consider the following projects:
go - Exercism exercises in Go.
ruby - Exercism exercises in Ruby.
snobol4 - Exercism exercises in SNOBOL4.
python - Exercism exercises in Python.
gnu-apl - Exercism exercises in GNU APL.
java - Exercism exercises in Java.