Skip to main content
Isaac's user avatar
Isaac's user avatar
Isaac's user avatar
Isaac
  • Member for 15 years
  • Last seen more than a month ago
69 votes
Accepted

Previous expression in clojure repl

62 votes

How many primitives does it take to build a LISP machine? Ten, seven or five?

51 votes
Accepted

When should I use Datomic?

49 votes
Accepted

Is there a Clojure convention for naming private functions?

35 votes
Accepted

Is there a simple way to duplicate a multi-dimensional array in Ruby?

32 votes
Accepted

How Are Lazy Sequences Implemented in Clojure?

29 votes

Are there any Clojure Principles?

29 votes
Accepted

Java for Clojure users

20 votes
Accepted

Learning Clojure by reading core.clj

19 votes

How can I display the definition of a function in Clojure at the REPL?

18 votes
Accepted

Scheme or Common Lisp?

18 votes
Accepted

How to choose a Clojure JSON library

17 votes

How is my LISP function an unbound variable?

16 votes
Accepted

Can you implement any pure LISP function using the ten primitives? (ie no type predicates)

16 votes
Accepted

idiomatic way to replace (null x) function from common lisp in clojure

11 votes

PyPy: What is all the buzz about?

11 votes
Accepted

Any good recursive tutorials? Python?

10 votes
Accepted

Clojure namespace management - Is there a way to save and restore the state of clojure repl namespaces, imports etc.?

9 votes

How to enforce automatic parameter casting in function definitions?

9 votes
Accepted

What are the good things about slime?

9 votes

Can constructors throw exceptions in Java?

8 votes

Clojure for a lisp illiterate

8 votes
Accepted

Book for learning how to write Clojure/Lisp Macros

7 votes
Accepted

What is it about a single namespace that leads to unhygienic macros? (in LISP)

7 votes
Accepted

Constructing Clojure defmulti/defmethod

7 votes
Accepted

Json extract and use data (node.js)

7 votes

Is it possible for a class written in Java to implement a protocol written in Clojure?

6 votes
Accepted

Backend for Web Development using Clojure/ClojureScript

6 votes

What does the 'swank-clojure' do exactly, and do we have 'swank-SOMETHING_ELSE'?

6 votes
Accepted

Defining the defmacro function using only LISP primitives?