Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Emacs, Clojure, lein and nrepl: *nrepl* buffer shows up blank

emacs clojure leiningen nrepl

Clojure Protocol Implementation not Found for Record Type in other namespace

clojure protocols records

Does hinting return types in protocols have any effect within Clojure?

clojure

Bytes currently in use by a Google Guava cache?

java clojure guava

How to create multiple Java member variables with Clojure's gen-class

Is there a Clojure compile-time tool to check if a record or type actually implements a protocol it claims to?

clojure clojure-protocol

clojure + clojurescript project structure best practices

clojure clojurescript

Turn off *print-namespace-maps* in repl

clojure

How can I add a typehint in clojure to fix "ctor can't be resolved" reflection warning, i.e call to a constructor?

How to type hint

clojure

How can I measure the CPU time a Clojure function takes to execute?

clojure

Is it possible to document fields in a record in clojure?

clojure

How to extend numerical protocols in Clojure

clojure protocols

Techniques to add a REPL to a Java project

What's the use of ^:dynamic on a defonce?

Can one monitor STM's contention level?

clojure stm

Clojure core.async, CPU hangs after timeout. Anyway to properly kill macro thread produced by (go..) block?

Clojure can a list be identical to a vector

clojure

desktop applications written in clojure

What is the attr-map of a clojure function defined by defn?

clojure ring