This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-22
Channels
- # babashka (36)
- # beginners (42)
- # calva (6)
- # chlorine-clover (25)
- # cider (31)
- # clara (5)
- # clj-kondo (55)
- # cljdoc (3)
- # cljs-dev (7)
- # cljsrn (3)
- # clojure (73)
- # clojure-brasil (6)
- # clojure-europe (8)
- # clojure-italy (2)
- # clojure-nl (3)
- # clojure-norway (1)
- # clojure-spec (3)
- # clojure-sweden (4)
- # clojure-switzerland (2)
- # clojure-uk (29)
- # clojurescript (93)
- # conjure (21)
- # data-science (14)
- # datomic (19)
- # emacs (4)
- # exercism (3)
- # figwheel-main (38)
- # fulcro (38)
- # graalvm (42)
- # graphql (5)
- # jackdaw (3)
- # jobs (1)
- # joker (2)
- # lambdaisland (1)
- # leiningen (31)
- # malli (8)
- # meander (5)
- # off-topic (27)
- # pathom (2)
- # pedestal (28)
- # re-frame (25)
- # reagent (2)
- # reitit (11)
- # releases (3)
- # remote-jobs (1)
- # rum (1)
- # shadow-cljs (63)
- # spacemacs (17)
- # sql (1)
What are the reasons to learn Common Lisp for a Clojure(Script) programmer (mainly Web Developer) today ?
For web dev, I would choose Clojure over Common Lisp personally. Why? Tapping into good ecosystems on both the JVM and JavaScript.
How Common Lisp can help a programmer to become better at Clojure(Script)? Techniques, Concepts, Books?
@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.
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).
(learning Common Lisp is useful for a lot of folks who aren't already using a functional Lisp like Clojure(Script) tho'... 🙂 )
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?
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
@chase-lambert If you're looking to learn a new language, Rust in Action is pretty cool
although it's probably better as a second Rust book, after the free introductory one
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.
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
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.
If anyone has read that and wanted to share their opinion on it please share, I was thinking about reading it.
is it me, or did GitHub fall of the internet again. Not even getting a unicorn today
ah, some services are degraded
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?
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
it might also be worth asking in the #data-science channel
How Common Lisp can help a programmer to become better at Clojure(Script)? Techniques, Concepts, Books?