- San Francisco, CA
- https://camsaul.com
-
toucan2 Public
Successor library to Toucan with a modern and more-extensible API, more consistent behavior, and support for different backends including non-JDBC databases and non-HoneySQL queries. Currently in a…
-
-
cljfmt Public
Forked from weavejester/cljfmtA tool for formatting Clojure code
Clojure Eclipse Public License 1.0 UpdatedAug 22, 2025 -
methodical Public
Functional and flexible multimethods for Clojure. Nondestructive multimethod construction, CLOS-style aux methods and method combinations, partial-default dispatch, easy next-method invocation, hel…
-
clj-kondo Public
Forked from clj-kondo/clj-kondoA linter for Clojure code that sparks joy.
Clojure Eclipse Public License 1.0 UpdatedFeb 20, 2025 -
-
-
-
metabase-firebird-driver Public
Forked from evosec/metabase-firebird-driverA plugin that allows Metabase to connect to FirebirdSQL databases.
Clojure MIT License UpdatedJul 18, 2023 -
honeysql Public
Forked from seancorfield/honeysqlTurn Clojure data structures into SQL
Clojure UpdatedFeb 8, 2023 -
-
clojure-style-guide Public
Forked from bbatsov/clojure-style-guideA community coding style guide for the Clojure programming language
UpdatedOct 17, 2022 -
core-logic-utils Public
A bunch of core.logic util fns I've written over the years
-
lein-check-namespace-decls Public archive
Clojure linter that checks that namespace declarations are cleaned the way `clj-refactor` would clean them. Leiningen/deps.edn plugin.
-
humane-are Public
Drop-in replacement for clojure.test/are with better error output and better arg validation
-
clojure-deps-edn Public
Forked from practicalli/clojure-cli-configUser level aliases and Clojure CLI configuration for deps.edn based projects
UpdatedSep 1, 2022 -
clj-kondo-hook-map-bug-repro Public
This repro is to demonstrate how to reproduce https://github.com/clj-kondo/clj-kondo/issues/1773. Do not star it, only a crazy person would do that.
-
whitespace-linter Public
Fast multithreaded and customizable linter that checks files for trailing whitespace, tabs, files that don't end in newlines, files that end in blank lines, Unicode characters that look maddeningly…
-
-
jabba-autodiscovery Public
Forked from shyiko/jabba-autodiscoveryA simple mechanism for keeping jabba's index up-to-date
JavaScript UpdatedJan 21, 2022 -
cider Public
Forked from clojure-emacs/ciderCIDER is a Clojure Interactive Development Environment that Rocks for Emacs
Emacs Lisp UpdatedJan 13, 2022 -
qmk_firmware Public
Forked from qmk/qmk_firmwareOpen-source keyboard firmware for Atmel AVR and Arm USB families
C GNU General Public License v2.0 UpdatedDec 30, 2021 -
auto-compile Public
Forked from emacscollective/auto-compileAutomatically compile Emacs Lisp libraries
Emacs Lisp GNU General Public License v3.0 UpdatedAug 20, 2021 -
antq Public
Forked from liquidz/antqPoint out your outdated dependencies.
-
yaml Public
Forked from owainlewis/yamlA fast, idiomatic and easy to use Clojure YAML library. Based on Snake YAML
Clojure MIT License UpdatedAug 4, 2021 -
-
lein-docstring-checker Public archive
Leiningen Plugin that lints your Clojure project and checks that every public var is documented
-
portal Public
Forked from djblue/portalA clojure tool to navigate through your data.
Clojure MIT License UpdatedJun 13, 2021 -
sqlhoney Public
Clojure SQL Parser and Formatter/Pretty Printer. Parse a SQL String to Honey SQL [work in progress]
-
pretty Public
A standard protocol for making custom types in Clojure pretty print in the REPL and elsewhere.