What is most in need in Clojure open-source ecosystem?

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

    A Clojure dialect hosted on LLVM with native C++ interop

  • Jank looks pretty legit: https://jank-lang.org/

  • clojure-data-cookbook

    A book about how to do common data manipulation, analysis, and visualization tasks in Clojure

  • The outline draft offers some relevant topics: https://github.com/scicloj/clojure-data-cookbook/blob/outline/outline-draft.md

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

    An optional type system for Clojure

  • you mean with typedclojure?

  • coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

  • The vim/neovim plugin coc.nvim is a adaption of the VS Code plugin system to vim, allowing for somewhat easy porting of VS Code plugins to vim. From what I surmise, it was originally a way to use tsserver, the integrated typescript tool built by Microsoft for VS Code (predating the language server protocol), and has greatly expanded to be a fully-general platform for LSP handling that works in both vim and neovim.

  • coc-clojure

    coc.nvim plugin for clojure-lsp

  • I maintain the clojure extension for it (coc-clojure) and prefer coc's ecosystem to the neovim native LSP ecosystem, but like I said above, they've been making changes that I think lead to worse performance and usability recently, which is disappointing. I'd really prefer to not move off of it.

  • schema-inference

    Schema Inference of Malli Schemas

  • Have you seen this? Hindley-Milner type inference from Malli schemas. It's very cool and I hope someone can flesh it out cuz typed clojure is nice but it's not this nice.

  • webfx

    A JavaFX application transpiler. Write your Web Application in JavaFX and WebFX will transpile it in pure JS.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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