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

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 the

Re: ANN Ritz 0.4.1

2012-09-09 Thread Denis Labaye
On Sat, Sep 8, 2012 at 2:02 PM, Hugo Duncan duncan.h...@gmail.com wrote: Denis Labaye denis.lab...@gmail.com writes: On Fri, Sep 7, 2012 at 9:11 PM, Hugo Duncan h...@hugoduncan.org wrote: Ritz is a collection of repl servers, middleware and repl utility functions, supporting nREPL and

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: edn

2012-09-09 Thread Ben Smith-Mannschott
On Fri, Sep 7, 2012 at 3:01 AM, Rich Hickey richhic...@gmail.com 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

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

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

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

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

Re: edn

2012-09-09 Thread Ben Smith-Mannschott
On Fri, Sep 7, 2012 at 3:01 AM, Rich Hickey richhic...@gmail.com 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

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: 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

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

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

[ANN] rubydoc 0.3.0

2012-09-09 Thread Gabriel Horner
rubydoc https://github.com/cldwalker/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,

[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 --