timbre VS test-runner

Compare timbre vs test-runner and see what are their differences.

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
timbre test-runner
5 3
1,434 276
0.2% 1.1%
7.6 0.0
12 days ago about 2 months ago
Clojure Clojure
Eclipse Public License 1.0 Eclipse Public 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.

timbre

Posts with mentions or reviews of timbre. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-20.
  • Tracing: Structured Logging, but better in every way
    9 projects | news.ycombinator.com | 20 Sep 2023
    There are logging libraries that include syntactically scoped timers, such as mulog (https://github.com/BrunoBonacci/mulog). While a great library, we preferred timbre (https://github.com/taoensso/timbre) and rolled our own logging timer macro that interoperates with it. More convenient to have such niceties in a Lisp of course.
  • A History of Clojure (2020) [pdf]
    22 projects | news.ycombinator.com | 10 Aug 2023
    Mentioning μ/log and no mention of timbre (https://github.com/taoensso/timbre), that is an odd omission. Malli is a great mention, but there ought to be a mention of clojure.spec (https://github.com/clojure/spec.alpha) which has much more mindshare.
  • Rich Hickey – open-source is Not About You
    7 projects | news.ycombinator.com | 2 Jul 2022
    If you're not familiar with lisps in general, it might be hard to grok the differences between lisp-macros (as used in Clojure) and "normal" macros you see in other languages.

    But, if you are familiar already, and just wanna see examples of neat macros that makes the API nicer than what a function could provide, here are a few:

    - https://github.com/clojure/core.async/blob/master/examples/w...

    - https://github.com/weavejester/compojure

    - https://github.com/ptaoussanis/timbre

    - https://github.com/krisajenkins/yesql

  • Build and run Clojure projects. CLI, tools.deps and deps.edn guide
    4 projects | dev.to | 2 Apr 2022
    When clj is invoked, two libraries will be available in our code: timbre logging library which artifacts taken from Maven, and test-runner, taken from GitHub.
  • Tour of our 250k line Clojure codebase
    4 projects | news.ycombinator.com | 3 Jun 2021
    No, I don't think they were hyped at any point.

    They are used in certain libraries like https://github.com/ptaoussanis/timbre but for things that are simply not possible without macros, for example (timbre/spy (+ 1 1)) will actually print both the expression and the result:

    DEBUG [ss.experimental.scratch:1] - (+ 1 1) => 2

    Perhaps if the macros are "simple" they can be unpacked relatively easily. I do understand how mentally challenging that can be for somebody who's just starting with Clojure. I've been using Clojure for ~8 years and only just recently became more comfortable with macros after I made a conscious effort in that direction. I'm still far from an "expert" in them.

test-runner

Posts with mentions or reviews of test-runner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.
  • Clojure is a product design tool
    8 projects | news.ycombinator.com | 22 Jun 2023
    > I had to Grok Integrant again because I wouldn't understand my project otherwise.

    You can use plain functions and `reduce` for system composition if you want. Take a look at how Biff does it: https://biffweb.com/p/thinking-about-system-composition/

    DI should be used sparingly for the top-level, stateful pieces of your system. If you can't understand your program without it, is this a problem with Clojure itself or the design of the program?

    > And when it comes to best practices around unit testing, it's another one of those things where no one in the community seems to be sharing much about it.

    The `clojure.test` API has stayed the same for the last decade and that's what you'll see in most projects. Is the concern about how to run tests? Both of the following libraries work well:

    Minimal test runner: https://github.com/cognitect-labs/test-runner

  • Build and run Clojure projects. CLI, tools.deps and deps.edn guide
    4 projects | dev.to | 2 Apr 2022
    :aliases {:test {:extra-paths ["test"] :extra-deps {io.github.cognitect-labs/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git" :git/sha "8c3f22363d63715de4087b038d79ae0de36a3263"}} :main-opts ["-m" "cognitect.test-runner"] :exec-fn cognitect.test-runner.api/test}}
  • How can I test my clojure code without re-jacking in every time?
    3 projects | /r/Clojure | 28 Dec 2021
    Cognitect's test-runner is probably the most commonly used approach with deps.edn and the CLI: https://github.com/cognitect-labs/test-runner

What are some alternatives?

When comparing timbre and test-runner you can also consider the following projects:

mulog - μ/log is a micro-logging library that logs events and data, not words!

kaocha - Full featured next gen Clojure test runner

integrant - Micro-framework for data-driven architecture

rlwrap - A readline wrapper

clj-new - Generate new projects based on clj, Boot, or Leiningen Templates!

pomegranate - A sane Clojure API for Maven Artifact Resolver + dynamic runtime modification of the classpath

rain - 🌧️ A Clojure/Script library for fast and flexible web apps.

clip - Light structure and support for dependency injection

mount - managing Clojure and ClojureScript app state since (reset)

imba - 🐤 The friendly full-stack language