this post was submitted on 17 Oct 2025
23 points (96.0% liked)

Programming

23517 readers
244 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

cross-posted from: https://gregtech.eu/post/21117342

Elixir v1.19 released: type checking of protocols and anonymous functions, broader type inference, improved compile times, and more

top 4 comments
sorted by: hot top controversial new old
[–] cosmicrose@lemmy.blahaj.zone 6 points 1 month ago (1 children)

This release introduces a variable called MIX_OS_DEPS_COMPILE_PARTITION_COUNT, which instructs mix deps.compile to compile dependencies in parallel.

That’s a real gem on big projects.

[–] lena 6 points 1 month ago

It's not a gem, it's a mix :3

[–] taaz@biglemmowski.win 2 points 1 month ago (1 children)

have been eyeing elixir for a while, should give it another try. the whole beam/otp/erlang is a bit scary though

[–] 0xDREADBEEF@programming.dev 2 points 1 month ago

I was 'just' a JS dev in 2017 and learned Elixir for fun as my second language---worth looking at imo!