this post was submitted on 09 Jul 2024
1256 points (99.1% liked)

Programmer Humor

19166 readers
1611 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] canihasaccount@lemmy.world 18 points 2 months ago (1 children)

A fellow Julia programmer! I always test new models by asking them to write some Julia, too.

[โ€“] dactylotheca@suppo.fi 6 points 2 months ago

Oh I'm barely a Julia programmer ๐Ÿ˜… I learned it a couple of years ago just to check it out, started writing a personal project with it but got a bit irritated with how interfaces are defined informally and you have to dig through documentation to find out the methods you need to implement, and then just sort of drifted away. Will definitely use it in the future for eg. some signal analysis thingamajigs and so on though, it was a fun language to use with notebooks.

I usually prefer type systems that make me beg for mercy, heh.