• Stars
    star
    51
  • Rank 553,232 (Top 12 %)
  • Language
    Clojure
  • License
    Other
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Clojure library for enhanced Java interop that helps you make friends with Java's functional interfaces ๐Ÿ˜

More Repositories

1

kitchen-async

A Promise library for ClojureScript, or a poor man's core.async
Clojure
159
star
2

Postmortem

A simple debug library for Clojure(Script) that features data-oriented logging and tracing
Clojure
155
star
3

japanese-clojure-companies

ๆ—ฅๆœฌใง Clojure/ClojureScript ใ‚’ๅˆฉ็”จใ—ใฆใ„ใ‚‹ไผš็คพไธ€่ฆง
103
star
4

JiSE

JiSE: Java in S-Expression
Clojure
102
star
5

Pinpointer

Pinpointer is yet another clojure.spec error reporter based on a precise error analysis
Clojure
93
star
6

pogonos

Yet another Clojure(Script) implementation of the Mustache templating language
Clojure
68
star
7

sweet-array

Array manipulation library for Clojure with "sweet" array type notation and more safety by static types
Clojure
63
star
8

trenchman

A standalone nREPL/prepl client written in Go and heavily inspired by Grenchman
Go
60
star
9

stacktracer

A small development utility to print stack trace with code context
Clojure
48
star
10

Drains

A new abstraction for flexible and efficient sequence aggregation in Clojure(Script)
Clojure
33
star
11

clj-check

lein-check alternative for Clojure CLI tool
Clojure
23
star
12

type-infer

A Clojure utility to inspect static types inferred by the Clojure compiler
Clojure
21
star
13

genman

Generator management utility for clojure.spec
Clojure
20
star
14

spectrace

clojure.spec (spec.alpha) library aiming to be a fundamental tool for analyzing spec errors
Clojure
16
star
15

prejenter

Presentation framework for Clojurians
Clojure
12
star
16

syntactic-closure

syntactic closures built on top of Clojure's macro system
Clojure
12
star
17

symbol-analyzer

Clojure code analyzer that tells us how each symbol is being used in the code
Clojure
11
star
18

genuine-highlighter

a macro-aware syntax highlighter for Clojure
Clojure
10
star
19

lein-with-env-vars

A Leiningen plugin for performing a task with environment variable settings loaded from project.clj
Clojure
10
star
20

admin-kit

Admin site as data
Clojure
9
star
21

Bigmouth

Clojure framework to build delivery-only Mastodon-compatible web apps
Clojure
9
star
22

aintegrant

Aintegrant ain't Integrant, it's Async Integrant!
Clojure
9
star
23

parabola

Hubot-like chatbot framework powered by Clojure/core.async
Clojure
7
star
24

emsh

An embedded shell built on top of Clojure
Clojure
7
star
25

tetrlang

an esoteric language inspired by Tetris
Clojure
7
star
26

intro-to-prejenter

Clojure
5
star
27

igv-client

Clojure implementation of IGV client to control IGV via its Port Commands
Clojure
4
star
28

iasm

inline assembly macros for Clojure
Clojure
4
star
29

mekki

Clojure-flavored Alloy language implemented on top of Clojure macro system
Clojure
4
star
30

maeni

A toy implementation of the programming language Forth written in Clojure
Clojure
4
star
31

clojars-rss

Unofficially generated RSS feeds for libraries recently updated on Clojars
Clojure
3
star
32

reading-clojurescript

A project for reading ClojureScript source code
Clojure
3
star
33

SimpleLisp

a simple Lisp implementation in Java as a study
Java
3
star
34

AR-sample

AR sample project using AR.js from ClojureScript
Clojure
3
star
35

reading-clojure

A project for reading Clojure's source code
Java
3
star
36

nrepl-revolver

Docker-backed nREPL server aiming for secure execution and fast startup
Clojure
2
star
37

applicosan

My personal Slack bot built with Duct framework
Clojure
2
star
38

clj-skkserv

An skkserv server framework in Clojure, heavily inspired by Ring architecture
Clojure
2
star
39

white-scheme

an implementation of Scheme-to-Whitespace compiler
Scheme
2
star
40

pwa-in-cljs

Clojure
2
star
41

code-marker

A versatile code marker for Clojure
Clojure
2
star
42

clj-wiki

a wiki engine written in Clojure
Clojure
2
star
43

advent-of-code-2018

My solutions for Advent of Code 2018 http://adventofcode.com/2018
Clojure
2
star
44

OCheme

OCheme is a toy implementation of Scheme written in OCaml.
OCaml
2
star
45

athos.github.io

https://athos.github.io/
HTML
2
star
46

land-of-clojurescript

A ClojureScript port of the code from "Land of Lisp", mainly for the "Dice of Doom" game
Clojure
2
star
47

twtr2mvc

A Twitter Mixi-Voice bridge
Clojure
2
star
48

silly

A silly personal assistant for demonstrating the combination of Web Speech API and Microsoft LUIS
Clojure
2
star
49

c-compijer

Clojure
2
star
50

spec-example

Clojure
2
star
51

gauchey

A Clojure library ported from Gauche's bundled library.
Clojure
2
star
52

rusp

A SECD-based Lisp implementation in Rust
Rust
2
star
53

task-jockey

Pueue-like task management tool implemented in Clojure
Clojure
2
star
54

abstract-machine-collection

A collection of abstract machine implementations
Clojure
1
star
55

clj-callgraph

A call graph generator for Clojure (with some fun features)
Clojure
1
star
56

mario-brojures

A port implementation of MariOCaml in ClojureScript
Clojure
1
star
57

bfmaker

Clojure
1
star
58

Lustered

This project has been moved to https://github.com/athos/admin-kit.
Clojure
1
star
59

as2twtr

AsakusaSatellite Twitter Bridge
Clojure
1
star
60

experimental-core-specs

An experimental project aimed at investigating how it would be once core.specs were fully introduced
Clojure
1
star
61

specium

Inverse of s/form, reducing eval calls as much as possible
Clojure
1
star
62

Project-Euler

athos' solutions for problems of Project Euler
Clojure
1
star
63

lein-highlight

Leiningen plugin for highlighting Clojure code powered by symbol-analyzer, a fine-grained Clojure code analyzer
Clojure
1
star
64

TIL

Today I Learned
1
star
65

alexa-skill-sample

Clojure
1
star
66

kodamacast

Clojure
1
star
67

goclojure

Brings goruby-like abbreviation to Clojure
Clojure
1
star