Fork me on GitHub
#beginners
<
2021-04-03
>
zackteo01:04:59

Thanks everyone for your help 😄 @hindol.adhya @dpsutton @elliot.stern @alexmiller @mitesh @pavlos

parens 12
👍 6
3
seancorfield04:04:26

For folks who have seen my usermanager example web app before, there is now a version that follows the Polylith architecture: https://github.com/seancorfield/usermanager-example/tree/polylith

polylith 12
jumar04:04:32

Great, thanks! I’ve found the example very valuable in the past. Any takeaways from the rewriting it to use Polylith?

seancorfield04:04:58

For a small app like this, it looks like a lot of extra complexity but the components are all very simple and it becomes very easy to extend and also to build new apps within the workspace that reuse those components.

👍 6
hindol05:04:46

I am currently hit by this: https://clojure.atlassian.net/browse/TDEPS-8 (tools.deps does not handle maven relocations). How to proceed? I am guessing I need to use :replace-deps somehow?

zackteo06:04:05

Hi everyone, how do I get the confidence interval in Clojure. Like with a list of data of orders each week [40 0 60 30 ...] which corresponds to each week based on index. I understand for mean, I can just reduce the data to get the sum and divide by number of weeks

hindol06:04:04

You can try asking in #data-science

zackteo06:04:20

Gotcha 🙂

zackteo13:04:42

Hi, am trying to evaluate if I should I try to do a golang distributed systems assignment with core.async instead 🙂 Any recommendations on links to get myself up to speed? Am looking at https://github.com/clojure/core.async/blob/master/examples/walkthrough.clj and https://clojure.org/news/2013/06/28/clojure-clore-async-channels at the moment. Am familiar with basic channels in golang

raspasov13:04:53

(I haven’t used it, but it looks sufficiently small and simple lib so you have a lower chance of drowning in complexity if something is not going according to plan)

raspasov13:04:11

Quite old though, hope it builds on current JVMs…

zackteo14:04:11

Hmmm, will look at it. But am is okay to just simulate things out all in a single Clojure program

👍 3
zackteo14:04:29

Specifically I need to implement Lamport's shared priority queue. If I did it in golang, am just expected to work with golang channels as they are. So think if I attempt this is Clojure will do that too

hindol14:04:32

You may find this useful: https://github.com/siclait/6.824-cljlabs-2020 (Since you mentioned distributed systems assignments and Golang - it reminded me of this.)

Bka Codes15:04:19

Hi all! I'm doing a weekend cram session on clojure (first time user!) and I'm really enjoying it lambdalove Would anyone have any recommendations for high level style-guides or best practices (testing etc)?

dharrigan15:04:17

This is a pretty good one . As with all styles, use what you want and makes sense to you, it's all subjective 🙂

🙏 6