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 modera
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:
https://crossclj.info/ns/tupelo/0.1.59/project.clj.html#o
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
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 (http://gorilla
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 gori
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, *c
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 proba
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 maintain
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 (
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
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)
11 matches
Mail list logo