Fork me on GitHub
#announcements
<
2019-06-26
>
jaide14:06:05

Published an article on contributing to Clojure open-source projects. I make a case for why it’s easier than contributing in other languages and also share my process to help beginners contribute. https://eccentric-j.com/blog/contributing-to-open-source.html

👍 44
aw_yeah 4
🐣 4
andy.fingerhut19:06:18

cljol, some Clojure/Java code I wrote some time back to investigate the size of Java objects and how they refer to each other, inside a running JVM. Possibly useful if you are curious about memory usage of Clojure data structures, or how they are implemented internally. https://github.com/jafingerhut/cljol

🎉 8
👌 8
mikerod21:06:46

@U0CMVHBL2 this is pretty cool. Clever naming choice too (reusing the “j” across initialisms)

mikerod21:06:17

It reminds me of a time when I was trying to do hprof-analysis stuff in clj to try to have a repl-driven way to analyze heap dump data (instead of the sql-based stuff that I’ve typically seen in profiler tools)

mikerod21:06:36

At least on the surface, it almost seems I could get similar benefits out of some of this JOL stuff in the repl (no idea if that is accurate yet, haven’t looked enough). Either way, seems like an interesting lib.

andy.fingerhut21:06:00

Thanks! Probably best to move additional discussion somewhere else, e.g. #clojure channel.

clj 4