This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-12
Channels
- # admin-announcements (3)
- # beginners (17)
- # boot (52)
- # braveandtrue (95)
- # cider (4)
- # cljs-dev (2)
- # clojars (118)
- # clojure (146)
- # clojure-art (4)
- # clojure-austin (1)
- # clojure-finland (20)
- # clojure-italy (33)
- # clojure-nl (1)
- # clojure-russia (49)
- # clojure-spec (136)
- # clojure-uk (28)
- # clojurescript (134)
- # clojutre (1)
- # conf-proposals (64)
- # cursive (3)
- # datomic (76)
- # hoplon (11)
- # ipfs (7)
- # jobs (1)
- # jobs-rus (1)
- # leiningen (4)
- # luminus (4)
- # mount (9)
- # om (34)
- # onyx (34)
- # proton (1)
- # re-frame (4)
- # reagent (35)
- # ring (2)
- # ring-swagger (6)
- # rum (15)
- # untangled (87)
its slow, don;t forget.
but, you're IO bound in most cases so doesn't matter
is that using spec for pre/post step validations and coercions @otfrom ?
schema also very slow
runtime contracts will never be 'fast'
having spent the weekend trying to think in types (or contract type-like substitutes), I'm quite glad that I don't have to all the time. ;-)
using it for generative testing and coercion of strings at the edges (which is what I spend most of my time doing when I'm coding anyway)
otfrom: cool - would be interested to hear more about how it works
I want to do C-c C-t n but that doesn't look like it will work (I want to use deftest basically)
my problem is mostly likely PEBCAK and I'm waiting for someone to tell me I'm an idiot and what the right macro/fuction to use is
@otfrom I haven’t tried it but might be useful https://gist.github.com/alexanderkiel/931387c7a86c1879b2267ad064067af7
@otfrom: yeah I know what you mean... figuring out how exactly to incorporate with tests etc is something I've struggled with a bit
clojure.core likes inferior-lisp and this works well with that. I don't think this has really be worked into cider yet and part of that is probably down to it still being alpha. I can understand that bbatsov doesn't want to chase the API. I know I don't want to either. ;-)
hullo. What do people use to securely store or encrypt RSA private keys with clojure? I vaguely remember using keystores in my java days a long time ago. Is this a thing?