Cross-platform check if value is a channel

2016-01-17 Thread JvJ
Is there a way of checking to see if something is a channel? Does it work in both clj and cljs? -- 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

Re: How to save gorilla plots to file

2016-01-17 Thread jandot
I've found a workaround now. I use the incanter library to create the plots, which allows me to do a (save my-plot "file.png"). To display the same plot on the screen: (chart-view my-plot). j. On Saturday, January 16, 2016 at 7:20:25 PM UTC+1, jandot wrote: > > Hi all, > > I have found the

Re: How to save gorilla plots to file

2016-01-17 Thread jandot
Nice :-) On Sunday, January 17, 2016 at 10:00:38 PM UTC+1, Jony Hudson wrote: > > Nice. In case you're not already familiar with it, this ( > https://github.com/JonyEpsilon/gg4clj) might be useful as well if you > want to be able to make more complex plots. > > > Jony > > On Saturday, 16 January

Looking for 1 maintainer for Loom

2016-01-17 Thread Aysylu Greenberg
Hi Clojurians, First of all, thank you so much for all your great contributions to Loom! They have helped improve Loom and greatly expand what Loom has to offer. Unfortunately, I haven't been able to spend much time on Loom lately due to my other obligations, so I'm looking for another

Java API type hint question

2016-01-17 Thread Ritchie Cai
Hi all, I'm trying to create a Java ArrayList object from a Clojure collection to pass to another Java API. I get reflection warnings when the elements are not primitive types, in this case I'm using SparseIndexedVector class from vectorz library. (ArrayList. [c0 c1 c2]) Reflection warning,

Re: How to save gorilla plots to file

2016-01-17 Thread Jony Hudson
It's not very elegant, but if you want a high-quality version you can open the web inspector or equivalent in your browser and copy the SVG node into a text file. You can then render the SVG to PNG using a variety of tools at whatever resolution you need. I very rarely do this (as you can

Re: How to save gorilla plots to file

2016-01-17 Thread Jony Hudson
Nice. In case you're not already familiar with it, this (https://github.com/JonyEpsilon/gg4clj) might be useful as well if you want to be able to make more complex plots. Jony On Saturday, 16 January 2016 18:20:25 UTC, jandot wrote: > > Hi all, > > I have found the gorilla REPL

Crossclj.info shows outdated dependencies

2016-01-17 Thread Alan Thompson
Hey - Many of you are probably already aware of the centralized API documentation available at https://crossclj.info . However, I just noticed a new (to me) feature: CrossClj shows the outdated dependencies of a project! Checkit out at:

Re: [ANN] Sparkling, a Clojure-API to Apache Spark.

2016-01-17 Thread Drew R
Hi, Is it possible to run lein repl against standalone spark cluster? I launched cluster on localhost with master at spark://zhmyh-osx.local:7077 and tried to run following commands: (require '[sparkling.conf :as conf]) (require '[sparkling.core :as spark]) (def c (-> (conf/spark-conf)

Re: [ANN] New clojure.org!

2016-01-17 Thread Brent Millare
I think another useful way to look at the issue that Alan brings up is to view it as a top down vs bottom up approach to learning the language. The site favors a top down approach, leading with the rationale and concepts rather than examples that can act like hooks that encourage the reader to

Re: [ANN] New clojure.org!

2016-01-17 Thread Alex Miller
The site does does not have any "learning" material at all. The material on the existing site is intended to be authoritative reference material, written by Rich (or in a few cases me). We will add more learning / getting started material - this is definitely the biggest gap in the existing site