This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-12
Channels
- # admin-announcements (8)
- # alda (11)
- # announcements (53)
- # architecture (2)
- # aws (10)
- # beginners (69)
- # boot (403)
- # braid-chat (160)
- # cider (10)
- # cljs-dev (14)
- # cljsjs (26)
- # cljsrn (34)
- # clojure (223)
- # clojure-art (1)
- # clojure-brasil (4)
- # clojure-dev (10)
- # clojure-france (1)
- # clojure-gamedev (1)
- # clojure-nl (14)
- # clojure-russia (20)
- # clojure-seattle (8)
- # clojure-sg (1)
- # clojurebridge (2)
- # clojurescript (156)
- # code-reviews (2)
- # community-development (305)
- # cursive (5)
- # datavis (33)
- # datomic (38)
- # devcards (4)
- # dirac (39)
- # dunaj (3)
- # emacs (5)
- # events (2)
- # funcool (45)
- # hoplon (3)
- # instaparse (24)
- # jobs (2)
- # ldnclj (77)
- # lein-figwheel (4)
- # leiningen (1)
- # mount (49)
- # nyc (14)
- # off-topic (52)
- # om (125)
- # omnext (4)
- # onyx (13)
- # other-lisps (1)
- # overtone (8)
- # parinfer (31)
- # plastic (6)
- # portland-or (3)
- # quil (4)
- # re-frame (6)
- # reading-clojure (16)
- # reagent (212)
- # ring-swagger (11)
- # robots (5)
- # spacemacs (4)
- # specter (1)
- # yada (26)
I've heard of Permutation City before, thanks for reminding me, will add to the list
Anyone please point me to some examples of how to use d3.js with clojurescript.
@kiranmysore: have you heard of mathbox?
@eggsyntax: recently wrapped it for use in #C0E66E1H7
There are c2 and stroke in the clojure realm. But I need some examples and would be really happy to know if someone is using in production. I believe c2 does not support interactive graphics of d3.js
@meow: There are c2 and stroke in the clojure realm. But I need some examples and would be really happy to know if someone is using in production. I believe c2 does not support interactive graphics of d3.js
I would like to know is possible to use all the functionalities of d3.js in cloujrescript
sorry clojurescript
@meow: I thought this is the right channel. Have done some google search. But would like to know from the practioners
@kiranmysore I haven't actually used either, but as I recall c2 is not actually a wrapper around d3, but a from-scratch implementation of something equivalent, along with in implementation or something along the same lines as react. That's just based on reading about it a year or so ago, though.
@eggsyntax: Thats correct
@eggsyntax: I am just looking for examples, tutorials
So if you want the full functionality of d3, I would go with strokes. Anything that strokes doesn't explicitly wrap for you, you ought to be able to call directly via javascript interop.
@eggsyntax: Also, if anyone using in production ?
Oh, no idea offhand about examples or tutorials, though. The strokes documentation doesn't give any good examples?
@eggsyntax: yeah 😞
I’ve used d3 via strokes quite a bit and don’t recall having any trouble between the two.
@kiranmysore: no idea how much clj/s background you have, but the broad picture with Java or JS libs respectively is that they’re as production-ready in clj/s as the libs themselves are, since Java/JS interop is first-class. A clj/s wrapper may make that simpler and more idiomatic, but you’re definitely not dependent on that. Or maybe that’s all old news for you, in which case never mind 😉
@exupero: Thanks
@eggsyntax: I think it will possible. Wanted to check the community what they are using ?
@eggsyntax: But thanks man!
strokes does seem helpful. LOL, I see that http://s.trokes.org has expired, I’ll file a github issue.
@kiranmysore: FYI, the strokes author says: "you can simply replace the http://s.trokes.org part of the URL with http://bl.ocks.org since strokes was just a clone of blocks with clojure syntax highlighting enabled."