rust-koans
Koans for the Rust programming language (by crazymykl)
go-koans
koans for go (by cdarwin)
rust-koans | go-koans | |
---|---|---|
3 | 4 | |
640 | 2,052 | |
0.6% | 0.3% | |
0.0 | 0.0 | |
almost 4 years ago | almost 3 years ago | |
Rust | Go | |
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.
rust-koans
Posts with mentions or reviews of rust-koans.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-25.
-
Dicas para aprender uma linguagem
Rust
-
Ask HN: Programming on Plane Trips
* https://github.com/crazymykl/rust-koans
- Rust Koans
go-koans
Posts with mentions or reviews of go-koans.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-25.
-
stumped on Koans activity
Hi all, I'm working on the about_arrays.go exercise for Koans (https://github.com/cdarwin/go-koans/blob/master/about_arrays.go), and I'm at wits end trying to solve a task regarding printing the type of a slice. Surprisingly, I've been unable to find a solution set for the specific iteration of Koans. Any help is appreciated. Cheers.
-
Dicas para aprender uma linguagem
Go
-
Ask HN: Programming on Plane Trips
as a 2m / 6'5" person... you are so lucky
I wish I could zip through a set of programming koans on a flight like https://github.com/cdarwin/go-koans without elbowing my seat neighbors to a pulp
if I could even get the table tray down. more often than not i eat with the food on my knees :(
-
Go assignments, tasks or projects for learning
When I was learning Ruby a few years ago I found Ruby Koans a useful project in learning the language. The concept is it uses TDD to present you with a problem. You fix one failing test at a time and as you fix them the next failing test gets progressively more complex. Go has a similar project called Go Koans. It hasn’t seen an update in 2 years though it could still prove useful in learning Go concepts. It doesn’t meet your criteria for showing a solution afterward, but might still be a good option.
What are some alternatives?
When comparing rust-koans and go-koans you can also consider the following projects:
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
ruby_koans - Learn Ruby with the Edgecase Ruby Koans
ziglings - Learn the Zig programming language by fixing tiny broken programs.
c_koans - C Koans
javascript-koans - Koans to learn Javascript