All Clojure Answers
- is there a html-only templates system for php?
- calling clojure from java
- recursive function causing a
- is there a haskell idiom for updating a nested data structure?
- when to use a var instead of a function?
- a regex to match a substring that isn't followed by a certain other substring
- how to bundle a native library and a jni library inside a jar?
- how do you change the classpath within java?
- how to handle java variable length arguments in clojure?
- matrix transposition in clojure
- idiomatic clojure map lookup by keyword
- what is zip (functional programming?)
- how do i avoid clojure's chunking behavior for lazy seqs that i want to short circuit?
- creating a uuid from a string with no dashes
- mapping a function on the values of a map in clojure
- how to convert lazy sequence to non-lazy in clojure
- how to list the functions of a namespace?
- how to compare two functions for equivalence, as in (?x.2*x) == (?x.x+x)?
- what do clojure symbols do when used as functions?
- test whether a list contains a specific value in clojure
- difference between symbols and vars in clojure
- how are lazy sequences implemented in clojure?
- what is the clojure equivalent of the python idiom “if __name__ == '__main__'”?
- profiling tool for clojure?
- clojure multimethods vs. protocols
- clojure: creating new instance from string class name
- how can i display the definition of a function in clojure at the repl?
- highgui is missing from opencv 3.0.0 jar
- how many arguments does an anonymous function expect in clojure?
- function call in -> threading macro
- wrong number of args (0) passed to: persistentvector on loop/recur function
- clojure remove item from vector at a specified location
- clojure printing lazy sequence
- why such implementation of partial in clojure.core
- java and clojure with leiningen
- clojure: simple factorial causes
- clojure: semi-flattening a nested sequence
- in clojure, how to apply a macro to a list?
- read a very large text file into a list in clojure
- clojure defmacro loses metadata
- how do i implement a java interface in clojure
- how can i call a java static method in clojure?
- how do you compute the difference between successive elements of a list of unknown size, functionally?
- clojure macro to generate functions
- in clojure 1.3, how to read and write a file
- simple explanation of clojure protocols
- splitting a clojure namespace over multiple files
- symbols in clojure
- resources in clojure applications
- in clojure is there an easy way to convert between list types?
- anonymous function shorthand
- in clojure 1.4 what is the use of refer within require?
- clojure head retention
- persistent data structures in scala
- how can i remove an item from a sequence in clojure?
- why can't tail calls be optimized in jvm-based lisps?
- what's the easiest way to parse numbers in clojure?
- threading macro -> with anonymous functions
- clojure: what exactly is tail position for recur?
- how to upgrade nrepl version of leiningen?
- getting the version of the current clojure project in the repl
- in clojure, how to use a java class dynamically?
- why can't i print from background threads in clojure cider repl in emacs?
- clojure: returning a vector from an anonymous function
- how do i create a primitive two-dimensional (2d) array of doubles in clojure?
- does clojure have raw string?
- in clojure, are lazy seqs always chunked?
- running clojure with 'lein swank' on aquamacs problem
- cartesian product in clojure
- clojure: how do i get a list of combinations of 'coordinates'?
- why does require in the ns form behave different from the require function
- using `line-seq` with `reader`, when is the file closed?
- if the only non-stack-consuming looping construct in clojure is “recur”, how does this lazy-seq work?
- clojure type hints syntax
- (boolean. false) in clojure
- in clojure, when should i use a vector over a list, and the other way around?
- how to create default value for function argument in clojure
- best practices in building and deploying clojure applications: good tutorials?
- in clojure how can i convert a string to a number?
- what's the difference between cake and leiningen?
- what is the data structure behind clojure's sets?
- ref-set vs commute vs alter
- idiomatic clojure for progress reporting?
- clojure: rest vs. next
- how to read lines from stdin (*in*) in clojure
- listing files in a directory in clojure
- multiple arity in defmacro of clojure
- clojure jython interop
- clojure: adding a debug trace to every function in a namespace?
- how does clojure's syntax-quote work?
- why did father of clojure say that scheme's true/false are broken?
- one repl to bind them all?
- clojure: working with a java.util.hashmap in an idiomatic clojure fashion
- keeping dependency versions up to date in leiningen projects
- executing a function with a timeout
- creating the most basic scala project with maven?
- let vs def in clojure
- what are the reasons that protocols and multimethods in clojure are less powerful for polymorphism than typeclasses in haskell?
- parallel doseq for clojure
- clojure transducers behavior
- how can i get the nested keys of a map in clojure?
- how to repeat string n times in idiomatic clojure way?
- convert a sequence of strings to integers (clojure)
- can i program for android using any jvm language?
- clojure rounding to decimal places
- in clojure, why have strings, keywords and symbols?
- huge xml in clojure
- how to access static inner java class via clojure interop?
- set ring-anti-forgery csrf header token
- java: getting bytecode of class at runtime from within the same jvm
- how to use leiningen to develop using local jars?
- clojure dynamic binding
- clojure overloaded method resolution for longs
- how should i run nodejs from a java application?
- clojure: what does [_] do in a functions argument list?
- clojure: why a function should be `declare` if it is called before definition in the source code
- threadlocal counter in clojure
- what is idiomatic clojure to “remove” a single instance from many in a list?
- when should you use swap or reset
- how can i update a vector item in clojure?
- can clojure's protocol functions be variadic like ordinary functions?
- clojure - calculate with big numbers
- pretty-printing a record using a custom method in clojure
- clojure - configure `timbre` logging
- using interop constructor in map function(clojure)
- clojure classpath problem for (require) function?
- clojure: idiomatic way to call contains? on a lazy sequence
- couldn't use for loop in go block of core.async?
- inconsistency with clojure's sequences?
- in clojure, how to destructure all the keys of a map?
- why will (seq #{3 1 22 44}) comes out (1 3 44 22) in clojure?
- iterate over all keys of nested map
- interpreting a benchmark in c, clojure, python, ruby, scala and others [closed]
- lisp in the real world [closed]
- clojure xml parsing
- comparison of clojure web frameworks [closed]
- what is the good starting point to developing restful web service in clojure?
- learning functional/clojure programming - practical exercises? [closed]
- how do clojure futures and promises differ?
- let vs. binding in clojure
- are there any clojure dsls?
- any way to add dependency to lein project without repl restart?
- clojure: how to to recur upon exception?
- converting clojure data structures to java collections
- is nodejs faster than clojure?
- clojure and leiningen - using a git repository as dependency
- how to iterate over map keys and values in clojure?
- how to run .clj file as a script using leningen?
- how does clojure approach separation of concerns?
- how to convert a clojure keyword into a string?
- how do i create an js object with methods and constructor in clojurescript
- is clojure closer to scheme or common lisp from a beginner's perspective? [closed]
- how do i intelligently re-indent clojure in emacs?
- highly concurrent http with netty and nio
- loading configuration file in clojure as data structure
- better alternative to pmap in clojure for parallelizing moderately inexpensive functions over big data?
- in clojure, how to define a variable named by a string?
- is clojure compiled or interpreted?
- how do i generate memoized recursive functions in clojure?
- what's the difference between a sequence and a collection in clojure
- how do i use checked-in jars with leiningen
- representing a tree in clojure
- how to filter a persistent map in clojure?
- what is the idiomatic way to prepend to a vector in clojure?
- how to pass a typed collection from clojure to java?
- simple string template replacement in scala and clojure
- why should i use reify instead of proxy in clojure?
- how is the `*var-name*` naming-convention used in clojure?
- clojure and ^:dynamic
- compiling clojure?
- clojure performance for expensive algorithms
- should i use a function or a macro to validate arguments in clojure?
- clojure matrix representation
- using a javax.servlet.filter with compojure
- parsing xml in clojure
- how to serve clojure pages with nginx
- in lisp (clojure, emacs lisp), what is the difference between list and quote?
- why don't when-let and if-let support multiple bindings by default?
- clojure's 'let' equivalent in scala
- how to programmatically call a maven-task
- executing code at regularly timed intervals in clojure
- how to access values on leiningen profiles?
- how to efficiently apply a medium-weight function in parallel
- inconsistency in clojure: functions in macros and illegalargumentexception
- how can i use one file from my project in another file?
- how do i get the set of all letters in java/clojure?
- emacs: best-practice for lazy loading modes in .emacs?
- executing multiple statements in if-else without nullpointer exception
- clojure repl readline like support
- what is the idiomatic way to swap two elements in a vector
- installation of cider-nrepl
- why clojurescript macros can't be written in clojurescript?
- serving app and api routes with different middleware using ring and compojure
- is it possible to implement auto-currying to the lisp-family languages?
- is pound-quote (hash-quote, #') in clojure running the resolve and symbol functions?
- passing state as parameter to a ring handler?
- why are clojure's `let` and `for` both monads?
- clojure get map key by value
- how can you dump contents of clojure repl to a file?
- mac osx, emacs 24.2 and nrepl.el not working
- turn a hash map inside out in clojure
- clojure for comprehension example
- expand a vector into the arguments of a function
- is it possible to use :refer :all in a clojurescript :require?
- clojure.spec: `alt` vs `or` for sequence spec
- difference between two maps
- treat clojure macro as a function
- creating android apps without java
- why does binding affect the type of my map?
- how to load ns by default when starting repl
- how to convert a clojure/java date to simpler form
- how to run an arbitrary startup function in a ring project?
- clojure: sequence back to vector
- why clojure idiom prefer to return nil instead of empty list like scheme?
- flattening a map by join the keys
- using lwjgl in leiningen/clojure
- how to reorder a map in clojure?
- with clojure threading long running processes and comparing their returns
- processing a stream of messages from a http server in clojure
- when i divide numbers in clojure i get a fraction , how do i get the decimal?
- clojure's maps: are keys and vals in same order?
- update the values of multiple keys
- how can i access the last result in scala repl?
- is a “transparent” macrolet possible?
- how do i call overloaded java methods in clojure
- using clojure.contrib functions in slime repl
- clojure: listing all deftypes that implement some protocol within the namespace
- mapcat breaking the lazyness
- testing clojure in maven
- clojure - why does execution hang when doing blocking insert into channel? (core.async)
- what are the leiningen default repositories?
- how to safely read untrusted clojure code (not just some serialized data)?
- is it possible to do the reader monad from haskell in clojure?
- combining clojure defprotocol and defrecord
- load a new dependency in slime?
- can't call public method of non-public class: public (google gcloud library)
- how to invoke clojure function directly from java
- how to set and get multimethod metadata in clojure?
- in clojure (core.async) what's the difference between alts and alt?
- piping data through arbitrary functions in clojure
- does clojure have an equivalent of java's import package.*?
- uninstall/reinstall leiningen(clojure server) related issues
- use leiningen with local m2 repository
- how can i see the number of rollbacks in my stm in clojure?
- apply-recur macro in clojure
- custom equality in clojure distinct
- how to cast a character to int in clojure?
- weirdness in clojure map function
- type hinting not enforced in defrecord constructors
- clojure - tail recursive sieve of eratosthenes
- clojure uberjar not loading resource file
- variable passed to macro gets resolved in wrong namespace?
- clojure - how to make my macro expand before system macros?
- beginner to swing
- how to reify prolog's backtracking state to perform the same task as “lazy seq” from clojure?
- how to configure leiningen to use newest clojure version for repl started outside of project?
- clojure 1.9 windows install
- how to read a whole binary file (nippy) into byte array in clojure?
- find entities whose ref-to-many attribute contains all elements of input
- clojure - list all permutations of a list
- must clojure circular data structures involve constructs like ref?
- how do you enable https and http->https redirects in ring / compojure
- clojure set of maps - basic filtering
- suppress the printing of the data an atom holds in the repl? (or ref, agent, …)
- using gradle/clojuresq to build clojure
- function-local, self-referential, lazy fibonacci sequence
- efficient side-effect-only analogue of clojure's map function
- clojure: ensure data integrity when creating a record from a map?
- why does clojure's map println only works in repl?
- clojure application startup performance
- sending a posix signal from the jvm
- clojure program not exiting when finishing last statement?
- polymorphic schema validation in clojure
- in clojure how can i test if a a symbol has been defined?
- standard version or idiomatic use of (fn [f & args] (apply f args))
- aliasing a java package name in clojure
- is there a quick way to check for nil args in a clojure function?
- why doesn't clojure let me define zero-padded numbers?
- what happens when i pass arguments to a clojure symbol?
- outer join in clojure
- overflow while using recur in clojure
- how to find length of lazy sequence without forcing realization?
- why `lein uberjar` evaluates variables defined with `def`?
- clojure jdbc create-table statement does not run unless using leiningen repl
- zip two lists in clojure into list of concatenated strings
- clojure macro that will conserve associative map order
- how to analyze java source files with clojure
- leiningen compilation order?
- intellij idea plugin development in other jvm languages
- clojure not catching numberformatexception
- unexpected difficulties with “hello, world!”
- what is the difference between seq and seq?
- return plain map from a clojure record
- pygments syntax highlighting in jekyll without starting a <div>
- unable to “run” on heroku
- clojure's :require and instaparse
- tying the knot in clojure: circular references without (explicit, ugly) mutation?
- follow-up to “simple string template replacement in scala and clojure”
- how can i serialize functions at runtime in clojure?
- new compojure template fails to start “no reader function for tag namespace”
- convert vector of lists into vector of vectors
- clojure.java.sh: no such file or directory
- file is downloaded instead of being displayed in the browser
- lein clojure 1.3 vs clojure 1.2.1
- how do i add an element to an array-map in clojure?
- clojure access enum defined inside a java class
- generating a symbol from a string and applying it as a function
- clojure recursion conj a list
- why do i get an error when i run (use 'clojure.contrib.repl-utils)?
- how to map different values from 2 sets in clojure based on unique value
- clojure - convert string into vector of vector of integers
- function for applying to a user with a various number of data fields
- how to read mentally lisp/clojure code
- is functional programming relevant to web development? [closed]
- is there a software-engineering methodology for functional programming? [closed]
- good clojure code examples? [closed]
- how do i get “rainbow parentheses” in emacs?
- how to integrate clojure web applications in apache
- clojure editor/ide recommendations on mac os x [closed]
- are functional programming languages suitable for graphics programming?
- on performance and java interoperability: clojure vs. scala
- why should i use 'apply' in clojure?
- how do i stop jetty server in clojure?
- how to do exponentiation in clojure?
- how does one start a thread in clojure?
- fast vector math in clojure / incanter
- distinctive traits of the functional languages
- are there any good clojure benchmarks?
- clojure apply vs map
- continuations in clojure
- porting common lisp code to clojure
- a recursive fibonacci function in clojure
- functional implementation of tarjan's strongly connected components algorithm
- android without java
- what is the difference among the functions doall dorun doseq and for?
- using clojure and leiningen with ides
- clojure or scala for bioinformatics/biostatistics/medical research [closed]
- use a database with clojure
- calling clojure from .net
- how do i recompile and reload java source code while `lein repl` is running?
- how to load program resources in clojure
- clojure cons vs conj with lazy-seq
- server programming with clojure
- clojure closure
- java for clojure users
- how to execute system commands?
- mutable fields in clojure deftype?
- how does the storage backend influence datomic?
- what is the difference between defn and defmacro?
- state of the art for clojure documentation tools [closed]
- how to map clojure code to and from json?
- get all fields from a datomic entity
- modelling / documenting functional programs
- what does -> do in clojure?
- obfuscating clojure uberjars with proguard
- clojure protocols vs scala structural types
- how does clojureql compare to clojure.contrib.sql?
- does elixir have persistent data structures similar to clojure?
- isn't core.async contrary to clojure principles?
- what is the purpose of ~' or '~ in clojure?
- lazy infinite sequences in clojure and python
- make a 'slow' test suite with clojure.test
- can i refer another namespace and expose its functions as public for the current ns?
- put an element to the tail of a collection
- custom exceptions in clojure?
- idiomatic error handling in clojure
- clojure/java: java libraries for spectrum analysis of sound? [closed]
- which is faster, clojure or clojurescript (and why)?
- clojure development: ide or repl?
- running java bytecode on the android - sun jvm on top of dalvikvm
- stumped with functional breadth-first tree traversal in clojure?
- macros, clojure vs common lisp
- is there a way to be notified when a clojure future finishes?
- howto include clojure.spec'd functions in a test suite
- what are the clojure time and date libraries? [closed]
- how to check the equality of strings in clojure without invoking java.lang.string?
- display complete dependency tree with leiningen
- how can i pretty print a persistenthashmap in clojure to a string?
- remove nil values from a map?
- into or vec: converting sequence back to vector in clojure
- how does one _model_ data from relational databases in clojure?
- how to catch ctrl+c in clojure?
- inserting postgresql arrays with clojure
- nginx: is it possible to capture response headers in access log when using nginx as a reverse proxy?
- clojure recur vs imperative loop
- clojure/ring/jetty: i am using > lein ring server. how do i configure the jetty instance that gets instantiated?
- writing a time function in haskell
- are lisp forms and lisp expressions same thing?
- how can i use my specs for their intended purposes if they are in a separate namespace?
- how do i set the emacs fill-column for a specific mode?
- noir vs compojure?
- how to implement lambda as a function called “lambda” in clojure?
- how can i cast a java class in clojure?
- python “dir” equivalent in clojure
- clojurescript interop
- dynamic method calls in a clojure macro?
- paredit curly brace matching in swank-clojure repl
- implementing a cron type scheduler in clojure
- emacs htmlize in batch mode?
- clojure: how do i apply a function to a subset of the entries in a hash-map?
- why are clojure stacktraces so long?
- is there a clojure convention for naming private functions?
- what is fn* and how does clojure bootstrap?
- clojure websocket client
- shutdown hook doesn't fire when running with “lein run”
- pretty print in clojure
- what is the difference between :while and :when in clojure?
- how do you replace java nested for loops in clojure?
- how to use clojure.edn/read to get a sequence of objects in a file?
- comment indenting seems messed up in clojure-mode
- what programming language features are well suited for developing a live coding framework?
- stopping infinite loops while running clojure tests in emacs with leiningen and swank/slime
- how do you change clojure version in leiningen and lighttable?
- clojure building of url from constituent parts
- how to download a file and unzip it from memory in clojure?
- does leiningen read maven settings in .m2/settings.xml?
- how do you make a binary search tree in clojure?
- idiomatic/efficient clojure way to intersect two a priori sorted vectors?
- processing pairs of values from two sequences in clojure
- clojure (with-timeout … macro)
- clojure: boot repl in a particular namespace
- why does this java method leak—and why does inlining it fix the leak?
- embedding swank-clojure in java program
- clojure/ring: using the ring jetty adapter, large requests give me a 413: full head error.
- vagrant / clojure / emacs
- can you formulate the insertion sort as a monoid in clojure?
- how to select nth element of particular type in enlive?
- how to filter vector of maps by multiple keys in clojure
- when to use exclamation mark in clojure (or lisp)?
- find index of an element matching a predicate in clojure?
- as a data container, what are the main differences between vector and list
- generalized threading macro in clojure
- destructure parameter of a clojure function while keeping the original value.
- how mature is clojure-clr? can i use it with mono?
- clojure static typing
- clojure: can only recur from tail position
- how do i implement foreach loop in clojure?
- is it possible to overload clojure multi-methods on arity?
- is it possible to create circular references in clojure?
- why do cancelled clojure futures continue using cpu?
- why are multi-methods not working as functions for reagent/re-frame?
- clojure — correct way to locally override operators such as “+”, “*”, etc
- what's the point of defining something as dynamic when you don't need to define something as dynamic to with-redefs it?
- how can i determine number of arguments to a function in clojure?
- what is the difference between clojure's apersistentmap implementations
- can't launch `lein` repl in emacs
- clojure states within states within states
- abstracting away from data structure implementation details in clojure
- clojure merge multiple map into a single map
- writing clojure maps/arrays to a file and reading them back
- clojure applying a map and keyword arguments destruction
- clojure deferred function execution
- leiningen: missing super-pom
- clojurescript - convert arbitrary javascript object to clojure script map
- how to destructure a vector for use as a function argument
- how to catch multiple exceptions in clojure?
- what is the scala equivalent of clojure's atom?
- how can new clojure libraries be loaded in the repl
- clojure or scheme bayesian classification libraries?
- how do i write a clojure macro to create a regular expression from a string?
- how to convert a string to a function in clojure?
- project-level leiningen plugin
- clojure - eval code in different namespace
- unable to resolve symbol: is in this context
- can i create mutable state inside clojure records?
- reading a zip file using java api from clojure
- is it possible to do the free monad in clojure?
- how do i add permissions on an aws sqs queue?
- what is the practical purpose of clojure's dynamic vars and binding?
- how do clojure core.async channels get cleaned up?
- consuming wsdl in clojure
- big o of clojure library functions
- how do you configure proprietary dependencies for leiningen?
- clojure: pre post functions
- s-expressions parsing
- reversing hash map in clojure
- enlive templates – add to head section
- how to write a shortest and most idiomatic cli calculator in clojure
- how to use a compiled clojure class in eclipse with counterclockwise
- does ruby have any construct similar to clojure's pmap for parallel processing?
- why is clojure named clojure
- what does “^:static” do in clojure?
- initializing elements of a map conditionally in clojure
- what type is a function?
- is there a language spec for clojure?
- when should i use the clojure arrow macro?
- lazy sequences in r
- using clojure with vaadin
- why no destructing in def form?
- is there an online tool to auto-indent and format clojure code like there are many for json?
- swap keys and values in a map
- how can i format a map over several lines with pprint?
- clojure: reduce with three parameters
- what is the difference between an atom in common lisp and an atom in clojure?
- what is the clojure equivalent to google guice?
- how to use a local repository for a clojure library during initial development?
- how do i filter elements from a sequence based on indexes
- how to force lein deps to re-fetch local jars/libs
- will i be able to use clojure functions as lambdas in java 8?
- clojure resolving function from string name
- getting the id of an inserted entity in datomic?
- clojure: dsl for css
- problem with passing a vector as a binding to the for macro
- recursively reverse a sequence in clojure
- how to compare data structures in clojure and highlight differences
- why is the clojure hello world program so slow compared to java and python?
- idiomatic way to catch exceptions in ring apps
- setting clojure “constants” at runtime
- clojure defprotocol as a solution to the expression problem
- in clojure, how to write a function that applies several string replacements?
- clojure performance: repl versus uberjar
- equivalent to clojure.contrib's show?
- “no matching ctor found” while trying to populate a java class from clojure
- how are atoms implemented in clojurescript?
- does `count` realize a lazy sequence in clojure?
- split a vector into vector of vectors in clojure instead of vector of lists
- clojure regex named groups
- improve performance of a clojurescript program
- single character console input in java/clojure
- modify clojure source code file in clojure
- local dependencies in leiningen without creating a maven repo?
- how to increment by a number in clojure?
- is there a way to read all the forms in a clojure file?
- clojure: how to create a function at runtime
- why is this clojure program working on a mutable array so slow?
- sublime text, sublimerepl, clojure & windows 8
- problem compiling in clojure
- clojure: how to replace an element in a nested list?
- using 3rd party java libraries, like com.jcraft.jsch, with clojure
- recursive map query using specter
- clojure doseq generates huge code?
- should i implement the seq interface in clojure
- how to override println behavior for reference types
- passing a clojure function as java.util.function
- getting leiningen & cygwin working
- a case-insensitive filter in clojure / clojurescript
- can i make lein cloverage skip specific tests?
- clojurescript: how to add method via prototype to js object?
- make string from sequence of characters
- efficient way to walk collections in parallel with doseq (or for)?
- executing a dynamically bound function in clojure
- clojure live browser reload on linux
- clojure leining repl outofmemoryerror java heap space
- complexity of clojure's distinct + randomly generated stream
- easiest way to manage my classpath?
- why is this clojure program so slow? how to make it run fast?
- how are nested functions and lexical scope compiled in jvm languages?
- complex data manipulation in clojure
- how can i create a jar from some scala source code?
- how to append to a nested list in a clojure atom?
- is there a java or ruby library for generating mobi ebook documents? [closed]
- can an embedded swank-clojure repl access the program it is embedded in?
- enumerate namespaces and dynamically load them in clojurescript
- how do i operate on every item in a vector and refer to a previous value in clojure?
- how can i clear and reload my nrepl session in emacs?
- parse a little-endian binary file, stuffing into a matrix
- arangodb foxx and clojure script
- clojure macros: passing filtered map and arity to other macro based on condition
- sending message to clojure application from terminal
- clojure hash-map to xml
- sicp, continuation passing style and clojure's trampoline
- map vector of vectors to vector of hashes in clojure
- limiting the number of threads compojure spawns
- clojure loop see values
- in clojure, how to apply 'and' to a list?
- enums and clojure
- using quote in clojure
- combining routes in compojure
- clojure koans recursive is-even?
- disable hl-line in emacs when using emacs starter kit?
- why do clojure variable arity args get different types depending on use?
- how do i create a java-like object in clojure that uses builder pattern?
- detect operating system in clojure
- clojure: let scope and function return value
- how do you use a type outside of its own namespace in clojure?
- clojure: no cons cells
- implementing java generic interface in clojure
- difference between definterface and defprotocol in clojure
- optional query parameters (with default value) with compojure-api
- difference in f# and clojure when calling redefined functions
- why i'm getting can't dynamically bind non-dynamic var?
- how to do automatic expansion or autocomplete of functions and variables in a clojure repl
- idiomatic approach for structuring clojure source code [closed]
- how to split a number in clojure?
- create optional fields on clojure record?
- how to create a lazy sequence of random numbers in clojure
- getting local variables from a stack frame on the jvm
- difference between read-string and load-string in clojure
- what is the difference between fn and fn*?
- does learning one lisp help in learning the other?
- how to parse binary files in clojure
- factor clojure code setting many different fields in a java object
- synchronized counter in clojure
- how to have postgres ignore inserts with a duplicate key but keep going
- validation of numeric arguments in clojure
- using 'map' with different sized collections in clojure
- how to get all values for a given key in a nested structure in clojure
- in clojure, how can i evaluate the arguments to a macro from another macro?
- is there an idiomatic alternative to nil-punning in clojure?
- how to get repeating request parameters in compojure
- in clojure, how to get the name string from a variable or function?
- clojure / noir: force https, redirect if the request was http:// to https://
- what advantage are clojure's 1.4 reader literals, and why won't sample compile?
- is it possible to redefine java methods from clojure?
- clojure swap! atom dequeuing
- differences between a seq and a list
- in clojure how is a macro different from a function?
- in a emacs + slime + clojure + windows setup, failure to load clojure-auto
- how can i use ring anti-forgery / csrf token with latest version ring/compojure?
- can one safely ignore the difference between a macro and a built-in?
- implementing break in clojure
- how to get all the params of a post request with compojure
- serving binary files from the database with compojure
- why is line-seq returning clojure.lang.cons instead of clojure.lang.lazyseq?
- replacing * with \* in clojure
- why end variables with hash symbol in macros?
- get available clojure namespaces
- how to package resources in a leiningen project
- simplest possible clojure object that can accept a primitive and metadata?
- use a clojure macro to automatically create getters and setters inside a reify call
- idiomatic clojure way of mimicking python's yield
- what advantage is there to use 'get' instead to access a map
- invalid anti-forgery token
- clojure/scala interop?
- how to remove list of words from strings
- why does clojure lack user defined reader macros?
- how to check whether clojure code is being evaluated inside a repl?
- why does repl treat clojure.core/doc as a var?
- does clojure have the c# equivalent of yield?
- is there a standalone clojure package within leiningen?
- mocking clojure protocols
- clojure reify a java interface with overloaded methods
- saving+reading sorted maps to a file in clojure
- getting started programming in dynamic languages in android ((j)ruby, clojure...)
- from static typing to dynamic typing
- passing compile-time state between nested macros in clojure
- how can i execute multiple lein tasks in one command?
- sandwiching clojure between java with leiningen
- what languages are mature to develop native apps in android [except java]
- clojure swing app startup time
- clojure + compojure + maven application doesn't work in tomcat
- improving clojure lazy-seq usage for iterative text parsing
- clojure tcp server with aleph
- is there a clojure function to "join" two list of maps?
- clojure - is it possible to increment a variable within a doseq statement?
- is clojure.lang really just implementation details?
- evaluation in clojure repl with counterclockwise and eclipse
- equivalent of 'lein swank' to other lisp/scheme implementations with emacs/slime
- functions overloaded with different number of arguments
- clojure, enlive, multi-site
- clojure: aggregate and count in maps
- can you specify the return type of a method in a clojure defrecord?
- setting a project property to a non literal string appears to not work in leiningen
- more idiomatic way to calculate gs1 check digit in clojure
- how can i use a session for both clojure/script
- how to use definterface in clojure?
- is it possible to patch load sql statements from a file using clojure.java.jdbc?
- clojure immutant 2 server undertow; how to handle http post?
- clojure - (read-string string calling function
- how do i set up a clojurescript project to use specs and test the clojure.core functions at runtime?
- what is the replacement for the deprecated "with-query-results" function in clojure/java.jdbc 0.3.0?
- compile clojure source into class (aot) from command line (not using lein)
- how to get suppress ^m characters in my clojurebox (emacsw32) repl connected to lein swank
- dynamically loading an aliased namespace to another clojure namespace
- creating a closure
- differences in whether realization of a lazy sequence inside of a lazy sequence occurs
- is there a tool/function that can be used to compare patterns macro forms?
- simpledateformat appears to give an incorrect result
- java mixed with clojure in maven and eclipse
- screen scraping in clojure
- ordinal/int/ascii value of character
- how can i determine the dimensions of an image file of arbitrary format (jpeg, png, etc.) on the jvm?
- using "maybe arefs" in higher-order functions
- calling clojure from java (clojure interop)
- how i can deserialize record structure from file, already saved to file with print-dup?
- in clojure[script], how to return nearest elements between 2 sorted vectors
- how can i generate random graphs with test.check?
- map not quite lazy?
- appending to arrays in a clojure loop
- http request from google app engine
- how to print each elements of a hash map list using map function in clojure?
- applying function in a map to each value in a map based on its key
- lein-autodoc with leiningen 2
- jepsen : ssh issue
- clojure core.async, what's the difference between putting (go... ) block inside (doseq ..) and putting it outside?
- how do you connect to local postgresql in heroku?
- what is the difference between clojure clojure.core.reducers/fold and scala fold?
- range selectors in enlive
- why does "m" appear in clojure mysql query results
- simple clojure xml edit
- output compojure server print statements into figwheel terminal?
- clojure data structure traversal/searching
- when using monger, do i need to supply connection each request?
- sending input to a screen window from vim
- how to access clojure functions in java?
- how to return a lazy sequence from a loop recur with a conditional in clojure?
- java interop with clojure, could not load the plugin
- force clojure :reload
- how to memoize a function that uses core.async and blocking channel read?
- clojure; select all nth element from list of lists with unequal size, for n = 1, 2,
- make clojure's println "thread-safe" in the same way as in java
- performance of multimethod vs cond in clojure
- common elements in two lists with duplicates
- share user sessions between node.js and clojure
- deploying to heroku with clojure project, production environment issues
- what is the correct "clojure way" to check if a collection is non empty
- how to make a cumulative sequence?
- clojure and scala interop
- in the clojure source code, what does rt stand for?
- clojure - test for equality of function expression?
- what does it mean that the semantics (of haskell) are affected by the inferred types (of return type polymorphism)?
- how to convert map to url query string in clojure/compojure/ring?
- compare two vectors in clojure no matter the order of the items
- why can't i use clojure's :^const with a java byte array?
- better function composition in python
- how to invoke superclass' method in a clojure gen-class method?
- scala classes in clojure
- how to read n lines from a file in clojure
- lambda expressions of .net in java
- type hinting for functions in clojure
- inline styling with hiccup
- partition a seq by a "windowing" predicate in clojure
- how do i mock a json post request in ring?
- can i make a deterministic shuffle in clojure?
- mutually recursive definitions in clojure
- clojure macroexpand
- exclude java.lang.* in clojure namespace
- security implications of clojure keyword creation from user data?
- how to disambiguate in clojure
- counting only truthy values in a collection
- how does clojure's laziness interact with calls to java/impure code?
- how to dispatch a multimethod on the type of an array
- how do i check if a variable implements an interface in clojure?
- no-argument (and) returns t
- what is the performance of `count` on a clojure set?
- how can you type hint within the threading (->) macro?
- not getting integer overflow in clojure?
- (another) on loop-recur in clojure
- interactve and dynamic plots/charts in clojure
- clojure lein (read-line) stdin woes
- how to run/debug compojure web app via counterclockwise (or la clojure)
- clojure : 'lein repl' history grepping?
- clojure: slurping structs from file fails with string attributes containing whitespaces
- calling clojure higher-order functions
- clojure parallel mapping and infinite sequences
- why does leiningen make a directory hierarchy? can i dispense with it?
- what is the difference between fn an defn in clojure?
- oauth1 in clojure
- lisp / clojure: is it a good idea to write function generating macros?
- why does this anonymous function starting with println result in a nullpointerexception?
- clojure global variable behavior in a threaded environment
- why does this clojure reducers r/fold provide no perf benefit?
- am i using atom? wrong or there is something else....?
- clojure map-longest
- in clojure how can i read a public member variables of an instance of a java class?
- getting argument type hints of a function in clojure
- clojure can't import javafx classes with static initializers
- why is lockless concurrency such a big deal (in clojure)?
- where is fmap (or how to apply a fn to every value of a map)
- clojure-idiomatic way to initialize a java object
- can i use clojure's derive to create a hierarchy of my defrecord class types?
- clojure map limits and consistency
- why this code does not throw exception
- how can i call recur in an if conditional in clojure?
- how can you implement composite keys in clojure?
- future promises in clojure hangs on me
- should multiple clojure refs be read in a transaction for consistency?
- clojurescript split one namespace into multiple files
- clojure range-case macro
- clojure reference project up to date?
- in clojure, how to do code templating when implementing a macro using recursion
- clojure tail recursion with prime factors
- stringify/parse edn in clojure/clojurescript
- when should one use the temporarily-rebind-a-special-var idiom in clojure?
- a "hello world" using netbeans 7.0 enclojure 1.5
- clojure read-line function problem
- how do i search for special characters in clojure?
- can't build a jar using leiningen
- why did the designer make vector, map, and set functions in clojure?
- automating leiningen local dependency management
- clojure: how do i turn clojure code into a string that is evaluatable? it mostly works but lists are translated to raw parens, which fails
- access to a java static inner class with clojure
- using compojure, hiccup and ring to upload multiple files
- how can i create a lazy-seq vector
- partitioning in clojure with a lazy collection of strings
- why is string formatting causing a casting exception?
- converting strings into dates in clojure
- partial vs function literal when memoize
- merging maps without overriding keys
- error on tail-recursive function
- decompress zlib stream in clojure
- timbre `set-config!` has changed arity thus don't know how to use it to output std err/out to a file
- clojure macro to return two or more s-expressions
- clojure ^floats vs. #^floats?
- compose multiple predicate functions into one
- clojure get local lets
- best way to read contents of file into a set in clojure
- lein ring server-headless - only listen to localhost?
- clojure xml stream closed exception
- clojure idiomatic way to update multiple values of map
- eval a list into a let on clojure
- function to return all combinations of n booleans?
- is it wrong to use a java future for an infinite operation?
- serving index.html file from compojure
- how is it possible that loop-recur throws a error?
- macros and functions in clojure
- strange aget optimisation behavior
- what causes "java.lang.illegalargumentexception: no value supplied for key"?
- clojure warning: "resultset-seq already exists in clojure.core"
- chain call in clojure?
- what happened to clojure.xml/emit?
- why is clojure-mode replacing fn with some curly f character?
- lein repl error:connection refused
- in lisp, what is the relationship between a form and a file?
- core.logic when using sets
- clojure: complex iteration across a list?
- aws lambda java function invoked multiple times
- how can i get the positions of regex matches in clojurescript?
- set, let, macros, nuts
- clojure core.match can't match on class
- specifying *stack-trace-depth* in clojure tests
- debugging clojure functions which are invoked in java code (eclipse)
- add unique id to requests forwarded from nginx reverse proxy
- getting the namespace where a form is called
- computing folder size
- how can i generate the fibonacci sequence using clojure?
- how to load latest clojure lib from git repository
- clojure apply that does not realize the first four elements of a lazy sequence?
- proper use of sets in clojure bron-kerbosch implementation
- how can i leak memory in clojure?
- workflow for hacking on clojure libraries using swank-clojure
- how should i properly implement the core clojure interfaces?
- provide multiple implementations for a clojure protocol
- are clojure macros always leaky?
- ring.middleware and compojure: params with keywords
- can i write this macro without using eval?
- sorted-map returns nil value for existing key
- demonstrate first-class functions in this simple example [closed]
- unloading clojure vars from jvm thread-local space
- clojure mysql syntax error exception ("[...] near '????????????????' [...]")
- nginx prod setup for clojure websocket app
- add webapp frontend to existing clojure app
- how do i install clojure 1.3 with contribs on rhel 6.1 / jdk7?
- how can i get the name of a function from a symbol in clojure?
- installation of leiningen 2.x in mac os x
- how to unload a function from another namespace?
- importing/using a resource from an external clojar
- dollar sign ($) in clojure symbol name
- using custom java classes in clojure repl
- clojure repl unable to resolve symbol for all functions
- clojure automatically require files
- how to calculate cyclomatic complexity of a clojure function?
- how do i add cors to a compojure-api app?
- outofmemoryerror when parsing xml in clojure with data.zip
- case clause doesn't match record type