Re: ANN: lein-clr for building ClojureCLR projects

2012-10-29 Thread Shantanu Kumar
For info to all: I tested this on Ubuntu 12.04 (64-bit) Mono 2.10.x and everything seems to work fine. On Sunday, 28 October 2012 19:33:08 UTC+5:30, Mark Rathwell wrote: Great work! Really looking forward to NuGet integration. Thanks Mark! I intend to tackle dependencies (Maven and NuGet)

Re: clojure.org requires more clicks now

2012-10-29 Thread Meikel Brandmeyer (kotarak)
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 resist :-)

Re: what is the simplest user auth system possible?

2012-10-29 Thread Balint Erdi
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,

Re: Some Friend documentation and regarding documentation in general

2012-10-29 Thread Patrik Sundberg
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 redirect

reduce, reduce-kv, map, mapv, reducers/map and nil

2012-10-29 Thread Wolodja Wentland
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

Re: Can't start clojurescript browser-connected repl

2012-10-29 Thread vemv
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

conversion problems using (count @someatom)

2012-10-29 Thread larry google groups
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):

Re: compile fails but stack trace does not mention a line of code in my app

2012-10-29 Thread larry google groups
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:25

Re: conversion problems using (count @someatom)

2012-10-29 Thread AtKaaZ
(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-app

Re: conversion problems using (count @someatom)

2012-10-29 Thread Sean Corfield
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 lawrencecloj...@gmail.com wrote: Now Ihave this and I get errors: (defn

Re: compile fails but stack trace does not mention a line of code in my app

2012-10-29 Thread Ambrose Bonnaire-Sergeant
This error is much better in Clojure 1.5.0-beta1. #IllegalArgumentException java.lang.IllegalArgumentException: Parameter declaration wh should be a vector Thanks, Ambrose On Tue, Oct 30, 2012 at 12:26 AM, larry google groups lawrencecloj...@gmail.com wrote: Since we're wild mass guessing,

Re: Cdr car

2012-10-29 Thread Andy Fingerhut
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

Re: monads

2012-10-29 Thread Michael Bradley, Jr.
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) - f,

Build Issues with Eclipse

2012-10-29 Thread JvJ
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

Re: Build Issues with Eclipse

2012-10-29 Thread David McNeil
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

Re: clojurescript failing silently?

2012-10-29 Thread David Mohs
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 dnolen...@gmail.comjavascript: wrote: On Fri, Jul 6, 2012