Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Simple way to truncate a string in Clojure

clojure

Clojure's maps: are keys and vals in same order?

clojure hashmap

Clojure: creating new instance from String class name

constructor clojure

What is the idiomatic way to swap two elements in a vector

vector clojure idioms

What are the practical differences between special forms and macros?

Best Way to Convert Clojure Source to Java Source Automatically

java clojure

What is the data structure behind Clojure's sets?

select first item of a collection that satisfies given predicate in clojure

clojure

Are there any Clojure Principles?

CMS in functional programming language [closed]

Why are Clojure's multimethods better than 'if' or 'case' statements

Run two commands in a row after an if statement in Clojure

clojure

In Clojure, how to define a variable named by a string?

clojure symbols function

How do I dynamically find metadata for a Clojure function?

Distinctive traits of the functional languages

What is the difference between Clojure's "send" and "send-off" functions with respect to dispatching an action to an agent?

clojure agents

Rich Hickey's reason for not auto-currying Clojure functions?

haskell clojure currying

Destructure parameter of a Clojure function while keeping the original value.

clojure destructuring

What are the reasons that protocols and multimethods in Clojure are less powerful for polymorphism than typeclasses in Haskell?

Unable to complete POST request in Clojure