Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

(not= (type `(1)) (type `(1 2))) ;; Why? (single element list, syntax-quote, Cons, PersistentList)

clojure

Reading unbuffered keyboard input in Clojure

clojure

How to create a channel from another with transducers?

What's with clojure's long files?

clojure

How to remove a key from a clojure tree using specter?

A clojure friendly library for playing sounds

clojure audio

Adding fields to a proxied class in Clojure

java swing proxy clojure extends

Design By Contract LIbrary(ies) for Common Lisp?

Rewriting Wizard game of Land of Lisp in Clojure

clojure jvm lisp land-of-lisp

Inner-join in clojure

clojure

Is there a way to do a hot reload in compojure?

Reloading code on a production ring-clojure server

clojure ring

Using lazy-seq without blowing the stack: is it possible to combine laziness with tail recursion?

What advantage are Clojure's 1.4 reader literals, and why won't sample compile?

clojure

Using JRuby class supplied in a gem from Clojure

ruby clojure interop gem jruby

How to require a jar file in Clojure REPL?

java clojure

How can I compute the sum of a large list of numbers in parallel using Clojure

Partition by a seq of integers

clojure

Clojure - dispatch on return type? (As expressive as Haskell Typeclasses)

Clojure warning/error on tail call optimization failure

clojure tail-recursion