This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-05
Channels
- # admin-announcements (10)
- # beginners (18)
- # boot (29)
- # capetown (2)
- # cider (46)
- # cljs-dev (1)
- # cljsrn (69)
- # clojure (126)
- # clojure-android (9)
- # clojure-gamedev (3)
- # clojure-greece (16)
- # clojure-poland (13)
- # clojure-russia (45)
- # clojure-spec (27)
- # clojure-uk (21)
- # clojurescript (99)
- # cursive (1)
- # datascript (1)
- # datomic (42)
- # functionalprogramming (10)
- # hoplon (47)
- # instaparse (12)
- # jobs (5)
- # jobs-rus (9)
- # keechma (22)
- # lein-figwheel (8)
- # leiningen (5)
- # luminus (1)
- # mount (7)
- # off-topic (1)
- # om (15)
- # onyx (47)
- # other-languages (14)
- # planck (28)
- # proton (8)
- # re-frame (30)
- # reagent (15)
- # remote-jobs (3)
- # slack-help (2)
- # untangled (9)
- # yada (6)
@digorithm: For what it’s worth, I have an iOS app where the domain is students, classroom, etc., all written with ClojureScript, and pure maps all the way through 🙂
Almost every Clojure book covers this particular subject (maps vs. records). Read a few, write some code. Certainly, coming from an OO background, it is a bit of a challenge to think about trying things with only maps.
Okay, I'll check it out in a clojure book, thanks for the help and yes, it's quite complicated to change my OO mindset, but I'm trying hehe.
@lewix open source in the sense that you have access to the source code and are able to open issues and send PRs after having signed a Contributor Agreement -> http://dev.clojure.org/display/community/Contributor+Agreement
I do not see the source @richiardiandrea
Ah, ok yes the source is on github
@lewix: You can also see the Clojure source for any var in your REPL by typing (source var-name-here)
🙂
So I'm super-curious about something that always sends me to the docs to remember which is which. Why is the syntax different for require on the fly in the repl as opposed to in a namespace declaration? (Quoting vs not, stored in a vector vs not etc.)