jeudi 14 août 2025
« Les explications nécessaires pour créer son propre opérateur Kubernetes, comme ceux disponibles sur OperatorHub, écrit en Go. Le projet est un service qui permet de générer un secret aléatoire de taille fixe (assez simple) et permet de comprendre les concepts de Kubernetes. »
jeudi 20 mars 2025
« It was one of the latest weeks big news : TypeScript is migrating to Go. But why, why not staying as it is, why not switching to C#, Rust, or another language ? Here Anders Hejlsberg, one of the co-creator of TypeScript explains almost everything. One figure struck me, if I understood well, speaking of why alternatives to TypeScript compiler struggled to attain critical mass : "we have about one hundred man year invested in TypeScript". Anyway, let's hope they will find a migration path smoother than other languages, as TypeScript 6 (JS) and TypeScript 7 (native, written in Go) may well live a long time alongside one another. »
jeudi 16 février 2023
« Related or not to this NSA's paper, the C++ community and it's creator Bjarne Stroustrup want to try to change the language to mitigate memory safety concerns. »
On transpilers [Alexandre]
jeudi 1 septembre 2022
« Un article comparant des "transpilers" de C vers Go, Rust et Zig. Est-ce bientôt la fin du C ? »
mercredi 2 février 2022
« Insights from data on O'Reilly's learning platform, some quotes that may be of interest:
  • "We start with an explosion of fantastic achievements that seem like science fiction—imagine, GPT-3 can write stories!"
  • "We know that C++ dominates game programming, but we suspect that it’s also coming to dominate embedded systems, which is really just a more formal way to say “internet of things.” We also suspect (but don’t know) that C++ is becoming more widely used to develop microservices."
 »
mardi 31 août 2021
« Ryan Dahl talks about programming languages, IDEs, frameworks and much more about software engineering. »
jeudi 11 mars 2021
« Une comparaison rapide de la gestion des valeurs flottante -0/+0, -INF/+INF entre les langages C++ /Java / Swift / GO / C# »
jeudi 15 octobre 2020
« A fairly biased but yet interesting comparisons between those languages and their communities. »
[c++, c, go, rust]
Go by example [Hande]
vendredi 12 juin 2015
« Une introduction au langage Go par des exemples. »