Hi Plinio,
On Mon, Jun 10 2013, PlĂnio Balduino wrote:
> Hi there
>
> I'm writing a talk about Clojure in the real world and I would like to
> know, if possible, which companies are using Clojure for production or
> to make internal tools.
At BigML, our backend is written almost fully (99%) in
Hi Tassilo,
On Tue, Dec 06 2011, Tassilo Horn wrote:
> "Jose A. Ortega Ruiz" writes:
>
> Hi Jose,
>
>>> I think that Common Lisp macros are, strictly speaking, more powerful
>>> than Scheme macros, but I don't have a citation.
>>
>> That
On Sat, Dec 03 2011, Stuart Sierra wrote:
> I think that Common Lisp macros are, strictly speaking, more powerful
> than Scheme macros, but I don't have a citation.
That's only true for syntax-rules macros. syntax-case macros, which
most schemes provide and are required by R6RS, are, strictly sp
Hi,
I use (technomancy's) slime with clojure-mode (both elpa-installed)
without any issues (via lein swank and slime-connect). While the newish
clojure-jack-in works too, i prefer slime-connect (because i save the
time of re-evaluating the slime code everytime i restart the REPL).
So i was wonde
Allan Moore writes:
> Hi. I am trying to install Clojure in Emacs under Windows using the
> Assembla Wiki instructions. I am on the step where it says to type:
>
> M-x describe-variable inferior-lisp-program
>
> When I hit return in the command buffer I get the response in the
> buffer: "[no
gary ng writes:
> Hi,
>
> I just start to learn about clojure and is wondering if there is any
> erlang like environment for clojure ?
I don't know whether such an environment already exists, but, if not,
one could hack one based on Kilim
(http://www.malhar.net/sriram/kilim/)... klijim anyone? :
Hi Stuart and Rich,
Stuart Halloway <[EMAIL PROTECTED]> writes:
> Hi Jose,
>
> The key determinant of metadata in Clojure is whether the data is
> orthogonal to equality. Would two tasks with identical behavior but
> different staleness predicates be equal? I would say no, hence a
> stale
Hi,
In order to learn and experiment with clojure, i'm implementing a (for
now, toy) build system. The idea is to replace makefiles or ant build
files or your-favourite-make-replacement files by specifications written
in a clojure-based embedded DSL (same thing as, for example, Rake or
Scons).