Clojure

Top 23 Clojure Open-Source Projects

  • Metabase

    The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:

  • Project mention: HackTheBox - Writeup Analytics | dev.to | 2024-03-30

    Remote Code Execution via H2

  • logseq

    A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

  • Project mention: Open-Source Obsidian Alternative | news.ycombinator.com | 2024-05-02
  • 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
  • penpot

    Penpot: The open-source design tool for design and code collaboration

  • Project mention: Release Radar · April 2024 Edition: Major updates from the open source community | dev.to | 2024-05-03

    Imagine designers and coders working seamlessly together. That's what Penpot aims to do. It's a tool where designers can create stunning designs, interactive prototypes, and design systems at scale. Developers then have ready-to-use code, which makes their workflows faster and more efficient. Penpot's latest version receives a new grid CSS layout, new UI, new components system, and more components. Oh and there's now light AND dark mode 🎉.

  • Deeplearning4j

    Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learning using automatic differentiation.

  • Project mention: Deeplearning4j Suite Overview | news.ycombinator.com | 2024-03-29
  • mal

    mal - Make a Lisp

  • Project mention: Ask HN: Is Lisp Simple? | news.ycombinator.com | 2023-08-21

    >Would be interesting to see how the interpreter works actually...

    It's quite easy to see, there are interpeters for Lisp in like 20 lines or so.

    Here's a good one:

    https://norvig.com/lispy.html

    (It has the full code in a link towards the bottom)

    There's also this:

    https://github.com/kanaka/mal

  • awesomo

    Cool open source projects. Choose your project and get involved in Open Source development now.

  • datascript

    Immutable database and Datalog query engine for Clojure, ClojureScript and JS

  • Project mention: Datalog in 100 lines of JavaScript (2022) | news.ycombinator.com | 2024-01-22

    Hi pests, I don't think the criticism in the comments gives a full picture.

    I wrote about a particular flavor of datalog, in common use today. [1] [2]. The earliest representation I know, which matches the syntax of my essay, was in SICP [3]

    There's another, more academic form of datalog, which looks a lot more like prolog. Both have lots of similarities: both systems have a set of facts and rules. Both systems have can take a partially filled fact or rule, and find all matching facts. The more academic flavors of Datalog are useful for general logic, and particularly powerful for recursive questions. The variant I showed is more tailed for database queries.

    [1] https://github.com/tonsky/datascript

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • reagent

    A minimalistic ClojureScript interface to React.js

  • Project mention: Ludic: New framework for Python with seamless Htmx support | news.ycombinator.com | 2024-03-21

    Generating `HTML` from lisps has poisoned any other approach for me, see for example https://www.neilvandyke.org/racket/html-writing/, https://reagent-project.github.io/, and https://edicl.github.io/cl-who/

  • intellij-rainbow-brackets

    🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio/Fleet

  • Project mention: Changing my relationship with GitHub Copilot | news.ycombinator.com | 2023-08-28
  • Riemann

    A network event stream processing system, in Clojure.

  • compojure

    A concise routing library for Ring/Clojure

  • Project mention: Como desenvolvi um backend web em Clojure | dev.to | 2023-07-03
  • clojure-style-guide

    A community coding style guide for the Clojure programming language

  • Project mention: XML is better than YAML | news.ycombinator.com | 2023-09-20

    Fixed link to that style guide entry: https://guide.clojure.style/#opt-commas-in-map-literals

    Per that style guide, the above map would be formatted like this (on HN, just indent by two spaces):

      {:a 1

  • status-mobile

    a free (libre) open source, mobile OS for Ethereum

  • Project mention: Status Wallet Domain Spoofing Vuln | news.ycombinator.com | 2024-02-26
  • babashka

    Native, fast starting Clojure interpreter for scripting

  • Project mention: A Tour of Lisps | news.ycombinator.com | 2024-01-29

    It also gives you access to Babashka if you want Clojure for other use-cases where start-up time is an issue

    https://babashka.org/

  • defold

    Defold is a completely free to use game engine for development of desktop, mobile and web games.

  • Project mention: Not only Unity... | /r/opensourcegames | 2023-11-11
  • ring

    Clojure HTTP server abstraction

  • Project mention: A History of Clojure (2020) [pdf] | news.ycombinator.com | 2023-08-10

    * HTTP: Ring is the de facto way to manage HTTP request (see https://github.com/ring-clojure/ring/wiki/Concepts). Jetty and Aleph are common web servers (and https://github.com/clj-commons/aleph) that implement Ring interface.

  • cider

    The Clojure Interactive Development Environment that Rocks for Emacs (by clojure-emacs)

  • Project mention: CIDER 1.8 ("Geneva") is out! | /r/Clojure | 2023-10-15
  • klipse

    Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.

  • Rich-Hickey-fanclub

    "every time I watch one of his talks I feel like someone has gone in and organized my brain"

  • Project mention: What are some senior level learning resources you recommend for improving as a backend engineer? | /r/ExperiencedDevs | 2023-05-30
  • lein-figwheel

    Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!

  • beakerx

    Beaker Extensions for Jupyter Notebook

  • pedestal

    The Pedestal Server-side Libraries

  • awesome-clojure

    A curated list of awesome Clojure libraries and resources. Inspired by awesome-... stuff

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Clojure related posts

Index

What are some of the best open-source Clojure projects? This list will help you:

Project Stars
1 Metabase 36,592
2 logseq 29,797
3 penpot 27,389
4 Deeplearning4j 13,427
5 mal 9,816
6 awesomo 9,233
7 datascript 5,358
8 reagent 4,715
9 intellij-rainbow-brackets 4,336
10 Riemann 4,213
11 compojure 4,062
12 clojure-style-guide 3,975
13 status-mobile 3,821
14 babashka 3,818
15 defold 3,710
16 ring 3,710
17 cider 3,505
18 klipse 3,088
19 Rich-Hickey-fanclub 3,021
20 lein-figwheel 2,880
21 beakerx 2,776
22 pedestal 2,655
23 awesome-clojure 2,647

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com