This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-15
Channels
- # adventofcode (6)
- # beginners (63)
- # boot (39)
- # cider (25)
- # clara (9)
- # cljs-dev (27)
- # clojure (100)
- # clojure-dev (39)
- # clojure-dusseldorf (7)
- # clojure-italy (32)
- # clojure-russia (23)
- # clojure-spec (28)
- # clojure-uk (51)
- # clojurescript (197)
- # core-async (44)
- # cursive (3)
- # datomic (14)
- # emacs (4)
- # fulcro (27)
- # graphql (23)
- # hoplon (4)
- # jobs (9)
- # juxt (1)
- # leiningen (3)
- # nyc (1)
- # off-topic (6)
- # om (7)
- # onyx (6)
- # parinfer (11)
- # re-frame (23)
- # reagent (15)
- # ring-swagger (1)
- # rum (15)
- # shadow-cljs (37)
- # sql (24)
- # uncomplicate (4)
- # unrepl (17)
My brain and google is failing me - are there docs anywhere for importing specific parts of a lib? We want to use only the dynamodb parts of amazonica, and importing the whole thing is huge/takes ages when building an uberjar
I'm sure boot offers a way to only pull in specific namespaces or similar, but I'm failing at finding out how
@carr0t what does boot show -d
have to say about dependencies pulled in by amazonica, eg. com.amazonaws/aws-java-sdk*
but in general there is no tree shaking performed when collecting dependencies for uberjars
but amazon does provide separate artifacts for the different services (eg EC2, SQS, S3, etc)
you can see those here: https://mvnrepository.com/artifact/com.amazonaws
Amazonica pulls in a whole load of other stuff. Actually we probably want to exclude most of it. Is there any kind of :exclusions * :inclusions [...]
?
@micha I remember you writing some .scm
code, I am looking for a lisp with good REPL and good C interop, which one would you suggest me to look into?
@micha basically performance is not a problem for now, but I want to use libraries that have been battle tested for crypto for instance
but want to preserve Clojure's semantics and immutability if possible
also looking at https://ferret-lang.org/ 🙂
I think that is not maintained anymore
well no, maybe I am wrong: https://github.com/pixie-lang/pixie/commits/master
yep definitely, but I see no REPL, I opened an issue, pixie
is actually close to what I am looking for
I don't see interop in pixie
though...but will explore more
yeah definitely true 😉
yeah it says > Easy FFI
thanks a lot! sorry for the ping but I remembered you had some project with alternatives to Clojure 😉
cool, btw - easy https://github.com/pixie-lang/pixie/blob/master/examples/mandelbrot.pxi
yeah 😄