Golang Weekly Issue 533: November 26, 2024

submited by
Style Pass
2024-11-27 09:00:04

GoMLX: ML in Go without Python — Eli recently wrote about Go’s suitability as a glue language for calling out to third party machine learning services and Python ‘sidecars’, but could you just do the heavy lifting from Go itself? GoMLX provides one option.

📊  What's Coming in Go 1.24 — A 52-slide deck that goes through language, tooling, and standard library changes coming to Go 1.24 (expected in January or February 2025). There’s quite a bit here, including generic type aliases, weak pointers, and an experimental test package for concurrent code.

💡 You may remember ▶️ Daniel's similar talk about Go 1.22 a year ago – when the video for the new talk lands, we'll link to it.

Go! Unlock Your Tech Potential with Ardan Labs Consulting — Struggling with skill gaps, development speed or complex tech challenges? Ardan Labs specializes in Go, Rust, Docker and K8s to accelerate your software development, optimize architecture, and manage tech debt. Let us supercharge your team!

Are Go's Generics Simple or Incomplete? A Design Study — Some argue that Go’s generic implementation only added complexity to the language, while others disagree. Nick takes us through a complex problem that he struggled to solve with generics, eventually ending up with a solution that works but felt a bit harder than necessary. Some commenters on Reddit felt that his approach was more OO / interface-based than it needed to be, though.

Leave a Comment