Common Lisp Style Conditions+Restarts in Clojure

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

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

    Coroutine support for clojure

  • Coroutines are a more general concept, and can be used to implement conditions/delimited continuations. There’s an example in their docs.

  • farolero

    Thread-safe Common Lisp style conditions and restarts for Clojure(Script) and Babashka.

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

    Restartable exception handling for Clojure, allowing you to recover from exceptions without unwinding the stack.

  • How fun! I've done something like this before in my wingman library, although I didn't keep as closely to the Common Lisp spec, and I built mine on top of exceptions so it would play nicely with existing error handling. My idea was to make it possible for libraries to throw their exceptions as usual, but give them the capacity to add restarts for people who opted into using Wingman.

  • pure-conditioning

    A simple, fast, purely functional condition / restart system for Clojure.

  • Do you know about https://github.com/pangloss/pure-conditioning ? This seems to be a hot topic nowadays

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

  • BiomeJS 2024 Roadmap

    5 projects | news.ycombinator.com | 22 Jan 2024
  • FluentResults: Simplificando el Manejo de Resultados y Errores en Aplicaciones .NET

    1 project | dev.to | 21 Dec 2023
  • API completa em Golang - Parte 3

    2 projects | dev.to | 16 Dec 2023
  • errors alternatives - tracerr and err2

    3 projects | 6 Dec 2023
  • Looking for a flexible and fast logging library with file rotation support

    2 projects | /r/flutterhelp | 4 Dec 2023