Hi!
I'm a beginner at clojure and enjoying the learning process. While writing
my first nontrivial program, I noticed that I'm transforming only first
elements in the list, so I factored this transformation out by writing next
function:
(defn map-first [f coll]
(map #(cons (f (first %)) (res
Dear all,
I have a simple mathematical problem which I want to use a sample for
parallelism.
My first question is if *partition* and *range *are lazy, does access to
lets say second part of partitioned range cause first part to be
materialized or no? Or is this using arithmetic progression in back
Dear all,
thanks for help and pointers.
Introduction of independent range instead of partitioned parts of lazy
sequence helped achieve parallelism (tested and works 4x faster (4 cores)
then normal version).
Here is the code (modified parts in bold):
(def range-end 2)
(def is-dividable
Hi Max,
I have started investigating this, and it works very nice.
I am a noob in Clojure/Java and I have a question about posting to FB using
your library. I tried something like this:
*(def auth-token (facebook-auth-by-name))
(def auth-name (first (keys auth-token)))
(with-facebook-auth-by-na
Dear Max,
this works like a charm.
Thank you very much for real fast response.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be pa
Dear all,
I have an issue with FatJar and Clojure/Eclipse/CCW.
I first perform *(compile* ... to get my file in *.class *form, and then
activate FatJar export and get a nice jar.
The issue is that when I run this jar, I get the same output as like before.
As if older version of the classes is
Dear Laurent,
looks like this helped get the expected output of new version.
Thanks for prompt reply :)
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are
Dear Max,
have there been some changes around Facebook authentication, because now it
seems as token that is returned is not valid?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note tha
I got latest version of your framework from Github and it works OK.
I am not sure if this is related to new settings in Facebook App page (I put
most of them to Disabled now) or some global change.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
T
Dear Max,
thank you very much for explanation :)
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To
Dear all,
what are in your opinion 3 biggest advantages that Clojure and
functional languages have over .NET, with focus on LINQ?
E.g. I thought of set functions, but this is supported in LINQ.
Any help is more than welcome for this student research.
--
You received this message because you are
at I have omitted.
>
> Oh lets not forget that there is Clojure being developed for .Net as
> well.
>
> So I suggest that you rethink the scope of your question.
>
> --
> Paulo
>
> On Feb 9, 6:48 pm, Bojan Jovicic wrote:
>
>
>
>
>
>
>
> > De
12 matches
Mail list logo