Showing 126 open source projects for "clojure"

View related business solutions
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • 1
    gruvbox

    gruvbox

    Retro groove color scheme for Vim

    ...The main focus when developing gruvbox is to keep colors easily distinguishable, contrast enough and still pleasant for the eyes. Extended filetype highlighting, Html, Xml, Vim, Clojure, C, Python, JavaScript, TypeScript, PureScript, CoffeeScript, Ruby, Objective-C, Go, Lua, MoonScript, Java, Markdown, Haskell, Elixir. The supported plugins are EasyMotion, vim-sneak, Indent Guides, indentLine, Rainbow Parentheses, Airline, Lightline, GitGutter, Signify, ShowMarks, Signature, Syntastic, Ale, CtrlP, Startify, NERDTree, Dirvish, and more. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Functional-Programming

    Functional-Programming

    Functional Programming concepts, examples and patterns

    This repository is a tutorial collection showcasing functional programming concepts across multiple languages (Haskell, OCaml, Scala, Scheme, Clojure, Python). It provides reusable code snippets, examples, and case studies to illustrate FP ideas in a comparative manner. The purpose of this tutorial is to illustrate functional programming concepts in many languages by providing reusable and useful snippets of code, examples, case studies and applications. The project’s web site was updated and improved with a table of contents on side-bar. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    The Grinder

    The Grinder

    Distributed load testing framework - Java, Jython, or Clojure scripts.

    The Grinder is a load testing framework that makes it easy to run a distributed test using many load injector machines. Test scripts are written in Jython, and can call out to arbitrary Java code, providing support for testing a large range of network protocols. The Grinder comes with a mature plug-in for testing HTTP services, HTTP scripts can be recorded easily from a browser session.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    Clojure Koans

    Clojure Koans

    A set of exercises for learning Clojure

    Clojure Koans is a collection of exercises aimed at teaching the Clojure functional language by filling in tests to make them pass. Each “koan” gradually introduces key Lisp and Clojure concepts, from basic data structures to macros. It runs via leiningen or CLI tools, ideal for TDD learning and hands-on practice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 5
    Selmer

    Selmer

    A fast, Django inspired template system in Clojure

    A fast, Django inspired template system in pure Clojure. Selmer templates consist of plain text that contains embedded expression and filter tags. While Selmer is primarily meant for HTML generation, it can be used for templating any text. Selmer compiles the template files and replaces any tags with the corresponding functions for handling dynamic content. The compiled template can then be rendered given a context map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cascalog

    Cascalog

    Data processing on Hadoop without the hassle

    Cascalog is a powerful Clojure (and Java) data processing and querying library built atop Hadoop (via Cascading), providing a high-level, Datalog-inspired abstraction for both big data processing and local computation. Cascalog is hosted at Clojars, and some of its dependencies are hosted at Conjars. Both Clo/Con-jars are maven repos that's easy to use with maven or leiningen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Clojure Cookbook

    Clojure Cookbook

    This is the home of O'Reilly's Clojure Cookbook

    Clojure Cookbook is O'Reilly's editorial collection of Clojure “recipes” — curated pairs of common programming problems with idiomatic solutions, code examples, and explanations. It's designed to serve both as a tutorial and problem-solving reference in real-world Clojure development. Clojure Cookbook doesn't just teach you Clojure, it also shows you how to use the language and many of its common libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HiveMind Java Web Application Cloud IDE

    HiveMind Java Web Application Cloud IDE

    Web development IDE in browser, supports Java, ruby, javascript...etc

    ...It runs on the jvm so you are not limited by environment. You can run it on your laptop, company server or even on a cloud service like AWS. It supports Java, Ruby, Python, JavaScript, Groovy, Clojure. Source include so it is easy to hack so you can modify it for your own need.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ClojureCollections

    Java wrappers (with generics) for clojure collections

    ClojureCollections offers straight forward generic wrapper classes for the Persistent collection types in clojure so these can be readily used in Java. So far, PersistentVector, PersistentMap and PersistentList have been implemented. The source code is hosted on GitHub: https://github.com/cornim/ClojureCollections For usage examples see the unit tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Your Data Warehouse Bill by 54% Icon
    Cut Your Data Warehouse Bill by 54%

    Migrate from Snowflake, Redshift, or Databricks with free tools. No SQL rewrites.

    BigQuery delivers 54% lower TCO with serverless scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 10

    clj-connect-four

    Connect Four Game with AI in Clojure

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Znuli

    Znuli

    Quick gif animation creator

    Cross platform gui for quickly creating gif animations from screenshots with very little clicking and automatic filename generation. Written in Clojure. Please report bugs in the "Tickets" section rather than the "Review" sesion, and (in order for me to have any chance of fixing it) please supply operating system, java version and other relevant information. Thank you.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Midje

    Midje

    Midje provides a migration path from clojure.test

    Midje is a testing library for Clojure designed for readable, expressive test writing. It offers both top-down (mock-based) and bottom-up testing styles, helps ease migration from clojure.test, and promotes graceful syntax for developer-friendly test expression. Midje has loaded the tests and run them for the first time. It's also watching for file changes. When it sees them, it loads the changed files and any dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    clclcl
    clojure clipboard history tool. now the code is on https://github.com/smeghead/clclcl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    opencommunication

    A generic communication framework

    A communication framework based on the JVM and the Lisp dialect clojure to foster reuse utilizing multilanguage software product lines and the methodology of knowledge-based systems. Especially two issues are addressed: 1) give the user a better reuse of software artifacts in terms of a mutiparadigm and multilanguage software product line for industrial communication purposes, SCADA and remote services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A graphics library for games that can be visualized using a 2D grid written in Clojure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Robust library is a Lejos based control library for Lego Mindstorms NXT. It supports asynchronous communication for almost all standard sensors such as ultrasonic, sound, touch and light sensor and some 3th party sensors e.g. compass or camera. The new development team decided to move the project to google hosting platform, so for further reference please visit: http://code.google.com/p/robust-nxt/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Blood of Gods is a 1-player RPG written in Clojure using the Slick game library. Intended features include turn-based combat with action elements, a rich system of character customization, and an intricate story about heroes descended from Gods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OpenRLL is a Clojure-based, open-source reimplementation of the interesting bits of Russell Greiner and Douglas Lenat's Representation Language Language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Rakiura JFern - lightweight Petri Net framework. Engine with the GUI simulator, written in Java and designed for Java developers. Supports multiple inscription languages: Java, Kawa, BeanShell and Clojure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A toolkit for the Clojure programming language. Including a general purpose that augments Clojure's standard library, a platform the plugin-extensible GUI applications, a simple Clojure IDE based on that platform, testing services and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Clojure is a dynamic programming language for the JVM. Note - current Clojure development has moved to Google code: http://code.google.com/p/clojure/ Project web site: http://clojure.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A NetBeans IDE Plugin for the Clojure Programming Language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    User contributed libraries and examples for the Clojure programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    bookmarx

    A personal bookmark manager

    ...This was written for my own edification, so the features are completely due to my whim. I put this project on Github so that others could use this as an example of a Clojure/Script application. Enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A REST based web server written in Clojure (a new functional LISP (see http://clojure.sourceforge.net/))
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB