Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Clojure-style-guide Alternatives
Similar projects and alternatives to clojure-style-guide
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Crafting Interpreters
Repository for the book "Crafting Interpreters"
-
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.
-
30-days-of-elixir
A walk through the Elixir language in 30 exercises.
-
papers-we-love
Papers from the computer science community to read and discuss.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
clj-kondo
Static analyzer and linter for Clojure code that sparks joy
-
bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
-
-
-
You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
-
PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
-
-
-
android_guides
Extensive Open-Source Guides for Android Developers
-
learnxinyminutes-docs
Code documentation written as code! How novel and totally my idea!
-
paip-lisp
Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
clojure-style-guide reviews and mentions
-
What makes Clojure better than X for you?
Basically, you learn the expected places to put whitespace, make sure to edit your code accordingly and all of the parens will be automatically closed and adjusted. Using parinfer—which you can also combine with the more traditional paredit—makes writing Clojure code a lot like writing Python.
-
Poignant perspective I found about Clojure's community in r/ExperiencedDevs
Also, there are guidelines, the styleguide, clj-kondo, kibit etc. And if you don't review your interns/juniors code to teach them good practices - you're doing it wrong (well, this one is true for any practical PL out there).
-
How to learn Clojure idioms?
Another good resource is https://guide.clojure.style/ -- the (unofficial) community style guide for Clojure.
-
4-space indents?
It's not an answer to your question but i can refer you to https://github.com/bbatsov/clojure-style-guide
-
Wrote one of my first clojure programs (tic-tac-toe). Any constructive criticism would be greatly appreciated.
Formatting is not that great, see https://github.com/bbatsov/clojure-style-guide btw
- Want to get into closure, but struck at practice
- [clojure-noob][code-review]I've written my first piece of code in clojure, can you guys review it ?
-
Free 500+ books and learning resources for every programmer.
The Clojure Style Guide
-
JavaScript Developer Lessons: Code Styling Guide
The Clojure Style Guide - A community coding style guide for the Clojure programming language.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 1 Apr 2023
Stats
Popular Comparisons
- clojure-style-guide VS prettier
- clojure-style-guide VS Crafting Interpreters
- clojure-style-guide VS CppCoreGuidelines
- clojure-style-guide VS 30-days-of-elixir
- clojure-style-guide VS Kalman-and-Bayesian-Filters-in-Python
- clojure-style-guide VS papers-we-love
- clojure-style-guide VS book
- clojure-style-guide VS RSpec style guide
- clojure-style-guide VS bitcoinbook
- clojure-style-guide VS joyofelixir