clojure-cookbook VS lisp-koans

Compare clojure-cookbook vs lisp-koans and see what are their differences.

clojure-cookbook

This is the home of O'Reilly's Clojure Cookbook - http://clojure-cookbook.com (by clojure-cookbook)

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)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
clojure-cookbook lisp-koans
2 8
2,570 3,067
0.2% 0.1%
0.0 0.0
4 months ago about 1 year ago
Clojure 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.

clojure-cookbook

Posts with mentions or reviews of clojure-cookbook. 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.
    93 projects | dev.to | 23 Jul 2021
    Clojure Cookbook
  • Memory-map files instead of slurping
    5 projects | /r/Clojure | 24 May 2021
    Since it's encoded as edn, you could use clojure.edn/read with a file stream and read from the file as in https://github.com/clojure-cookbook/clojure-cookbook/blob/master/04_local-io/4-14_read-write-clojure-data-structures.asciidoc . The edn-seq function defined at https://stackoverflow.com/questions/15234880/how-to-use-clojure-edn-read-to-get-a-sequence-of-objects-in-a-file is also viable if you are lazily reading and processing using sequences.

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.

What are some alternatives?

When comparing clojure-cookbook and lisp-koans you can also consider the following projects:

clj-mmap - A Clojure library designed to allow you to easily mmap files via Java's NIO, and to handle files larger than 2GB.

react-bits - ✨ React patterns, techniques, tips and tricks ✨

How-to-Make-a-Computer-Operating-System - How to Make a Computer Operating System in C++

guide.elm-lang.org - My book introducing you to Elm!

durable-atom - A file-backed, durable atom for Clojure

JavaScript-es6-and-beyond-ebook - A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2020. Read more on my blog https://inspiredwebdev.com or buy it here https://leanpub.com/completeguidetomodernjavascript2020. Get the course here https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB [Moved to: https://github.com/AlbertoMontalesi/The-complete-guide-to-modern-JavaScript]

paip-lisp - Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

devdocs - API Documentation Browser

PythonDataScienceHandbook - Python Data Science Handbook: full text in Jupyter Notebooks

elasticsearch-definitive-guide - The Definitive Guide to Elasticsearch

git-from-the-bottom-up - An introduction to the architecture and design of the Git content manager

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.