Clang: a C language family frontend for LLVM| clang.llvm.org
Some thoughts on the ergonomics of compiler version flags.| moonbase.lgbt
Languages, Libraries, and Standards¶| llvm.org
C++23 is complete and pretty much finalized, so let’s explore the new features in C++, from a data science point of view. This is not as large of a release as C++20 or C++11, but it’s still a hefty release with lots of nice new features - larger than C++17. Some of the major new features are building on themes from C++20, such as vastly expanded ranges and views, more constexpr/consteval, module support for the standard library, std::print to supplement std::format, and a std::generator t...| ISciNumPy.dev
Languages like C and C++ are standardized. They are fully specified in an internationally recognized standards document. Languages like Python, Swift and Rust do not have such a standards document. Should Rust be standardized? Why, or why not? In this blog post, I try to explain why I do think we need an accurate specification, why I do not think we need “standardization” (depending on your definition), and give an overview of the current state of Rust’s stability and specification effo...| blog.m-ou.se
A while ago I wrote about speeding up| Aras' website
This is Part two of a series wherein we build a “Hello World” application. If you are late to the party, I encourage you to check part 1 first.| cor3ntin.github.io