Pinned Repositories
clclojure
An experimental port of clojure to common lisp. Also some native common lisp implementations of clojure libraries, like seq, persistent vectors, etc.
datasetcomp
a naive comparison of dataset implementations
icfpc2019
optaplanner-clj
Example of Optaplanner in Clojure
performancepaper
A reproducible, open examination of the paper "A performance comparison of Clojure and Java" by Gustav Krantz
sciclojminutes
spork
Spoon's Operations Research Kit
sporklisp
A horrifying experiment in implementing a lisp in VBA. Plus there's excel interop.
structural
Destructuring plus type hinting for more performant clojure.
vegafx
A simple little static-site viewer using javafx that renders vega specs.
joinr's Repositories
joinr/spork
Spoon's Operations Research Kit
joinr/letsplotclojuredemo
A painful (thanks kotlin!) port of a small example of the Let'sPlot Batik svg/swing demo into clojure
joinr/fdbdemo
functional database demo from https://aosabook.org/en/500L/an-archaeology-inspired-database.html
joinr/cesiumdemo
A port and excursion of the excellent cesium library in clojurescript. Mainly following the entity tutorial, with an intent toward a simple wrapper.
joinr/imp
Utilities for helping ease the translation from imperative sources to efficient clojure stuff.
joinr/aoc2022
personal solutions for aoc.
joinr/dtypemat
naive extension of core.matrix to dtype.next tensors
joinr/onramp
a repo for on ramping tutorials and exercises
joinr/pdfdemo
using pdfbox from clojure for help new user
joinr/aggdemo
Demo counterintuitive slow path in tablecloth/tmd for aggregations.
joinr/aoc-2021perfcomp
a fork of https://gitlab.com/slotThe/aoc-2021.git for a reddit exploration
joinr/aoc23
solutions for aoc23
joinr/bigcomp
example of supporting aot compilation of vars carrying big maps
joinr/clinj
A demo of extended linear programming ops from clj-linear
joinr/dataspectest
quick example of spec-tools dataspecs
joinr/forage
Random foraging models
joinr/hazeldemo
a simple demo for multicasting with hazelcast (chazel in clojure)
joinr/instaparse
joinr/joinraoc21
my attempts at aoc 21
joinr/loud-server
joinr/mapaccesstest
microbenches looking at various map access patterns
joinr/mygenclass
a hack into clojure.core/gen-class to allow arbitrary types and annotations.
joinr/parallelmyth
Can we actually scale linearly on the JVM?
joinr/shipit
A plugin for leiningen that bundles simple clj files into an uberjar, to be invoked with load-file
joinr/spectest
a simple spec repo using spec-tools and orchestra defn-spec
joinr/tableclothdemo
simple demo messing with datasets using tech.ml.dataset and tablecloth
joinr/testprint
a demo of printing with printjs and reagent
joinr/threeagentdemo
working tests with threeagent
joinr/tutorial
a simple tutorial repo in lein
joinr/versionrangeshelp
cleaning up version range craziness for frens