Sorry to revive this old thread, but I want to answer a question I had in
exactly the place I looked for the answer months ago.
On Friday, July 6, 2012 3:12:40 AM UTC-4, kovasb wrote:
>
> On Fri, Jul 6, 2012 at 2:59 AM, David Nolen
> >
> wrote:
> > On Fri, Jul 6, 2012 at 2:43 AM, kovas boguta
Does this thread address your need?
https://groups.google.com/forum/?fromgroups=#!searchin/clojure/local$20repository$20/clojure/1Ne8RqiffVI/aGoCPWiiCakJ
-David
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo
I'm working on a project that requires clojure-java interop. I'd like to
have a clojure project referenced by a java project, but there seems to be
some issues.
First of all, I can't seem to get the standard ccw Clojure project to
generate any compiled classes, so I've resorted to using Leinin
On Friday, October 26, 2012 11:06:59 AM UTC-5, Brian Craft wrote:
> I've read about four tutorials on monads so far, but it still escapes me.
>
> In fact, I'm still not sure what problem it solves. I'm familiar with the
> problem of having, say, three functions like f(a) -> b, g(c) -> d, h(e) ->
I typed up the transcript, and as a result of this message decided to republish
the transcript in a place that isn't gone yet:
http://jafingerhut.github.com/clojure-info/clojure-for-lispers-transcript.txt
If anyone has permission to update the link to the transcript beneath part 1 of
the video
This error is much better in Clojure 1.5.0-beta1.
#
Thanks,
Ambrose
On Tue, Oct 30, 2012 at 12:26 AM, larry google groups <
lawrencecloj...@gmail.com> wrote:
> > Since we're wild mass guessing, I'd say from that stack trace that
> there's
>
> > invalid syntax in a defn's signature somewhere.
>
Your last argument is not a sequence - remove the apply.
(and you probably want to remove the conj [] on the free memory call?)
On Mon, Oct 29, 2012 at 9:21 AM, larry google groups
wrote:
> Now Ihave this and I get errors:
>
> (defn show-stats-regarding-resources-used-by-this-app [request]
> (
(apply str "Memory
apply str (list "memory ... )
no?
On Mon, Oct 29, 2012 at 5:21 PM, larry google groups <
lawrencecloj...@gmail.com> wrote:
> I decided I wanted to be able to see some stats about my little app, so I
> added this function:
>
> (defn show-stats-regarding-resources-used-by-this-ap
> Since we're wild mass guessing, I'd say from that stack trace that there's
> invalid syntax in a defn's signature somewhere.
Good guess! A copy and paste error left 2 extra letters:
(defn is-user-valid? wh [request]
That "wh" was tough to find.
On Thursday, October 25, 2012 3:05
I decided I wanted to be able to see some stats about my little app, so I
added this function:
(defn show-stats-regarding-resources-used-by-this-app [request]
(response (apply str "Memory in use (percentage/used/max-heap): "
(who/memory-usage) " CPU usage (how-many-cpu's/load-average): "
(
Hi Tim,
I followed your recipe and unfortunately it doesn't work - one keeps
waiting for the output at the repl.
The `foo` namespace seems to be loaded twice. So I modified index.html to
load main.js only. This doesn't fix the issue though.
Could you please verify this?
Thanks - Victor
On We
Hi all,
I am currently testing performance of different reduce and map implementations
in my programs and have problems because their treatment of nil is different.
The "normal" clojure.core implementations of reduce and map work well when
called on nil, but reduce-kv and functions in clojure.redu
On Sunday, October 28, 2012 9:56:35 PM UTC, Patrik Sundberg wrote:
>
> On Sunday, October 28, 2012 8:14:41 PM UTC, Chas Emerick wrote:
>
>> On Oct 28, 2012, at 2:57 PM, Patrik Sundberg wrote:
>>
>> I've looked at this for a bit now. It seems there are some slight
>> inconsistencies in how the re
If you share your pc with your brother then using the classic one
username/password per site you'd have to log out and back in on each site
you want to use (or use another browser/incognito window, etc.)
With Persona you only have to do this once.
On Sunday, October 28, 2012 9:05:20 PM UTC+1, S
Hi,
Am Montag, 29. Oktober 2012 02:20:42 UTC+1 schrieb Vinod Kurup:
>
> On Sunday, October 28, 2012 6:16:12 PM UTC-4, raschedh wrote:
>
>> ...
>
> If you do not come back, you do not want it enough.
>> ...
>>
>
> Then a few extra clicks on the homepage shouldn't deter you.
>
> Sorry, couldn't r
15 matches
Mail list logo