elixir-getting-started
PDF, MOBI, EPUB documents for Elixir's Getting Started tutorial. (by potatogopher)
lisp-koans
Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively through many Common Lisp language features. (by google)
elixir-getting-started | lisp-koans | |
---|---|---|
1 | 9 | |
100 | 3,172 | |
0.0% | 0.0% | |
0.0 | 0.0 | |
about 9 years ago | over 2 years ago | |
Common Lisp | ||
- | Apache License 2.0 |
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-getting-started
Posts with mentions or reviews of elixir-getting-started.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-23.
-
Free 500+ books and learning resources for every programmer.
Getting Started Guide (HTML) (PDF, MOBI, EPUB)
lisp-koans
Posts with mentions or reviews of lisp-koans.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-23.
- Common Lisp Koans (2022)
-
critique my code please?
the koan is here https://github.com/google/lisp-koans/blob/master/koans-solved/scoring-project.lisp (a bit big to also paste here)
- Lisp Koans
-
Hard time moving C-like algorithms to Lisp
Lisp Koans should be safe to endorse, but I honestly haven't run it and it looks like it might need updating.
-
Why these equal hash tables return nil when compared with 'equal'?
I recently found lisp-koans which in my opinion is the best way to learn all the small details of common lisp when used along with hyper-spec. But now I'm stuck at one question
- Are there canonical practice projects for people learning a new language?
-
Free 500+ books and learning resources for every programmer.
Lisp Koans
-
Console 34 includes lisp koans open-sourced by Google that I thought /r/lisp might be interested in :)
Direct link to Github repo, having not a damn thing to do with console.substack.com.
-
Git Koans
https://github.com/google/lisp-koans
What are some alternatives?
When comparing elixir-getting-started and lisp-koans you can also consider the following projects:
guide.elm-lang.org - My book introducing you to Elm!
git-from-the-bottom-up - An introduction to the architecture and design of the Git content manager
Scala school - Lessons in the Fundamentals of Scala
Kalman-and-Bayesian-Filters-in-Python - Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
Crafting Interpreters - Repository for the book "Crafting Interpreters"
baremetal-arm - An ebook about bare-metal programming for ARM