Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Why `lein uberjar` evaluates variables defined with `def`?

clojure leiningen

What is the difference between "regular" and "reader" macros?

clojure macros

When to use -M, -A or -X with Clojure CLI?

clojure

apply first of a list of functions in Clojure

syntax clojure

Clojure vars with metadata

clojure metadata

What are the best use cases for using Clojure for new development? [closed]

clojure

How can I modify a column in an Incanter dataset?

clojure incanter

How do I exclude jars from a leiningen project?

clojure jar leiningen autodoc

Does adding f-exprs simplify the implementation of macros from fundamental expressions in LISP?

macros clojure lisp scheme

In clojure, how to apply a function to selected items in a [large] vector

matlab clojure

Make a Java class work as a sequence in Clojure

Clojure thread sleep between map evaluation

clojure

Clojure unit-testing. How do I test if a function throws an exception?

unit-testing clojure

Clojure, can macros do something that couldn't be done with a function

Does anyone know of a good reference for DSL design? [closed]

clojure reference dsl

Use of agents to complete side-effects in STM transactions

Real Time Capabilities?

clojure

How to convert a clojure string of numbers into separate integers?

clojure

Why is my string formatting failing in Clojure?

clojure string-formatting

defmethod catch all

clojure multimethod