Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

How to expand a sequence (var-args) into distinct items

clojure

Recursion between different methods of the same multimethod

xml recursion clojure

Why am I getting a stackoverflow?

clojure

Adding with-meta data to clojure structures

clojure

What is the idiomatic way to obtain a sequence of columns from an incanter dataset?

clojure incanter

Clojure -- is the dispatch macro special?

macros clojure

getting the bounds of a list of x,y points

clojure

Is there a way to do sequential bindings in Clojure?

clojure

How can I use Ruby code in a buildr project?

ruby scala clojure buildr

Why Is String Formatting Causing a Casting Exception?

clojure

Dynamic function-binding on runtime with Clojure

Automating Leiningen local dependency management

java.lang.StackOverflowError in clojure tail recursion

Dissoc multiple descendent keys of a map?

clojure

Should I use Java for a custom Swing component designed for a clojure app?

swing clojure seesaw

OutOfMemory error when processing a big file in Clojure

clojure out-of-memory

ClojureScript + OpenLayers

clojure clojurescript

Is there a function that takes a list of argument lists and applies each list to a given function?

Create seq of maps from two or more seqs

map clojure hashmap seq

Can you save your Clojure REPL's state (or, effectivelly, can you program complex programs using REPL?)