This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-02
Channels
- # arachne (8)
- # beginners (48)
- # carry (4)
- # chestnut (2)
- # cider (12)
- # cljs-dev (3)
- # clojure (28)
- # clojure-belgium (2)
- # clojure-brasil (1)
- # clojure-greece (4)
- # clojure-russia (6)
- # clojure-spec (1)
- # clojurescript (32)
- # cursive (11)
- # defnpodcast (2)
- # euroclojure (1)
- # hoplon (43)
- # jobs (2)
- # jobs-rus (10)
- # off-topic (11)
- # om (32)
- # onyx (28)
- # overtone (5)
- # parinfer (4)
- # planck (11)
- # protorepl (2)
- # reagent (2)
- # spacemacs (3)
- # yada (5)
I am having problems with "cursive" on ubuntu 16.04, the REPL does not work... it says "cursive ide sdk is wrong configured"
@bcbradley: if you pass maps between modules, you avoid conflicts by namespacing keys used in those maps.
I’m working on a library that needs to be able to deal with complex numbers as well as real numbers (longs). Since arithmetic operations are not defined under a protocol, how can I make these operations dispatch to the type’s corresponding methods?
@m1dnight: they are, but you can’t extend their implementation to types that they aren't defined for
hm, I suppose that makes sense. And inside the add
that i define I would do some type reflection to determine what I’m operating on?