algo.monad state-m fetch-val bug and efficiency issue

2012-09-09 Thread Konrad Hinsen
Phlex writes: > I was unable to contact a maintainer of this library on irc (though i > didn't try very hard), So here is a gist with problem statement and > solutions for both issues. The maintainer is me, and I am indeed not in IRC. Thanks for your suggestions, which I have applied to the

Re: What does ":resource-paths" in leiningen do?

2012-09-09 Thread Michael Klishin
2012/9/10 larry google groups > > 1.) is this a break from java conventions? I thought Java projects tended > to put a "resources" folder at the top level of a project, rather than > inside of src? > > Different projects in the Java ecosystem tend to place resources into different places, e.g. We

What does ":resource-paths" in leiningen do?

2012-09-09 Thread larry google groups
I am looking here: https://github.com/technomancy/leiningen/blob/master/sample.project.clj I see this: :resource-paths ["src/main/resource"] ; non-code files included in classpath/jar I am confused in 2 ways: 1.) is this a break from java conventions? I thought Java projects tended to put a

[ANN] data.priority-map 0.0.2 available

2012-09-09 Thread Sean Corfield
https://github.com/clojure/data.priority-map Fixes: http://dev.clojure.org/jira/browse/DPRIMAP-1 Implements Iterable to be compatible with reducers per Alan Malloy. (yes, I know the README needs updating to the "official" format...) -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- ht

[ANN] rubydoc 0.3.0

2012-09-09 Thread Gabriel Horner
rubydoc is a project aimed at helping rubyists find clojure equivalents. There are now over 200+ ruby-clojure comparisons. 0.3.0 comes with some new features: * A comparison is not just limited to functions/methods. With the introduction of a :type field,

Re: clojure-clr question

2012-09-09 Thread George Oliver
On Sunday, September 9, 2012 5:20:13 PM UTC-7, James Ashley wrote: > > I don't want to add noise to this group. Is there somewhere more > appropriate to ask? (The wiki on the site doesn't seem to fit). > No apologies necessary, this is the list according to the clojure-clr readme. -- You

clojure-clr question

2012-09-09 Thread James Ashley
I don't want to add noise to this group. Is there somewhere more appropriate to ask? (The wiki on the site doesn't seem to fit). Sorry for wasting bandwidth, James -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to c

Re: How to run Clooj?

2012-09-09 Thread MerelyAPseudonym
Light Table may also be appropriate for you to use: http://www.chris-granger.com/2012/08/17/light-table-reaches-010/ Particularly notable is how it really is just a "double-click" experience with the latest release. N.B. I haven't checked in on Clooj recently, so please don't consider my sugges

Re: Browser as an Evaluation Environment error

2012-09-09 Thread goracio
i get clojurescript from repo couple of days ago- git clone clojurescript then bootrstraped and it installed clojure and closure libs in lib so all should be new i guess This particular error doesn't tell anything ? i thought it could point to the problem right away. On Sunday, September 9, 2012

Re: Browser as an Evaluation Environment error

2012-09-09 Thread goracio
i get clojurescript from repo couple of days ago- git clone clojurescript then bootrstraped and it installed clojure and closure libs in lib so all should be new i guess This particular error doesn't tell anything ? i thought it could point to the problem right away. On Sunday, September 9, 2012

Re: edn

2012-09-09 Thread Ben Smith-Mannschott
On Fri, Sep 7, 2012 at 3:01 AM, Rich Hickey wrote: > I've started to document a subset of Clojure's data format in an effort to > get it more widely used as a data exchange format, e.g. as an alternative to > JSON. > > Please have a look: > > https://github.com/richhickey/edn > > Rich I assume

Browser as an Evaluation Environment error

2012-09-09 Thread David Nolen
Could we get a bit more information about your environment. What release are you using? What version of closure, clojure? Thanks, David On Sunday, September 9, 2012, goracio wrote: > I don't use master - what's this ? > Yes i used bootstrap at the begging. > I added to the path :~/cljcode/clojur

Re: atom with metadata

2012-09-09 Thread John Holland
sorry, figured it out after I posted - to get at the meta have to deref the atom On Sunday, September 9, 2012 10:50:34 AM UTC-4, John Holland wrote: > > Can I perform a swap! on an atom and have the metadata survive? Or else > reapply it somehow? The only way I seem to be able to apply metadata

atom with metadata

2012-09-09 Thread John Holland
Can I perform a swap! on an atom and have the metadata survive? Or else reapply it somehow? The only way I seem to be able to apply metadata is with the reader macro. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Browser as an Evaluation Environment error

2012-09-09 Thread David Nolen
Could we get a bit more information about your environment. What release are you using? What version of closure, clojure? Thanks, David On Sunday, September 9, 2012, goracio wrote: > I don't use master - what's this ? > Yes i used bootstrap at the begging. > I added to the path :~/cljcode/clojur

Re: edn

2012-09-09 Thread Ben Smith-Mannschott
On Fri, Sep 7, 2012 at 3:01 AM, Rich Hickey wrote: > I've started to document a subset of Clojure's data format in an effort to > get it more widely used as a data exchange format, e.g. as an alternative to > JSON. > > Please have a look: > > https://github.com/richhickey/edn > > Rich The propo

Re: Browser as an Evaluation Environment error

2012-09-09 Thread goracio
I don't use master - what's this ? Yes i used bootstrap at the begging. I added to the path :~/cljcode/clojurescript/script and invoke repl in cljcode folder and there are foo.cljs foo.js and index.html files I enter repl with ~/cljcode$ repl then i enter forms as described in manual and i am at

Re: ANN Ritz 0.4.1

2012-09-09 Thread Denis Labaye
On Sat, Sep 8, 2012 at 2:02 PM, Hugo Duncan wrote: > Denis Labaye writes: > > > On Fri, Sep 7, 2012 at 9:11 PM, Hugo Duncan wrote: > > > >> > >> Ritz is a collection of repl servers, middleware and repl utility > >> functions, supporting nREPL and swank/slime. The repl utilities can be > >> use

Re: Question about sets

2012-09-09 Thread Andy Fingerhut
I think I may have figured it out. New patch attached to ticket CLJ-1065 that should eliminate run-time checks for duplicate map keys, for those maps whose keys are all compile-time constants. Andy On Sep 8, 2012, at 4:38 PM, Andy Fingerhut wrote: > Rich: > > I'm not sure what you mean by th

Re: `cljs.reader/read-string` on anonymous functions

2012-09-09 Thread Shantanu Kumar
On Friday, 7 September 2012 17:38:16 UTC+5:30, Moritz Ulrich wrote: > > This won't work, as ClojureScript doesn't includes a compiler in the > runtime. You can't eval ClojureScript code at runtime and you can't > read new anonymous functions in. > Thanks, Moritz. It's dawning on me that `cljs