Fork me on GitHub
#off-topic
<
2020-06-22
>
Prakash06:06:13

Does anybody else also face very frequent 503 errors from clojars?

walterl12:06:21

Yes! Glad to hear it's not just me/my connection

Ahmed Hassan09:06:40

What are the reasons to learn Common Lisp for a Clojure(Script) programmer (mainly Web Developer) today ?

borkdude09:06:06

For web dev, I would choose Clojure over Common Lisp personally. Why? Tapping into good ecosystems on both the JVM and JavaScript.

👍 12
Ahmed Hassan05:06:51

How Common Lisp can help a programmer to become better at Clojure(Script)? Techniques, Concepts, Books?

seancorfield05:06:40

@UCMNZLJ93 I think he's saying there's no reason to learn Common Lisp if you're already using Clojure(Script). And I would agree.

✔️ 3
seancorfield05:06:22

Common Lisp is a closed system, with an imperative language based on mutability, so I don't see it teaching you anything useful for a functional language like Clojure(Script).

💯 3
seancorfield05:06:03

(learning Common Lisp is useful for a lot of folks who aren't already using a functional Lisp like Clojure(Script) tho'... 🙂 )

Chase15:06:06

So I have free credits for a Manning book because I guess the Get Programming with Clojure book was cancelled. Any recommendations for what I can pick up? I have the 3 other Clojure/Manning books already and Eric Normand's new book Grokking Simplicity. Maybe something to help my fundamentals?

dharrigan15:06:14

Clojure, The Essential Reference

Chase15:06:44

Yeah I have all the Clojure specific books already. I was thinking something like this, maybe? https://www.manning.com/books/algorithms-and-data-structures-in-action

borkdude15:06:06

@chase-lambert If you're looking to learn a new language, Rust in Action is pretty cool

borkdude15:06:54

although it's probably better as a second Rust book, after the free introductory one

Chase15:06:32

I actually have that one too. Haha. I'm being difficult.

Chase15:06:15

I like Clojure as my main language and then Rust has been my little hobby, systems programming exploration language. I like it but I always run back to Clojure with joy.

borkdude15:06:27

Same here 😉

Chase16:06:44

I'll probably try out that Algo and DS book. I guess I was just curious if there happened to be a classic general software engineering book from Manning out there that is often recommended

borkdude16:06:24

So what happened to the Clojure book at Manning? Pivoted?

Chase16:06:24

Not sure, they gave kind of a boilerplate announcement that it just wasn't going to make it to the finish line. It was one of their MEAP early access books. The other Clojure books on Manning have been great. I want to really start diving into this Essential Reference one.

Michael J Dorian16:06:15

If anyone has read that and wanted to share their opinion on it please share, I was thinking about reading it.

Lennart Buit19:06:58

is it me, or did GitHub fall of the internet again. Not even getting a unicorn today

Lennart Buit19:06:18

ah, some services are degraded

p-himik19:06:50

Speaking of Manning (which is down for me at the moment) - are "Introducing Data Science" and "Build a Career in Data Science" any good for someone that already knows what a gradient descent and a loss function are?

heyarne21:06:50

I don't know where else to ask this and I've already opened an issue on Github some time ago. I'm having trouble getting the minimal oz sample to run; the server starts but something happens to the websocket connection and I can't send any visualizations from emacs to the browser. did anybody experience something similar and / or can help? Would be super grateful. 🙏 Sorry if this is not the right place to ask

phronmophobic21:06:10

it might also be worth asking in the #data-science channel

heyarne21:06:45

Thanks for the advice! I took a look and only saw some announcements there

Ahmed Hassan05:06:51

How Common Lisp can help a programmer to become better at Clojure(Script)? Techniques, Concepts, Books?