clojure-nl

Companies working with Clojure in The Netherlands: https://docs.google.com/spreadsheets/d/1NzOqY1v-OReB1IquUgHuT3Kh8K8jhPdlwBM6ds7id6Y/edit?usp=sharing
thomas 2020-12-07T08:16:24.150900Z

mogge

kwrooijen 2020-12-07T08:22:20.151100Z

Morning

borkdude 2020-12-07T08:32:20.151300Z

morning

Mno 2020-12-07T09:07:24.151900Z

Morning!

gklijs 2020-12-07T09:08:37.152400Z

Morning, start of the 5 last ‘real’ working days of this year.

mozinator2 2020-12-07T10:22:54.153300Z

Working hosting a clojure app compiled by graalvm on google cloud run. My problems so far are with the Java Google API libraries not being graalvm compatible. But I am working around that by doing direct REST requests to the Google APIs using clj-http-lite

Mno 2020-12-07T11:15:07.153800Z

🎉 sounds good

Mno 2020-12-07T11:17:27.154200Z

I’m doing all the advent of code stuff in clojure to warm up

Mno 2020-12-07T11:18:05.154600Z

I thought it was going good until the 3rd one 😅 this one looks complicated

kwrooijen 2020-12-07T11:18:56.155400Z

If you get stuck, there are a lot of clojurians posting their solutions on GH

kwrooijen 2020-12-07T11:19:09.155900Z

I've learned a lot from reading those

gklijs 2020-12-07T11:19:15.156200Z

I’m skipping aoc this year. Last year I did them in Rust, and some in Clojure. But later ones sometimes take a lot of time.

kwrooijen 2020-12-07T11:19:17.156300Z

(Even after finishing them myself)

Mno 2020-12-07T11:22:16.156700Z

Thats good to know! Thanks

kwrooijen 2020-12-07T11:22:50.157300Z

This one is top of the Clojurian leader board at the moment. https://github.com/axelarge/advent-of-code

Mno 2020-12-07T11:23:32.157700Z

There’s a clojurian leaderboard 😮

borkdude 2020-12-07T11:24:04.158400Z

@hobosarefriends Are you even aware of the #adventofcode channel?

kwrooijen 2020-12-07T11:24:42.159400Z

(Code: 217019-4a55b8eb)

Mno 2020-12-07T11:24:59.159700Z

I was not, but I don’t want too many hints, and also I don’t want to compete too much.

Mno 2020-12-07T11:26:21.161Z

It makes me a bit too obsessive when I get competitive, gotta keep it chill.

Mno 2020-12-07T11:26:38.161200Z

But thanks for all the info

kwrooijen 2020-12-07T11:27:12.161700Z

This is the first time I'm doing AoC, and it's really clear I'm missing some puzzle solving skills haha

kwrooijen 2020-12-07T11:27:39.162Z

But being able to learn from others is really beneficial

Mno 2020-12-07T11:31:07.163500Z

I’ve done a few of the puzzles before at the meetups, but other than that, also first time.

Mno 2020-12-07T11:32:38.164300Z

Yeah it’s also helping me solidify core function usage

☝️ 1
Mno 2020-12-07T12:21:16.164900Z

turns out It was super easy, only need 6 lines.