As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
just started using log4j in one of my home-projects and 开发者_StackOverflowI was just about to break out the mouse and cut-and-paste(trace (str \"entering: \" function-name)) into every function in a
I\'ve moved on from trying to use OpenGL through Penumbra to trying to draw directly on a JPanel using its Graphics context.
What is the most performant (fastest) lisp implementation on the JVM? By lisp implementation I consider all implementations of any language in lisp family, like Common Lisp, Sche开发者_Python百科me, C
I am trying to use clojure in a compiler and thus need to parameterize calls to deftype; however, I am having difficulty making the type hints carry through.Consider the following code:
I\'m trying to figure out corecursion in Clojure with nontrivial (i.e. not Fibonacci), but manageable, examples. Apparently it is possible to implement binary tree traversal with corecursion. Wikipedi
if i have a list of functions: (def lst \'(+ -)) and i wish to apply the first of that list (+) to a list of numbers, i would think its
Say I have: 开发者_开发百科(def s1 [1 2 3 4 5]) (def s2 [1 2 3 4 5]) For every x in s1, I want to multiply it with every y in s2.
I\'m writing a Clojure implementation of this coding challenge, attempting to find the average length of sequence records in Fasta format:
I\'m playing around with Clojure, and I can\'t figure out how to import a function from clojure-contrib.jar. Working from th开发者_StackOverflow中文版is answer, I\'m doing the following: