Are these problems something that Just Make Sense once I learn more, or what?

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • babashka

    Native, fast starting Clojure interpreter for scripting

  • Clojure is intended for long uptime programs, for example backends, middleware or REST API where the startup time of the JVM isn’t a issue; If you want a fast startup(maybe because you want to develop a script or a CLI program) you should use a native Clojure interpreter such as Babashka.

  • clj-kondo

    Static analyzer and linter for Clojure code that sparks joy

  • Try clj-kondo, a Clojure linter which will tell you about arity errors and more, before you even evaluate your code.

  • 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.

    InfluxDB logo
  • nbb

    Scripting in Clojure on Node.js using SCI

  • Try babashka or if you are more into JavaScript/Node.js: nbb

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts