Fork me on GitHub
#clojure-nl
<
2019-08-24
>
bbss03:08:11

@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?

Stefan04:08:38

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.

Stefan04:08:02

If enough ppl are interested I could quickly show a bit at the meetup in September.

bbss05:08:08

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.

Stefan05:08:35

Absolutely

bbss05:08:42

I won't be in The Netherlands until Christmas, but I'd certainly join the meetup if I was there.

👍 4
Stefan05:08:17

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!

bbss05:08:34

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".

bbss05:08:17

And show it's okay to inspect the environment, and change it. I think with a game environment it might be more obvious because you can visually see the feedback very fast.

Stefan05:08:03

Very true I think. These unity devs are so used to restarting their game though, that they don’t even realize they are doing it all the time, so they don’t see it as a problem/opportunity-for-improvement.