This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-24
Channels
- # announcements (1)
- # beginners (113)
- # calva (16)
- # cider (6)
- # cljsrn (1)
- # clojure (104)
- # clojure-argentina (2)
- # clojure-dev (3)
- # clojure-italy (1)
- # clojure-nl (10)
- # clojure-spec (6)
- # clojure-uk (4)
- # clojuredesign-podcast (44)
- # clojurescript (25)
- # core-async (2)
- # datomic (21)
- # emacs (14)
- # events (1)
- # figwheel-main (12)
- # fulcro (7)
- # joker (2)
- # leiningen (1)
- # mount (7)
- # music (1)
- # off-topic (16)
- # pedestal (3)
- # re-frame (8)
- # reagent (8)
- # reitit (11)
- # shadow-cljs (4)
- # spacemacs (16)
- # sql (1)
- # tools-deps (14)
- # vim (1)
@stefan.van.den.oord I've been wondering how hard that is to set-up and get something going. Did your workshop have any cool quick results?
It’s quite easy actually. We didn’t get very far because we had limited time for the actual coding. We were doing a 2D platform game, there were other tracks about world building and physics, the demos that came out of it were quite impressive.
Good to hear it was easy, I'd think game development is place number one where you'd want the close feedback loop clojure provides.
I won't be in The Netherlands until Christmas, but I'd certainly join the meetup if I was there.
We showed it to our colleagues but it seems until you’ve actually done it yourself, people don’t seem to the get the advantages of REPL driven development. I know I didn’t when I first started doing Clojure!
Agreed, it's not so easy to convey the power. You really have to highlight the contrast "see normally you have to make all these changes and wait for the compilation and program to run".