Fork me on GitHub
#clojure-europe
<
2022-12-05
>
RAMart06:12:35

👋 ❄️

grav07:12:29

Good morning 🙂

1
pez07:12:08

Good morning!

arnout07:12:40

Morning all!

dharrigan07:12:44

Good Mornng!

ray08:12:58

Drop of the morning to ya

4
💧 3
❤️ 1
robert-stuttaford08:12:33

love the mix of colours on this! great photo

1
reefersleep09:12:01

I second that 🌈

simongray08:12:09

Good morning, esteemed Clojure programmers! As the sun rises on this new day, may the immutable principles of our beloved language guide your thoughts and inspire your creations. May your functions be pure, your code concise, and your programs a joy to behold. Happy coding!

🙇 4
😆 7
🚬 2
2
ray09:12:43

:rolling_on_the_floor_laughing: I was just going to ask if that was you or our new overlords

reefersleep09:12:52

What’s the reference here?

simongray09:12:33

The amazing new language model ChatGPT: https://chat.openai.com/chat

reefersleep09:12:28

Ah, I see 🙂

simongray11:12:00

Trying to get some work done, but…

😂 4
reefersleep11:12:23

That really is amazing!

reefersleep09:12:04

Good morning!

pez14:12:14

I filed an issue on #C03DPCLCV9N that we should enable so that scripts could be written in JavaScript too. Only to then start implementing it and after having created a test (in my most manual TDD style) and discover that Joyride has supported this all the time. 😃 🤯 I am now making it so that JS files are reloaded to pick up changes, which will enable some interactive programming also for the poor souls using JS instead of Clojure.

simongray14:12:23

Those poor sods stuck on JS. How sweet of you to also consider them.

simongray14:12:21

I really should check out Calva again...

pez14:12:22

At least #C03DPCLCV9N! It is amazing. I dare say this because most of the magic is not of my making. 😃

borkdude17:12:43

@U0ETXRFEW I don't think it's a good idea to reload the js by default since that has performance implications. But we could support it like this:

(ns foo (:require ["./foo.js"] :reload))
which is also how it's done in Clojure

borkdude17:12:03

the :load-fn should already tell you if :reload was passed

pez19:12:41

Thanks! Cool place for PR review feedback! 😃

borkdude19:12:25

Please make a PR to nbb with the reload thing too :P