Registration is now open for CppCon 2026! The conference starts on September 12 and will be held in person in Aurora, CO. To whet your appetite for this year’s conference, we’re posting videos of some of the top-rated talks from […]
.NET MAUI 11 adds pin clustering to the Map control, automatically grouping nearby pins into cluster markers. Learn how to enable clustering, create separate clustering groups, and handle cluster taps on Android and iOS.
The post Pin Clustering […]
cppreference.com is the premier public reference site for documenting and tracking the C++ language. It is run by Nate Kohl, with the help of many volunteer wiki editors. I want to thank Nate and all the volunteers for making it such an e[…]
Cross-Platform C++ AI Development with Conan, CMake, and CUDA
by Luis Caro Campos
From the talk at using std::cpp 2026:
Every year, the ISO C++ survey delivers the same verdict: dependency management is the #1 pain […]
A recap of the latest servicing updates for .NET and .NET Framework for April 2026.
The post .NET and .NET Framework April 2026 servicing releases updates appeared first on .NET Blog.
Find out about the new features in .NET 11 Preview 3 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, container images, and more!
The post .NET 11 Preview 3 is now available! appeared first on .NET Blog.
Registration is now open for CppCon 2026! The conference starts on September 12 and will be held in person in Aurora, CO. To whet your appetite for this year’s conference, we’re posting videos of some of the top-rated talks from […]
Let’s Make a Drum Machine application! Yeah! :D
There are basically two important things to handle: A MIDI “clock” and a groove to play.
Why asynchronous? Well, a simple while (1) { Time::HiRes::sleep($interval); ... } will not do because […]
Post image attribution: Eddie Leslie from Lancashire, CC BY-SA 2.0 https://creativecommons.org/licenses/by-sa/2.0, via Wikimedia Commons Whateverables Corner This week sees the release of 3 (yes, 3) new Whateverables. The Whateverables are a col[…]
Modular Opens Edinburgh & San Francisco Offices
Inspired by a similar previous thread showcasing cool uses for C++26 reflection.
Power of C++26 Reflection: Strong (opaque) type definitions
From the article:
With reflection, you can easily create "opaque" type definitions,[…]
Incremental compilation with LLVMAuthor: Matthew LuggI’ve been spending a bit of time working on personal projects after merging my type resolution changes last month, but I did find the time recently to make some improvements to the LLVM code[…]
MoonBit 0.9 introduces formal verification for AI-native workflows, enabling AI systems to generate code that is not just functional, but provably correct.
Rust for CPython project status update April 2026
Introducing GitHub Copilot Modernization and diving into the assessment report as part of cloud modernization process
The post Your Migration’s Source of Truth: The Modernization Assessment appeared first on .NET Blog.
Registration is now open for CppCon 2026! The conference starts on September 12 and will be held in person in Aurora, CO. To whet your appetite for this year’s conference, we’re posting videos of some of the top-rated talks from […]
ASP.NET Core 2.3 will reach end of support on April 13, 2027. Learn what this means for your applications and how to upgrade to a modern supported version of .NET.
The post ASP.NET Core 2.3 end of support announcement appeared first on .NET Blog.
The Nim Team is happy to announce the next instalment of NimConf!
NimConf 2026 will happen June 20, 2026 in the traditional online format where the talks are pre-recorded and revealed as premiers on YouTube while the viewers can ask questions an[…]
A final alpha and two bug fixes are awaiting your upgrade.
Habere’s Corner Habere-et-Dispertire has shared some new notes on using the raku command: TPRC Submit your Talk Don’t Miss the Perl and Raku Conference 2026 in Greenville, SCSAVE THE DATES! Friday through Sunday, June 26-28 Registration is o[…]
Registration is now open for CppCon 2026! The conference starts on September 12 and will be held in person in Aurora, CO. To whet your appetite for this year’s conference, we’re posting videos of some of the top-rated talks from […]
Structured Mojo Kernels Part 4 - Portability and the Road Ahead
A walkthrough of four mechanisms working behind every push_back() call — exponential growth and amortized O(1), the growth factor's effect on memory reuse, cache performance from contiguity, and the silent noexcept trap in move semantics dur[…]
C# 15 introduces union types — declare a closed set of case types with implicit conversions and exhaustive pattern matching. Try unions in preview today and see the broader exhaustiveness roadmap.
The post Explore union types in C# 15 appeared[…]
“Over the last three to five years, many of the promises that drew people to tech have been called into question.” The tech industry has long promised opportunity, growth, and the chance to build things that reach millions of people. Today, […]
Day Zero Launch: Fastest Performance for Gemma 4 on NVIDIA and AMD
Registration is now open for CppCon 2026! The conference starts on September 12 and will be held in person in Aurora, CO. To whet your appetite for this year’s conference, we’re posting videos of some of the top-rated talks from […]
On behalf of the Rakudo development team, I’m happy to announce the March 2026 release of Rakudo #191. Rakudo is an implementation of the Raku language. The source tarball for this release is available from https://rakudo.org/files/rakudo. Pre[…]
March was a busy month for Kotlin, with a new language release, fresh tooling, ecosystem updates, and plenty of inspiration ahead of KotlinConf’26. From practical improvements to exciting steps in AI and multiplatform, there’s a lot worth ex[…]
Amper 0.10.0 is out, and it brings a variety of new features, such as JDK provisioning, custom Kotlin compiler plugins, a Maven-to-Amper converter, and numerous IDE improvements! Read on for all of the details, and see the release notes for the […]
How much does C++26 Reflection actually cost your build?
In this article, we'll perform some early compilation time benchmarks of one of the most awaited C++26 features.
The hidden compile-time cost of C++26 reflection
by Vittorio R[…]
Modverse #54: From GTC to Edinburgh, a Community Building Momentum
Software Pipelining for GPU Kernels: Part 1 - The Pipeline Problem
In algorithmic trading, the Python-vs-C++ debate is usually framed as flexibility versus speed — rapid strategy development on one side, ultra-low-latency execution on the other. But with C++26 reflection, that trade-off starts to disappear,[…]
Ruby 3.2.11 has been released. This release includes an update to the zlib gem addressing CVE-2026-27820.
Please see the GitHub releases for further details.
This is the final release of the Ruby 3.2 series. We will not provide any further upd[…]
Registration is now open for CppCon 2026! The conference starts on September 12 and will be held in person in Aurora, CO. To whet your appetite for this year’s conference, we’re posting videos of some of the top-rated talks from […]
Ruby 3.3.11 has been released. This release includes an update to the zlib gem addressing CVE-2026-27820, along with some bug fixes.
Please see the GitHub releases for further details.
This is the last release of normal maintenance for the Rub[…]
Structured Mojo Kernels Part 3 - Composition in Practice
In this portrait, we meet Bjarne Stroustrup where we talk about his childhood, his accidental entry into computer science (what is "datologi" anyway?), and the ideas that shaped one of the most influential programming languages ever made -- am[…]
This years Meeting C++ conference is special, as its the 15th conference in total that Meeting C++ has organized, and its also the 5th time the event is hybrid!
Announcing Meeting C++ 2026
by Jens Weller
From the article:
We'l[…]
Go 1.26 simplifies type construction and enhances cycle detection for certain kinds of recursive types.
TPRC Talk Submission Deadline Extended Breaking news: TPRC Talk Submission Deadline extended to April 21, 2026. Many thanks to the organisers for heeding our call for more time. We are re-opening the talk submissions for TPRC with a new deadline[…]
Registration is now open for CppCon 2026! The conference starts on September 12 and will be held in person in Aurora, CO. To whet your appetite for this year’s conference, we’re posting videos of some of the top-rated talks from […]
Announcement of Version 2 of Generative AI for Beginners .NET, a free course rebuilt for .NET 10 with Microsoft.Extensions.AI, updated RAG patterns, and new agent framework content across five structured lessons for building production-ready AI […]
Today we are excited to announce the availability of TypeScript 6.0! If you are not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for types, which enables type-checking to catch errors, and provide rich e[…]
After ten months using GitHub Copilot Coding Agent (CCA) in dotnet/runtime, the .NET team shares data-driven lessons on cloud-AI-assisted development.
The post Ten Months with Copilot Coding Agent in dotnet/runtime appeared first on .NET Blog.
“There’s never been a better time to be a JVM or Spring developer.” The Spring ecosystem has evolved dramatically over the past decade, from traditional enterprise applications to microservices, distributed systems, and now AI-powered serv[…]
A look at Python's JIT in 3.15a7.
The full KotlinConf’26 schedule is finally live, and it’s packed! With parallel tracks, deep-dive sessions, and back-to-back talks, planning your time can feel overwhelming. When almost every session looks interesting, deciding where to spen[…]
Learn how custom-built AI agents are dramatically improving the .NET MAUI contribution workflow, reducing issue resolution time by 50-70% while increasing test coverage and code quality.
The post Accelerating .NET MAUI Development with AI Agents[…]
When I first came across std::is_within_lifetime, I expected another small type-traits utility — not a feature tied to checking whether a union alternative is active. But once you look closer, this seemingly narrow addition turns out to solv[…]
Modular 26.2: State-of-the-Art Image Generation and Upgraded AI Coding with Mojo
Registration is now open for CppCon 2026! The conference starts on September 12 and will be held in person in Aurora, CO. To whet your appetite for this year’s conference, we’re posting videos of some of the top-rated talks from […]
The Kotlin Foundation is joining Google Summer of Code (GSoC) 2026! If you are a student or an eligible contributor looking to spend your summer working on a real-world open-source project, this is your chance to make a meaningful impact on the […]
Function calls are cheap — but they are not free — and in tight loops their cost can dominate your runtime. Modern compilers rely on inlining to remove that overhead and unlock deeper optimizations, sometimes turning an ordinary loop into […]
Guest blog post on building a real time assistant using OpenAI Realtime API using .NET, F#, Microsoft.Extensions.AI and .NET MAUI.
The post RT.Assistant: A Multi-Agent Voice Bot Using .NET and OpenAI appeared first on .NET Blog.
Ruby 4.0.2 has been released.
This is a routine update that includes a bugfix in YJIT for NoMethodError on Puma.
Please see the GitHub Releases for further details.
Release Schedule
We intend to release the latest stable Ruby version (current[…]
German Perl/Raku Workshop 28th German Perl/Raku Workshop (16th-18th March 2026 in Berlin) in now in session. I look forward to seeing the videos and presentations, meantime here is the list to whet your appetite. Forthcoming Perl & Raku Conf[…]
The Kotlin 2.3.20 release is out! Here are the main highlights: For the complete list of changes, refer to What’s new in Kotlin 2.3.20 or the release notes on GitHub. How to install Kotlin 2.3.20 The latest version of Kotlin is included in the[…]
Modular at NVIDIA GTC 2026: MAX on Blackwell, Mojo Kernel Porting, and DeepSeek V3 on B200
Let’s talk about music programming! There are a million aspects to this subject, but today, we’ll touch on generating rhythmic patterns with mathematical and combinatorial techniques. These include the generation of partitions, necklaces, an[…]
Happy Pi Day! Today (3/14) we celebrate the most famous mathematical constant: π ≈ 3.14... Pi is irrational and transcendental, appears in circles, waves, probability, physics, and even random walks. Raku (with its built-in π const[…]
Quick reference for the Raku package "Jupyter::Chatbook".
Finding out how to implement features from the standard library can be a useful learning exercise. Quasar Chunawala explores implementing your own version of std::vector.
Implementing vector<T>
by Quasar Chunawala
From the ar[…]
Tracy is an open-source Kotlin library that adds production-grade observability to AI-powered applications in minutes. It helps you debug failures, measure execution time, and track LLM usage across model calls, tool calls, and your own custom a[…]
Ruby 3.4.9 has been released.
This release includes an update to the zlib gem addressing CVE-2026-27820,
along with other bug fixes.
Please see the GitHub releases for further details.
We recommend updating your version of the zlib gem. This r[…]
Structured Mojo Kernels Part 2 - The Three Pillars
A Calculator for the Command Line, that grabs data directly from AI. Who You are a command line user, perhaps a software developer, a data scientist or an IT savvy engineer. You are a numerate person, who likes to know the numbers behind what yo[…]
Type resolution redesign, with language changes to tasteAuthor: Matthew LuggToday, I merged a 30,000 line PR after two (arguably three) months of work. The goal of this branch was to rework the Zig compiler’s internal type resolution logic to […]
How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.
The penultimate 3.15 alpha is out!
An analysis of the growth of CPython's codebase from its first commits to the present day
Today we are excited to announce the Release Candidate (RC) of TypeScript 6.0! To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc TypeScript 6.0 is a unique release in that we intend […]
Modverse #53: Community Builds, Research Milestones, and a Growing Ecosystem
A buffer overflow vulnerability exists in Zlib::GzipReader. This vulnerability has been assigned the CVE identifier CVE-2026-27820. We recommend upgrading the zlib gem.
Details
The zstream_buffer_ungets function prepends caller-provided bytes […]
Structured Mojo Kernels Part 1 - Peak Performance, Half the Code
Reflection is coming to C++26 and is arguably the most anticipated feature accepted into this version of the standard. With substantial implementation work already done in Clang and GCC, compile-time reflection in C++ is no longer theoretical […]
Python Insider now lives at blog.python.org, backed by a Git repository. All 307 posts from the Blogger era have been migrated, and old URLs redirect automatically.
[Python Releases For Your Security!](https://discuss.python.org/t/python-3-12-13-3-11-15-and-3-10-20-are-now-available/106363) New security releases for 3.10, 3.11 and 3.12 are now available.
In this blog post (notebook) we calibrate the Heterogeneous Salvo Combat Model (HSCM), to the First World War Battle of Coronel. Our goal is to exemplify the usage of the functionalities of the Raku package "Math::SalvoCombatModeling".
Community Newsletter for February 2026
This blog post has been removed because of legal reasons by request of the author.
What do you do when the code for a variable initialization is complicated? Do you move it to another method or write inside the current scope? Bartlomiej Filipek presents a trick that allows computing a value for a variable, even a const varia[…]
A description of some of the recent changes to do allocations on the stack instead of the heap.
So, you’re coming to KotlinConf’26? Maybe it’s your first time in Munich, or even your first time at KotlinConf. You have your tickets, you’ve learned the schedule by heart, but it might still feel a little overwhelming. Let me show you […]
A look back on major design decisions in C++ Ranges and how they may be viewed today.
Range adaptors - 5 years after C++20
by Hannes Hauswedell
Watch now:
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-m[…]
The Nim Team is happy to announce version 2.2.8, the fourth patch release for our stable release, Nim 2.2.
It comes four months after the 2.2.6 release and it contains 89 commits, bringing bugfixes and improvements.
If you’re still on Nim 1.[…]
So how do you quickly concatenate strings?
By Aleksandr Orefkov
From the article:
All practicing programmers have to concatenate strings. Precisely concatenate, we don’t have some JavaScript or PHP, in C++ we have this fancy[…]
At JetBrains, we aim to make Kotlin development as accessible and efficient as possible across the entire ecosystem. While IntelliJ IDEA remains the premier IDE for Kotlin, we recognize that many developers use Visual Studio Code for a variety o[…]
The Claude C Compiler: What It Reveals About the Future of Software
Filtering items from a container is a common situation. Bartłomiej Filipek demonstrates various approaches from different versions of C++.
15 Different Ways to Filter Containers in Modern C++
by Bartłomiej Filipek
From the articl[…]
KotlinConf 2026 is starting to take shape, and there’s a lot happening across the Kotlin ecosystem right now. From the first conference speakers and community awards to new releases, tools, and real-world Kotlin stories at serious scale, I’v[…]
Go 1.26 includes a new implementation of go fix that can help you use more modern features of Go.
The Python Security Response Team now has an approved public governance document (PEP 811) and is welcoming new members.
Coroutines are powerful but require some boilerplate code. Quasar Chunawala explains what you need to implement to get coroutines working.
Coroutines – A Deep Dive
by Quasar Chunawala
From the article:
Following on from the […]
This tutorial was written by an external contributor. Over a decade ago, Netflix became one of the early adopters of microservice architecture, showcasing its potential at a large scale. Since then, many companies have jumped on the microservice[…]
io_uring and Grand Central Dispatch std.Io implementations landedAuthor: Andrew KelleyAs we approach the end of the 0.16.0 release cycle, Jacob has been hard at work, bringing std.Io.Evented up to speed with all the latest API changes:io_uring i[…]
Today we are announcing the beta release of TypeScript 6.0! To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta TypeScript 6.0 is a unique release in that we intend for it to be th[…]
Highlights for Quarter 1 of 2026
This is an early developer preview of Python 3.15 www.python.org/downloads/release/python-3150a6/ Major new features of the 3.15 series, compared to 3.14 Pyt...
Go 1.26 adds a new garbage collector, cgo overhead reduction, experimental simd/archsimd package, experimental runtime/secret package, and more.
MoonBit 0.8.0 marks a major step toward production-ready development with upgrades across language semantics, tooling, and AI-native workflows.
Every year on February 7th, math enthusiasts worldwide (should) consider celebrating Euler’s Day or E-day. Among Euler’s many gifts to the (currently known) mathematical universe is the ever-popular number e, the natural logarithm base […]
Two Package Management Workflow EnhancementsAuthor: Andrew KelleyIf you have a Zig project with dependencies, two big changes just landed which I think you will be interested to learn about.Fetched packages are now stored locally in the zig-pkg […]
How Fastcc, a self-hosting ARM64 C compiler, was built from scratch in 10 days with largely autonomous AI-driven development.
Concurrency has many different approaches. Lucian Radu Teodorescu clarifies terms, showing how different approaches solve different problems.
Concurrency Flavours
by Lucian Radu Teodorescu
From the article:
Most engineers toda[…]
2025 was a tough year for The Perl and Raku Foundation (TPRF). Funds were sorely needed. The community grants program had been paused due to budget constraints and we were in danger of needing to pause the Perl 5 core maintenance grants. Fastmai[…]
Bypassing Kernel32.dll for Fun and NonprofitAuthor: Andrew KelleyThe Windows operating system provides a large ABI surface area for doing things in the kernel. However, not all ABIs are created equally. As Casey Muratori points out in his lectur[…]
“Perl is my cast-iron pan - reliable, versatile, durable, and continues to be
ever so useful.” TPRC 2026 brings together a
community that embodies all of these qualities, and we’re looking for sponsors
to help make this special gathering p[…]
Python 3.14.3 is now available! This is third maintenance release of Python 3.14 Python 3.14.3 is the third maintenance release of 3.14, containing around ...
Community Newsletter for January 2026
zig libcAuthor: Andrew KelleyOver the past month or so, several enterprising contributors have taken an interest in the zig libc subproject. The idea here is to incrementally delete redundant code, by providing libc functions as Zig standard lib[…]
C math library functions, such as exp or sin, are not guaranteed to be “precise”. The results might be slightly different on different platforms. A recent change in mingw-w64 v12, which is a core dependency of compilers we use on Windows (bo[…]
Modular 26.1: A Big Step Towards More Programmable and Portable AI Infrastructure
A deep dive into OT, RGA, and EG-Walker CRDTs with MoonBit implementations and a Lomo-based collaborative editor demo.
Value semantics is a way of structuring programs around what values mean, not where objects live, and C++ is explicitly designed to support this model. In a value-semantic design, objects are merely vehicles for communicating state, while iden[…]
My name is Alex. Over the last years I’ve implemented several versions of the Raku’s documentation format (Synopsys 26 / Raku’s Pod) in Perl and JavaScript.
At an early stage, I shared the idea of creating a lightweight version of Raku’s[…]
The HLS team is happy to announce the 2.13.0.0 Haskell Language Server release which introduces two new exciting features!
Announcing the Perl Toolchain Summit 2026!
The organizers have been working behind the scenes since last September,
and today I’m happy to announce that the 16th Perl Toolchain Summit will
be held in Vienna, Austria, from Thursday April 23rd t[…]
In today's post, I like to touch on a controversial topic: singletons. While I think it is best to have a codebase without singletons, the real-world shows me that singletons are often part of codebases.
Singleton done right in C++
by[…]
The 2025 Go Developer Survey results, focused on developer sentiment towards Go, use cases, challenges, and developer environments.
Templates and metaprogramming considered as the big bad wolf of C++, and it’s time to stop being scared of this wolf, as it’s one of the most powerful creatures of C++.
Talk: Who’s Afraid of the Big Bad Template
by Coral Kash[…]
Templates and metaprogramming considered as the big bad wolf of C++, and it’s time to stop being scared of this wolf, as it’s one of the most powerful creatures of C++.
Talk: Who’s Afraid of the Big Bad Template
by C[…]
Build a static analyzer in MoonBit, from AST to CFG and data-flow analysis, ending with MCIL.
Ruby 3.2.10 has been released.
Please see the GitHub releases for further details.
Download
https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.10.tar.gz
SIZE: 19983731
SHA1: 6d7afca27627fbbcc7b933ac4e1a8a58c7a9be0e
SHA256: 880acb0[…]
How to Beat Unsloth's CUDA Kernel Using Mojo—With Zero GPU Experience
Note: 3.15.0a4 was accidentally built against from 2025-12-23 instead of 2026-01-13, so this 3.15.0a5 is an extra release correctly built against 2026-01-14...
Ruby 4.0.1 has been released.
This release includes a bugfix for spurious wakeup from Kernel#sleep when subprocess exits in another thread,
along with other bugfixes. Please see the GitHub releases for further details.
Release Schedule
We int[…]
Edit: This 3.15.0a4 was accidentally built against \ from 2025-12-23 instead of 2026-01-13, so 3.15.0a5 is an extra release correctly built against 2026-01-1...
Conferences are never just about the talks — they’re about time, travel, tradeoffs, and the people you meet along the way. After a year of attending several C++ events across formats and cities, this post is a personal look at how differen[…]
C++20 introduced coroutines. Quasar Chunawala, our guest editor for this edition, gives an overview.
A Guest Editorial
by Quasar Chunawala, Frances Buontempo
From the article:
You’ve likely heard about this new C++20 feature[…]
C math library functions, such as exp or sin, are not guaranteed to be “precise”. The results might be slightly different on different platforms. A recent change in mingw-w64 v12, which is a core dependency of compilers we use on Windows (bo[…]
Filtering items from a container is a common situation. Bartłomiej Filipek demonstrates various approaches from different versions of C++.
15 Different Ways to Filter Containers in Modern C++
by Bartłomiej Filipek
From the articl[…]
std::chrono::high_resolution_clock sounds like the obvious choice when you care about precision, but its name hides some important caveats. In this article, we’ll demystify what “high resolution” really means in <chrono>, why this […]
Community Newsletter for December 2025
This document (notebook) shows transformation of movie dataset into a form more suitable for making a movie recommender system. (This part 2 of a blog post series.)
Coroutines are powerful but require some boilerplate code. Quasar Chunawala explains what you need to implement to get coroutines working.
Coroutines – A Deep Dive
by Quasar Chunawala
From the article:
The following code is […]
Open Source WebAssembly Runtimes Built in MoonBit
Concurrency has many different approaches. Lucian Radu Teodorescu clarifies terms, showing how different approaches solve different problems.
Concurrency Flavours
by Lucian Radu Teodorescu
From the article:
Most engineers toda[…]
How time flies. Yet another year has flown by. Let’s first start with the technical stuff, as nerds do! Rakudo Rakudo saw about 1650 commits (MoarVM, NQP, Rakudo, doc) this year, which is about 20% less than 2024. All of these repositories now[…]
We are pleased to announce the release of Ruby 4.0.0.
Ruby 4.0 introduces “Ruby Box” and “ZJIT”, and adds many improvements.
Ruby Box
Ruby Box is a new (experimental) feature to provide separation about definitions. Ruby Box is enabled[…]
With ASCII, it's very simple to find the next character in a string: you can just increment an index (i++) or char pointer (pch++). But what happens when you have Unicode strings to process?
Finding the Next Unicode Code Point in Strings:[…]
Memory-safety vulnerabilities remain one of the most persistent and costly risks in large-scale C++ systems, even in well-tested production code. This article explores how hardening the C++ Standard Library—specifically LLVM’s libc++—can[…]
This document (notebook) describes three ways of making mazes (or labyrinths) using graphs. The first two are based on rectangular grids; the third on a hexagonal grid.
Qt completes the recommended public cash offer to the shareholders of I.A.R. Systems Group
From the article:
On 4 July 2025, Qt Group Plc's ("Qt Group") wholly owned subsidiary The Qt Company Ltd ("The Qt Company" and together with […]
Thanks to James McNellis to giving an introduction to this crutial technique for protecting C++ applications, which he has practical experience with.
A little Introduction to Control Flow Integrity - James McNellis - Keynote Meeting C++ 2[…]
Hello again! I return during this week of winter solstice to tell you about my experience participating in the Langjam Gamejam. I planned to use Raku, partially so that you could have an advent blogpost to read today, but also because Raku’s b[…]
Following the ruby-lang.org redesign, we have more news to celebrate Ruby’s 30th anniversary: docs.ruby-lang.org has a completely new look with Aliki—RDoc’s new default theme.
A Fresh Look for Ruby Documentation
Ruby has always been a jo[…]
This post is in response to two claims about coroutines: 1) Their reference function parameters may become dangling too easily, and 2) They are indistinguishable from regular functions from the declaration alone.
Event-driven flows
by[…]
We are excited to announce a comprehensive redesign of our site. The design for this update was created by Taeko Akatsuka.
As part of this update, we have redesigned the site’s identity as “A language where people gather, a site where peopl[…]
This document explores the properties and relationships of the integer 2026. It is classified as a semiprime and a happy number, with 365 serving as one of its primitive roots. While 2026 may not stand out significantly in number theory, it offe[…]
Very often the need arises in Windows C++ programming to convert text between Unicode UTF-16 (which historically has been the native Unicode encoding used by Windows APIs) and UTF-8 (which is the de facto standard for sending text across the I[…]
The Opening Keynote by Anthony Williams from Meeting C++ 2025 has been released.
Software and Safety - Anthony Williams - Keynote Meeting C++ 2025
by Anthony Williams
Watch now:
Explore how the C++ standard evolved across versions with interactive side-by-side diffs
C++ Standard Evolution Viewer
by Jason Turner
From the article:
This site provides an interactive way to explore changes in the C++ stand[…]
🔥 Modular 2025 Year in Review
The Software Sustainability Institute (UK) has awarded a grant of £500k (~650k USD) under the Research Software Maintenance Fund, to the project Enabling the Next Generation of Contributors to R.
The project is co-led by research software engin[…]
The 2025-12 mailing of new standards papers is now available.
WG21 Number
Title
Author
Document Date
Mailing Date
Previous Version
Subgroup
N5011
[…]
This is an early developer preview of Python 3.15 www.python.org/downloads/release/python-3150a3/ Major new features of the 3.15 series, compared to 3.14 Pyt...
It is relatively easy to get your for-loops wrong. Luckily, C++ offers more and more bug-proof alternatives.
Structured iteration
by Andrzej Krzemieński
From the article:
These problems do not occur when you use the range-b[…]
Lua 5.5.0 (rc4) has been released for testing.
Meeting C++ is hosting a 24h++ Event on December 18th and 19th! Get your tickets now!
Meeting C++ 24h++
by Jens Weller
From the page:
Meeting C++ 24h++ starts at the 18. December 2025.
Meeting C++ hosts an 24h++ online eve[…]
CLion 2025.3 is here, a landmark release with a groundbreaking Constexpr Debugger...
CLion 2025.3 Is Here, and It’s Epic: Faster Language Engine, Unique Constexpr Debugger, DAP Support, and Much More
by Oleg Zinovyev
From the art[…]
What a year I had! One more conference, one more trip report! I had the chance to go to Meeting C++ and give not just one but two talks!
Trip report: Meeting C++ 2025
by Sandor Dargo
From the article:
I remember that last year[…]
Lua 5.5.0 (rc3) has been released for testing.
C++11 gave us enum class and while it’s great to have scoped enums I don’t find it great for error handling. Let’s talk about why.
C++ Enum Class and Error Codes
by Mathieu Ropert
From the article:
Most of my r[…]
Two more, just three days after the last? Yes! We found some regressions, so here’s an expedited pair of releases. They also come with some bonus security fi...
Write a Simple Code Agent using moonbitlang/async
Modverse #52: Advancing AI Together — Community Projects & Platform Milestones
Earlier this year, the TypeScript team announced that we’ve been porting the compiler and language service to native code to take advantage of better raw performance, memory usage, and parallelism. This effort (codenamed “Project Corsa”, a[…]
Lua 5.5.0 (rc2) has been released for testing.
!Two snakes enjoying a pie with 3.14 on the top and π crimping This is first maintenance release of Python 3.14 Python 3.14.1 is the first maintenance release...
The latest version of Python 3.13 is now available! Python 3.13.10 https://www.python.org/downloads/release/python-31310/ This is the tenth maintenance rel...
Community Newsletter for November 2025
Launching the Julia Security Working Group
The Haskell.org committee is pleased to present the results of Haskell's
participation in the Google Summer of Code 2025. This marks our 14th time
taking part in GSoC!
Modular 25.7: Faster Inference, Safer GPU Programming, and a More Unified Developer Experience
This is an early developer preview of Python 3.15 https://www.python.org/downloads/release/python-3150a2/ Major new features of the 3.15 series, compared to ...
Lua 5.5.0 (rc1) has been released for testing.
"TTS 1 Max" (powered by Modular Platform) Ranked #1 Speech Model on Artificial Analysis
PyTorch and LLVM in 2025 — Keeping up With AI Innovation
Community Newsletter for October 2025
Announcing LLDB based debugger for MoonBit
The Nim Team is happy to announce version 2.2.6, the third patch release for our stable release, Nim 2.2.
It comes six months after the 2.2.4 release and it contains 141 commits, bringing bugfixes and improvements.
If you’re still on Nim 1.6[…]
Go 1.25 includes a new experimental garbage collector, Green Tea.
Achieving State-of-the-Art Performance on AMD MI355 — in Just 14 Days
This is an early developer preview of Python 3.15 https://www.python.org/downloads/release/python-3150a1/ Major new features of the 3.15 series, compared to ...
Python 3.13.9 https://www.python.org/downloads/release/python-3139/ 3.13.9 is an expedited release containing a fix for one specific regression in Python 3.1...
The number of open bug reports in the R bug tracker has been reduced by about 25% during August and September this year. This work has been possible thanks to an investment of the Sovereign Tech Fund.
Urgent bug reports that are easily reproduci[…]
Install the Wasm version of the MoonBit toolchain
[](https://discuss.python.org/t/python-3-12-12-3-11-14-3-10-19-and-3-9-24-are-now-available/104273#p-273973-old-timer-release-party-1)Old-timer Release Party...
Highlights of the Julia 1.12 release.
!Two snakes enjoying a pie with 3.14 on the top and π crimping Python 3.14.0 is now available python.org/downloads/release/python-3140/ This is the stable re...
The latest version of Python 3.13 is now available! Python 3.13.8 https://www.python.org/downloads/release/python-3138/ This is the eighth maintenance rele...
For the second consecutive year, The Perl and Raku Foundation (TPRF) is
overjoyed to announce a donation of USD 25,000 from
DuckDuckGo.
DuckDuckGo has demonstrated how Perl and its ecosystem can deliver power and
scale to drive the DuckDuckGo c[…]
Community Newsletter for September 2025
Introducing Async Programming in MoonBit
Go 1.25 introduces a new tool in the diagnostic toolbox, flight recording.
Modular Raises $250M to scale AI's Unified Compute Layer
Modular 25.6: Unifying the latest GPUs from NVIDIA, AMD, and Apple
Modverse #51: Modular x Inworld x Oracle, Modular Meetup Recap and Community Projects
Matrix Multiplication on Blackwell: Part 4 - Breaking SOTA
Today The Perl and Raku Foundation is thrilled to announce a donation of USD
10,000 from Geizhals Preisvergleich. This gift helps to
secure the future of The Perl 5 Core Maintenance Fund.
Perl has been an integral part of our product price comp[…]
It’s 🪄 finally 🪄 the final 3.14 release candidate! https://www.python.org/downloads/release/python-3140rc3/ Note: It’s another magic release. We fixed anot...
Developing a C Compiler in MoonBit
Help shape the future of Go
Your Favorite Perl Web Framework, Now Even Better
The Dancer Core Team project is proud to announce the release of Dancer2 2.0.0!
This release has been a long time coming, and while open source sometimes takes longer
than we’d like, we believe[…]
This is the 15th of the HARC Stack essays. Previous <= Don’t forget – HARC Stack combines HTMX with raku Air, Red and Cro to supply a fresh approach to web development. Two weeks ago, back before HARC Stack became the darling child of htt[…]
Matrix Multiplication on Blackwell: Part 3 - The Optimizations Behind 85% of SOTA Performance
This is the 14th of the HARC Stack essays. Previous <= As if you didn’t know, HARC Stack combines HTMX with raku Air, Red and Cro to supply a fresh approach to web development. Hot news this week is that the Raku official website https://ra[…]
Matrix Multiplication on Blackwell: Part 2 - Using Hardware Features to Optimize Matmul
Value type and bits pattern in MoonBit, 30% faster than Rust!
Community Newsletter for August 2025
Matrix Multiplication on Blackwell: Part 1 - Introduction
The Guilt
I consider myself successful.
I’m 45, with a sportscar, a house, a family, and a small business now 30 years old.
I made good decisions.
My car is 15-years old, my monitors are 20-years old, my chair is 25-years old, my desk is 25-y[…]
Modverse #50: Modular Platform 25.5, Community Meetups, and Mojo's Debut in the Stack Overflow Developer Survey
Not one but two expedited releases! 🎉 🎉 Python 3.14.0rc2 It’s the ~final~ 🪄 penultimate 🪄 3.14 release candidate! https://www.python.org/downloads/releas...
This is the 13th of the HARC Stack essays. Previous <= As if you didn’t know, HARC Stack combines HTMX with raku Air, Red and Cro to supply a fresh approach to web development. Well, Cro has an awesome, declarative way to set up forms in yo[…]
The Perl and Raku Foundation (TPRF) is thrilled to announce a substantial
$11,500 donation from SUSE, one of the world’s leading
enterprise Linux and cloud-native and AI solutions providers. This generous
contribution bolsters the Perl 5 Core […]
The latest version of Python 3.13 is now available! [](https://discuss.python.org/t/python-3-13-6-has-been-released/101482#p-265330-python-3136-1)Python 3.13...
Modular Platform 25.5: Introducing Large Scale Batch Inference
This is the 12th of the HARC Stack essays. Previous <= By the way, HARC Stack combines HTMX with raku Air, Red and Cro to supply a fresh approach to web development. My favourite HTMX example is the Active Search. Just so cool to be able to d[…]
Today we are excited to announce the release of TypeScript 5.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for types. With types, TypeScript makes it possible to check your code to avoi[…]
Community Newsletter for June and July 2025
SF Compute and Modular Partner to Revolutionize AI Inference Economics
Introducing MoonBit Pilot: The Code Agent dedicated to the MoonBit toolchain
"Amelia's Sad Face" by donnierayjones is licensed under CC BY 2.0 .
MetaCPAN.org, the essential search engine for Perl’s
CPAN repository, has faced months of severe traffic issues that brought the
service to its knees with frequent 503 errors.[…]
Printing statistics to the
terminal
or plotting data extracted from FIT
files
is all well and good. One problem is that the feedback loops are long.
Sometimes questions are better answered by playing with the data directly.
Enter the Perl Data […]
Today we are excited to announce the Release Candidate (RC) of TypeScript 5.9! To get started using the Release Candidate, you can get it through npm with the following command: npm install -D typescript@rc Let’s take a look at what’s new in[…]
MoonBit Programming Language 1.0 Roadmap Preview
The Perl and Raku Foundation (TPRF) is delighted to announce a generous €10,000
donation from Proxmox Server Solutions GmbH, supporting the critical Perl 5
Core Maintenance Fund. Corporate partnerships play a critical role in
enabling TPRF to […]
It’s the first 3.14 release candidate! https://www.python.org/downloads/release/python-3140rc1/ This is the first release candidate of Python 3.14 This relea...
Announcing Google Summer of Code 2025 selected projects
AI Agents for AWS Marketplace
Modverse #49: Modular Platform 25.4, Modular 🤝 AMD, and Modular Hack Weekend
Today we are excited to announce the availability of TypeScript 5.9 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.9![…]
It’s the final 3.14 beta! https://www.python.org/downloads/release/python-3140b4/ This is a beta preview of Python 3.14 Python 3.14 is still in development. ...
Running WebAssembly-based MoonBit compiler using `rusty_v8`
Inside Modular Hack Weekend: Top Projects and Community Highlights
Lua 5.5.0 (beta) released
The beta version of Lua 5.5 has been released for testing.
Last
time, we
worked out how to extract, collate, and print statistics about the data
contained in a FIT file. Now we’re going to take the next logical step and
plot the time series data.
Start plotting with Gnu
Now that we’ve extracted dat[…]
How is Modular Democratizing AI Compute? (Democratizing AI Compute, Part 11)
Modular 25.4: One Container, AMD and NVIDIA GPUs, No Lock-In
It’s 3.14 beta 3! https://www.python.org/downloads/release/python-3140b3/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This rel...
When I was younger we would call this a brown paper bag release, but actually, we shouldn’t hide from our mistakes. We’re only human. So, please enjoy: [](ht...
Modular + AMD: Unleashing AI performance on AMD GPUs
Introducing Mammoth: Enterprise-Scale GenAI Deployments Made Simple
Lua 5.4.8 has been released. It fixes all known bugs in Lua 5.4.7.
Markdown-Oriented Programming in MoonBit: Bridging Code and Documentation
Python Release Party It was only meant to be release day for 3.13.4 today, but poor number 13 looked so lonely… And hey, we had a couple of tarfile CVEs that...
Community Newsletter for May 2025
Modverse #48: Modular Platform 25.3, MAX AI Kernels, and the Modular GPU Kernel Hackathon
Exploring Metaprogramming in Mojo
Here’s the second 3.14 beta. https://www.python.org/downloads/release/python-3140b2/ This is a beta preview of Python 3.14 Python 3.14 is still in developmen...
MoonBit Programming Language: Born for AI and Large Systems, Seamlessly Integrating Python
This past March we unveiled our efforts to port the TypeScript compiler and toolset to native code. This port has achieved a 10x speed-up on most projects – not just by using a natively-compiled language (Go), but also through using shared mem[…]
C math library functions, such as exp or sin, are not guaranteed to be “precise”. The results might be slightly different on different platforms. A recent change in mingw-w64 v12, which is a core dependency of compilers we use on Windows (bo[…]
Modular GPU Kernel Hackathon Highlights: Innovation, Community, & Mojo🔥
Introducing virtual package in MoonBit
Modular’s bet to break out of the Matrix (Democratizing AI Compute, Part 10)
Only one day late, welcome to the first beta! https://www.python.org/downloads/release/python-3140b1/ This is a beta preview of Python 3.14 Python 3.14 is st...
Modular Platform 25.3: 450K+ Lines of Open Source Code and pip Packaging
Community Newsletter for April 2025
MoonBit Native on ESP32-C3: With C-Level Performance
C math library functions, such as exp or sin, are heavily used by R and packages. The C standard doesn’t require these functions to be “precise”. Instead, there is room for performance optimizations causing a reasonable amount of inaccurac[…]
A New, Simpler License for MAX and Mojo
Why do HW companies struggle to build AI software? (Democratizing AI Compute, Part 9)
The Nim Team is happy to announce two releases:
version 2.2.4, a second patch release for the latest stable version
version 2.0.16, an eight patch release for Nim 2.0
Nim v2.2.4 comes two and a half months after the v2.2.2 release and it […]
Modverse #47: MAX 25.2 and an evening of GPU programming at Modular HQ
The HLS Team is proud to announce the new release of the Haskell Language Server 2.10.0.0!
What about the MLIR compiler infrastructure? (Democratizing AI Compute, Part 8)
Not one, not two, not three, not four, not five, but six releases! Is this the most in a single day? 3.12-3.14 were regularly scheduled, and we had some secu...
Highlights for Quarter 1 of 2025
Community Newsletter for March 2025
What is stability? What has the Haskell Foundation Stability Working Group been working on?
What about Triton and Python eDSLs? (Democratizing AI Compute, Part 7)
MAX 25.2: Unleash the power of your H200's–without CUDA!
Here comes the penultimate alpha. https://www.python.org/downloads/release/python-3140a6/ This is an early developer preview of Python 3.14 Major new feature...
What about TVM, XLA, and AI compilers? (Democratizing AI Compute, Part 6)
Today I’m excited to announce the next steps we’re taking to radically improve TypeScript performance. The core value proposition of TypeScript is an excellent developer experience. As your codebase grows, so does the value of TypeScript its[…]
What about OpenCL and CUDA C++ alternatives? (Democratizing AI Compute, Part 5)
Community Newsletter for February 2025
Today we’re excited to announce the release of TypeScript 5.8! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Writing types in our code allows us to explain intent and h[…]
Modverse #46: MAX 25.1, MAX Builds, and Democratizing AI Compute
CUDA is the incumbent, but is it any good? (Democratizing AI Compute, Part 4)
MAX 25.1 - Introducing MAX Builds
How did CUDA succeed? (Democratizing AI Compute, Part 3)
Here comes the antepenultimate alpha. https://www.python.org/downloads/release/python-3140a5/ This is an early developer preview of Python 3.14 Major new fea...
Thoughts and advice on starting your own Julia community workgroup.
Paged Attention & Prefix Caching Now Available in MAX Serve
What exactly is “CUDA”? (Democratizing AI Compute, Part 2)
The Nim Team is happy to announce version 2.2.2, the first patch release for our stable release, Nim 2.2.
It comes four months after the 2.2.0 release and it contains 203 commits, bringing bugfixes and improvements.
If you’re still on Nim 1.[…]
A small release day today! That is to say the releases are relatively small; the day itself was of average size, as most days are. Python 3.13.2 Python 3.13’...
Community Newsletter for January 2025
DeepSeek's Impact on AI (Democratizing AI Compute, Part 1)
Agentic Building Blocks: Creating AI Agents with MAX Serve and OpenAI Function Calling
R and R packages on Windows, if they include native code, are built using compiler toolchain and libraries from Rtools. There is always a specific version of Rtools for a given version of R. Rtools44 is used for R 4.4.x, and hence R 4.4.x and pa[…]
Use MAX with Open WebUI for RAG and Web Search
The Nim community survey 2024 has been open for two months, and we have received 367 responses – less than in previous years, but we’ll still try to draw conclusions about our users and their habits.
Before we go into details, we would like […]
Hello, three dot fourteen dot zero alpha four! https://www.python.org/downloads/release/python-3140a4/ This is an early developer preview of Python 3.14 Majo...
GHC since version 9.8 allows us to create callbacks from JS to Haskell code, which enables us to create full-fledged browser apps.
This article shows how to use the JS backend with foreign component libraries.
To conclude the year 2024, the GHC and Cabal teams are happy to announce the releases of GHC 9.12 and cabal 3.14.
The history of the SatelliteToolbox.jl ecosystem
Community Newsletter for December 2024
The Nim team is happy to announce Nim version 2.0.14, our seventh patch release for Nim 2.0,
for our users who haven’t switched yet to Nim 2.2.
Version 2.0.14 contains 40 commits, and it brings several improvements to Nim 2.0.12, released two[…]
The Cabal Manual now has a guide on how to collect performance statistics of Haskell applications.
Evaluating Llama Guard with MAX 24.6 and Hugging Face
MAX GPU: State of the Art Throughput on a New GenAI platform
Introducing MAX 24.6: A GPU Native Generative AI Platform
Build a Continuous Chat Interface with Llama 3 and MAX Serve
O Alpha 3, O Alpha 3, how lovely are your branches! https://www.python.org/downloads/release/python-3140a3/ This is an early developer preview of Python 3.14...
Community Newsletter for November 2024
For conversion of strings from a given character encoding to another, R uses iconv, a function defined by POSIX. It is available on Linux and macOS with the operating system and for Windows, R ships with a slightly customized version of win_icon[…]
We are proud to announce the launch of the official
2024 Nim Community Survey!
No matter whether you use Nim today, have used Nim previously, or never used Nim before;
we want to know your opinions.
Your feedback will help the Nim project under[…]
Highlights for December - Interview with Karl Zylinski
Another big release day! Python 3.13.1 and 3.12.8 were regularly scheduled releases, but they do contain a few security fixes. That makes it a nice time to r...
Most R users would sometimes install or update R packages and hence are impacted by how long this takes. The parts of package installation that take potentially longest have already been addressed by support for binary packages and parallel inst[…]
The Haskell.org committee is pleased to present the results of Haskell's
participation in the Google Summer of Code 2024. This marks our 13th time
taking part in GSoC!
Alpha 2? But Alpha 1 only just came out! https://www.python.org/downloads/release/python-3140a2/ This is an early developer preview of Python 3.14 Major new ...
I published my new book: A Language a Day, which is a collection of brief overviews to 21 programming languages.
The Nim team is happy to announce Nim version 2.0.12, our sixth patch release for Nim 2.0,
for our users who haven’t switched yet to Nim 2.2.
Version 2.0.12 is a small release, containing just 24 commits, but it brings several improvements to[…]
This year, there was another London Perl Workshop 2024, I decided to attend it.
Understanding SIMD: Infinite Complexity of Trivial Problems
NimConf 2024 will take place on October 26th, starting from 11:00 UTC.
It will have the same format as in previous incarnations, and it will be streamed for free via YouTube.
There will be 10 talks on various subjects
and we’re sure you’ll[…]
It's now time for a new alpha of a new version of Python! https://www.python.org/downloads/release/python-3140a1/ This is an early developer preview of Python...
Community Spotlight: Writing Mojo with Cursor
Highlights of the Julia 1.11 release.
Community Newsletter for October 2024
Python 3.13.0 is now available https://www.python.org/downloads/release/python-3130/ This is the stable release of Python 3.13.0 Python 3.13.0 is the newest ...
Community Newsletter for September 2024
I'm pleased to announce the release of Python 3.13 release candidate 3 (instead of the expected final release). https://www.python.org/downloads/release/pyth...
I'm pleased to announce the release of Python 3.12.7: https://www.python.org/downloads/release/python-3127/ This is the seventh maintenance release of Pyth...
Highlights for October - Interview with Crews
JuliaCon Global 2025 and JuliaCon 2024 Wrap-Up Blogpost.
The playground (play.haskell.org) allows you to run single-file Haskell programs right from your browser, and share them with others.
In this post, I will introduce the playground and give some implementation details.
The JavaScript world has been battling for low bundle size from the very beginning.
It is now our turn to enter the battle
In the Haddock team, part of our mission is to help with writing documentation, and promoting best practices. This article will help you write the best documentation you can!
MAX 24.5 - With SOTA CPU Performance for Llama 3.1
Hi there! A big joint release today. Mostly security fixes but we also have the final release candidate of 3.13 so let’s start with that! Python 3.13.0RC2 ...
Highlights for September - Interview with Marshall B
When using R interactively via a console, one edits a line of input, confirms it by pressing ENTER, then R parses the line, evaluates it, prints the output and lets the user enter another line. This is also known as REPL (Read-Eval-Print-Loop).
[…]
I'm pleased to announce the release of Python 3.12.5: https://www.python.org/downloads/release/python-3125/ This is the fifth maintenance release of Python...
Highlights for August - Interview with Feoramund
I'm pleased to announce the release of Python 3.13 release candidate 1. https://www.python.org/downloads/release/python-3130rc1/ This is the first release ca...
Announcing stack-pr: an open source tool for managing stacked PRs on GitHub
I'm pleased to announce the release of Python 3.13 beta 4. https://www.python.org/downloads/release/python-3130b4/ This is a beta preview of Python 3.13 Pyth...
Develop locally, deploy globally
Bring your own PyTorch model
A brief guide to the Mojo n-body example
Highlights for July - Showcasing 4 Blogs Entries
I'm pleased to announce the release of Python 3.13 beta 3. https://www.python.org/downloads/release/python-3130b3/ This is a beta preview of Python 3.13 Pyth...
Lua 5.4.7 has been released. It fixes all known bugs in Lua 5.4.6.
What's new in MAX 24.4? MAX on macOS, fast local Llama3, native quantization and GGUF support
What’s new in Mojo 24.4? Improved collections, new traits, os module features and core language enhancements
MAX 24.4 - Introducing quantization APIs and MAX on macOS
I'm pleased to announce the release of Python 3.12.4: https://www.python.org/downloads/release/python-3124/ This is the third maintenance release of Python 3...
Deep dive into ownership in Mojo
Highlights for June - Showcasing 4 Community Projects
What ownership is really about: a mental model approach
The question has been raised, how to get named arguments into sub EXPORT via a use-statement. The ever helpful raiph provided an answer, which in turn left me with the question, why he didn’t just use a Capture to move the data around. Well, b[…]
Fast⚡k-means clustering in Mojo🔥: a guide to porting Python to Mojo🔥 for accelerated k-means clustering
Generalizing Support for Functional OOP in R R has built-in support for two functional Object Oriented Programming (OOP) systems: S3 and S4, corresponding to the third and fourth version of the S language, respectively. The two systems are large[…]
This is a brief statement on behalf or the R Core Team on the serialization bug recently reported by the cybersecurity form HiddenLayer. The bug has been reported as a vulnerability with id CVE-2024-27322.
R is a full-featured language that incl[…]
Developer Voices: Deep Dive with Chris Lattner on Mojo
GSoC and JSoC Fellows and Projects announced for 2024.
What’s New in Mojo 24.3: Community Contributions, Pythonic Collections and Core Language Enhancements
MAX 24.3 - Introducing MAX Engine Extensibility
Highlights for May - Showcasing 5 Community Projects
R 4.4.0, to be released tomorrow, comes with experimental native support for 64-bit ARM Windows machines (aarch64, arm64). Rtools44 with native support for the platform has been released at the beginning of March.
The effort to add Windows/aarch[…]
Row-major vs. Column-major Matrices: A Performance Analysis in Mojo and NumPy
What’s new in Mojo 24.2: Mojo Nightly, Enhanced Python Interop, OSS stdlib and more
Highlights for April - Showcasing 2 Community Projects
The Next Big Step in Mojo🔥 Open Source
MAX 24.2 is Here! What’s New?
Semantic Search with MAX Engine
How to Be Confident in Your Performance Benchmarking
Mojo🔥 ❤️ Pi 🥧: Approximating Pi with Mojo🔥 using Monte Carlo methods
Evaluating MAX Engine inference accuracy on the ImageNet dataset
Highlights for March - Showcasing 4 Community Projects
MAX is here! What does that mean for Mojo🔥?
Getting started with MAX Developer Edition
Announcing MAX Developer Edition Preview
What are dunder methods? A guide in Mojo🔥
As the title states, I made Raku bigger because lol context (that’s how the Synopsis is calling **@) makes supporting feed operators fairly easy. I wonder if Larry added this syntax to Signature with that goal in mind. With PR#5532 the followi[…]
Having a flexible and powerful compiler library has been one of the stated goals of the D Language Foundation for some time now. This makes sense, as a proper compiler library will channel the efforts of contributors into building developer tool[…]
Mojo🔥 ♥️ Python: Calculating and plotting a Valentine’s day ♥️ using Mojo and Python
Mojo vs. Rust: what are the differences?
Highlights for February - Community Showcase Categorized
Highlights for January - Community Showcase Categorized
Highlights of the Julia 1.10 release.
Over on Reddit zeekar wasn’t too happy about Raku’s love of Seq. It’s immutability can be hindering indeed. I provided a solution I wasn’t happy with. It doesn’t DWIM and is anything but elegant. So while heavily digesting on my sofa ([…]
The mailing list has moved to Google Groups.
Highlights for December - Community Showcase Categorized
According to Larry, laziness is a programmers virtue. The best way to be lazy is having somebody else do it. By my request, SmokeMachine kindly did so. This is not fair. We both should have been lazy and offload the burden to the CORE-team. Plea[…]
Highlights for November - Community Showcase Categorized
My version of JSON::Class is now released. The previous post explains why does this worth a note.
Lately, some unhappiness has popped up about Range and it’s incomplete numericaliness. Having just one blogpost about it is clearly not enough, given how big Ranges can be. I don’t quite agree with Rakudo here. There are clearly ∞ elements[…]
This will be a short one. I have recently released a family of WWW::GCloud modules for accessing Google Cloud services. Their REST API is, apparently, JSON-based. So, I made use of the existing JSON::Class. Unfortunately, it was missing some fea[…]
Have you ever looked at your code from five years ago and had to study it to figure out what it was doing? And the further back in time you look, the worse it gets? Pity me, who is still maintaining code I wrote over 40 years ago. This article i[…]
Solving the task from The Weekly Challenge 233, where you need to sort numbers by two dimensions.
A solution to the task 1 of the Weekly Challenge 233, where the goal is to find the words constructed from the same letters.
Highlights for September - Community Showcase Categorized
At WWDC 2023 earlier this year, Apple announced it completed transition from Intel to 64-bit ARM processors (Apple Silicon): no new machines with Intel processors will be offered. This was three years after the transition has been announced at W[…]
Two tasks from the Weekly Challenge 231 solved in the Raku programming language.
Highlights for August - Community Showcase Categorized
I was always concerned about making things easier. No, not this way. A technology must be easy to start with, but also be easy in accessing its advanced or fine-tunable features. Let’s have an example of the former.
PSA: Thread-local state is no longer recommended; Common misconceptions about threadid() and nthreads()
I have managed to finish one more article in the Advanced Raku For Beginners series, this time about type and object composition in Raku.
Once, long ago, coincidentally a few people were asking the same question: how do I get a method object of a class?
Highlights for July - Package News - Community Showcase - 3 Jam Games!
The first Raku Core Summit, a gathering of folks who work on “core” Raku things, was held on the first weekend of June, and I was one of those invited to attend. It’s certainly the case that I’ve been a … Continue reading →
Highlights from May & June - Package / Binding News - Primeagen Interview with GingerBill - Discord Showcase
When using R interactively from the command line, one can interrupt the current computionation using Ctrl+C key combination and enter a new command. This works both on Unix terminal and on Windows console in Rterm. Such computation may be implem[…]
Highlights of the Julia 1.9 release.
Lua 5.4.6 has been released. It fixes all known bugs in Lua 5.4.5.
Lua 5.4.5 has been released. It fixes all known bugs in Lua 5.4.4.
Release Note Highlights & Interview with phwo, author of Handmade Games
When testing development versions of Rtools for Windows, I’ve ran into strange failures of several CRAN packages where R could not find, read from or write to some files. The files should have been in temporary directories which get automatica[…]
The first entry in this series shows how to use the new DIP1000 rules to have slices and pointers refer to the stack, all while being memory safe. The second entry in this series teaches about the ref storage class and how DIP1000 works with agg[…]
Release Note Highlights & Interview with Cloin, author of Spall
From version 4.2.0 released in April 2022, R on Windows uses UTF-8 as the native encoding via UCRT as the new C Windows runtime. The transition for R and its packages has been a non-trivial effort which took several years. This post gives a summ[…]
Release Note Highlights & Interview with Skytrias, author of Todool
This post is a story of a bug in Rterm, the console R front-end on Windows, which has been bugging me for several years, but only two weeks ago it showed up unwarily so that I could trace it down and fix.
The terminal sometimes crashed during co[…]
One of the strengths of R is its ability to help in producing documents. Sweave and knitr can work with .Rnw files, evaluating and automatically inserting the results of R code to produce a LaTeX document in a .tex file. We call this “preproce[…]
In R, a string can be declared to be in bytes encoding. According to ?Encoding, it must be a non-ASCII string which should be manipulated as bytes and never converted to a character encoding (e.g. Latin 1, UTF-8). This text summarizes recen[…]
DIP1000: Memory Safety in a Modern System Programming Language Pt. 2 The previous entry in this series shows how to use the new DIP1000 rules to have slices and pointers refer to the stack, all while being memory safe. But D can refer to the sta[…]
Highlights of the Julia 1.8 release.
If you use R you may have wondered if there are ways you can contribute to making R better. An important feature of R that encourages its use around the world is the support for localization. This enables R’s messages, warnings and errors, as […]
Regular expression operations in R, such as grep or gsub, sometimes have significant performance overheads due to encoding conversions.
Some R code tries to mitigate this by ignoring input encodings and pretending it is fine to work on individua[…]
The R blog moves to https://blog.r-project.org, a more prominent location, after 37 blog posts (some of them perhaps surprisingly detailed) and a bit over 4 years.
This blog site has been started under https://developer.r-project.org in March 20[…]
Using \x in string literals is almost always a bad idea, but using it in regular expressions is particularly dangerous.
Consider this “don’t do” example in R 4.2.1 or earlier:
text <- "Hello\u00a0R" gsub("\xa0", "", text) a0 is the code[…]
Memory safety needs no checks D is both a garbage-collected programming language and an efficient raw memory access language. Modern high-level languages like D are memory safe, preventing users from accidently reading or writing to unused memor[…]
R 4.2.1 is scheduled to be released next week with a number of Windows-specific fixes. All Windows R users currently using R 4.2.0 should upgrade to R 4.2.1. This text has more details on some of the fixes.
R 4.2.0 on Windows came with a signifi[…]
Support for pattern fills was added to the R graphics engine in R version 4.1.0, with an R interface via the ‘grid’ package.
library(grid) For example, the following code defines a linear gradient that varies horizontally from red to white a[…]
May was a busy month in D land. Early on, a major milestone release of GDC, the GCC-based D compiler, hit the virtual shelves. It was followed in middle of the month by the release of D 2.100.0 along with a DMD release, the reference D compiler,[…]
Doing small network scientific machine learning in Julia 5x faster than PyTorch ...
The upcoming release of R (version 4.2.0) features several enhancements to the HTML help system.
The most noticeable features are that LaTeX-like mathematical equations in help pages are now typeset using either KaTeX or MathJax, and usage and e[…]
The first three months of 2022 brought some major milestones: Symmetry Autumn of Code 2021 came to an end on January 15, but the judges didn’t render a decision until the middle of February. And what a surprise it was! The D Language Foundatio[…]
Templates have been enormously profitable for the D programming language. They allow the programmer to generate efficient and correct code at compile time. Long gone are the days of preprocessor macros or handwritten, per-type data structures. D[…]
The Lua mailing list is now 25 years old.
This article was originally published in Russian by Grigorii Smorkalov. It was translated to English for the D Blog by Georgy Markov and lightly revised from the original by Michael Parker. This is the fourth year I’m teaching my D Programming[…]
10 years ago today, we published 'Why we Created Julia' ...
The Eilmer flow simulation code is the main simulation program in our collection of gas dynamics simulation tools. An example of its application is shown here with the simulation of the hypersonic flow over the BoLT-II research vehicle that is t[…]
Lua 5.4.4 has been released. It fixes all known bugs in Lua 5.4.3.
A number of new graphics features have been added to the R graphics engine in the development version of R (to become version 4.2.0):
groups, compositing operators, affine transformations, stroking and filling paths, and luminance masks. This ha[…]
DTable – an early performance assessment of a new distributed table implementation
R 4.2 for Windows will support UTF-8 as native encoding, which will be a major improvement in encoding support, allowing Windows R users to work with international text and data.
This new feature will require at least Windows 10 (version 1903) o[…]
UPDATE: (2023-05-18) The behaviour of compositing operators was modified in R version 4.3.0 (affecting the “clear” and “source” operators). The examples in this post have been updated so that they produce the same output (just using a di[…]
Some highlights of the Julia 1.7 release.
Composability in Julia: Implementing Deep Equilibrium Models via Neural ODEs
Around 18 months ago, I set about working on the largest set of architectural changes that Raku runtime MoarVM has seen since its inception. The work was most directly triggered by the realization that we had no good way to … Continue reading →
Julia User & Developer Survey 2021
Simulation of a swimming dogfish shark
Code, docs, and tests: what's in the General registry?
JuliaCon 2021, the largest Julia Programming event in history
If you use R you may have wondered if there are ways you can contribute to making R better. This is another post on how you might help (Reviewing Bug Reports was the first).
This post is about helping with testing of pre-release versions of R.
M[…]
Support for multi-byte characters and hence non-European languages in RTerm, the console-based front-end to R on Windows, has been improved. It is now possible to edit text including multi-byte and multi-width characters supported by the current[…]
I recently wrote about the new MoarVM dispatch mechanism, and in that post noted that I still had a good bit of Raku’s multiple dispatch semantics left to implement in terms of it. Since then, I’ve made a decent amount of … Continue reading →
Google Season of Docs 2020-2021 Wrap-Up.
Lua 5.4.3 has been released. It fixes all known bugs in Lua 5.4.2.
Some highlights of the Julia 1.6 release.
Microsoft provides a free Windows 10 virtual machine for testing. Package maintainers working on Linux and MacOS can use it to test their packages on Windows. See instructions on how to set up the machine automatically for checking R packages.
T[…]
My goodness, it appears I’m writing my first Raku internals blog post in over two years. Of course, two years ago it wasn’t even called Raku. Anyway, without further ado, let’s get on with this shared brainache. What is dispatch? … Continue reading →
A new, experimental, build of R for Windows is available, its main aim being to support the UTF-8 encoding and especially non-European languages. Check results for CRAN packages are now available on their CRAN results pages. Please help by revie[…]
Apache Arrow Support in Julia
A Look Back At The 2020 Industry Julia Users Contributhon
Tutorial on precompilation
Lua 5.4.2 has been released. It fixes all known bugs in Lua 5.4.1.
At WWDC 2020 earlier this year, Apple announced a transition from Intel to ARM-based processors in their laptops. This blog is about the prospects of when R will work on that platform, based on experimentation on a developer machine running A12Z[…]
Roberto talks live about Lua. In Portuguese.
Lua 5.4.1 has been released. It fixes all known bugs in Lua 5.4.0.
I’d like to thank everyone who voted for me in the recent Raku Steering Council elections. By this point, I’ve been working on the language for well over a decade, first to help turn a language design I found fascinating … Continue reading →
Lua 5.3.6 has been released. It fixes all known bugs in Lua 5.3.5.
The story of debugging a mysterious Julia segfault.
Within private companies, it can be difficult to smoothly transition internal code into high quality open-source contributions. At JuliaCon 2020, industry Julia users came together to discuss how to maximize their impact in the Julia ecosystem.
GSoC & JSoC 2020 Wrap-Up.
Julia runs fast, but suffers from latency due to compilation. This post analyzes one source of excess compilation, tools for detecting and eliminating its causes, and the impact this effort has had on latency.
This year, 2,565 Julia users and developers participated in the second annual Julia User and Developer Survey.
Julia version 1.5 has been released, featuring many performance improvements and new capabilities.
R-devel-win.exe is an experimental installer of R, set up to download experimental binary builds of CRAN packages. It sets UTF-8 as the current default encoding on Windows (Windows 10 November 2019 release or newer). 92% of CRAN packages are sup[…]
Support for gradient fills, pattern fills, clipping paths and masks has been added to the R graphics engine (in the development version of R, which will probably become R version 4.1.0).
An R-level interface for these new features has been added[…]
The first release of Lua 5.4 is now ready
The Lua Workshop 2021 will be held in Freiburg, Germany.
UPDATE (2020-11-18): canClip = NA_LOGICAL has been replaced by deviceClip = TRUE
The R graphics engine performs some clipping of output regardless of whether the graphics device it is sending output to can perform clipping itself. For example, o[…]
Sometimes it is useful to test R on unusual platforms, even when the expected number of users is not large at the moment. It is better to be ready when a new platform arrives or becomes more widely used, it may be easier to find some bugs on one[…]
GSoC and JSoC 2020 Project List
Julia 1.5 is gaining a cool new bug reporting capability, leveraging mozilla's rr project to automatically create fully-reproducible bug reports
R internally allows strings to be represented in the current native encoding, in UTF-8 and in Latin 1. When interacting with the operating system or external libraries, all these representations have to be converted to native encoding. On Linux […]
The symbol font When drawing text in R graphics, we can specify the font “family” to use, e.g., a generic family like "sans" or a specific family like "Helvetica", and we can specify the font “face” to use, e.g., plain, bold, or italic. […]
One of the main downsides to the ‘grid’ graphics package is that it is slow. And that makes some important packages that depend on ‘grid’, like ‘ggplot2’, slow. For example, the scatterplots shown below are roughly equivalent, but on[…]
Starting up a PSOCK cluster is not fast. In R 3.6 on just a few years old laptop with 8 logical cores, running Windows, it takes about 1.7s to start a cluster with 8 nodes:
library(parallel); system.time(cl <- makePSOCKcluster(8)) A good desi[…]
Since its inception, R has, at least by default, converted (character) strings to factors when creating data frames directly with data.frame() or as the result of using read.table() variants to read in tabular data. Quite likely, this will soon […]
Over the last couple of months, 212 young people have completed over 690 tasks using Julia as part of the Google Code-In program.
The Lua Workshop 2020 will be held in Freiburg, Germany, on Oct 12.
Yao.jl - Differentiable Quantum Programming In Julia
为 Julia 包设计的可靠、可复现的二进制工件系统
Just a quick update and note of thanks to all who have responded to our blog post on 2019-10-09 and helped with reviewing and resolving bug reports. Thanks to your help the pace at which bugs have been resolved has increased nicely since the dat[…]
UPDATE 2019-12-03: Following feedback, the new default palette has been tweaked so that the new “magenta” is a little redder and darker and the new “yellow” is a little lighter and brighter. The former is to improve the discriminability […]
Over the past few months, we have been iterating on and refining a design for Pkg in Julia 1.3+ to reason about binary objects that are not Julia packages. While the motivating application for this work has been improving the installation exper[…]
short lines !! -- Historical relict: R matrix is not an array In a recent discussion on the R-devel mailing list, in a thread started on July 8, head.matrix can return 1000s of columns – limit to n or add new argument? Michael Chirico and then[…]
Lua 5.4.0 (beta) released
The beta version of Lua 5.4 has been released for testing.
If you use R you may have wondered if there are ways you can contribute to making R better. This is the first in several posts on how you might help. This post is about helping to review and resolve bugs reported on the R bug tracker.
Urgent bug[…]
This is an update on my previous post from May.
A number of things changed since: GFortran started adopting a fix that by default prevents optimizations which break code calling BLAS/LAPACK functions from C without hidden length arguments. R has[…]
Profiling tools are awesome. They let us see what actually is affecting our program performance. Profiling tools also are terrible. They lie to us and give us confusing information. They also have some surprisingly new developments: brendangregg[…]
从事软件开发的行家里手们对版本发布流程与节奏如此了若指掌,以至于他们将其精髓内化(internalize)并以为人人都懂得这些“浅显的道理”。可是事实恰好相反,外行一眼望去如同雾里看花。所以为了整个Julia社区,乃至于其它编程语言社区,我觉得有必要将Julia的开发过程白纸黑字地写下来。在本文中,我将阐述...
A Julia workshop in China was hosted by JuliaCN in Beijing on Aug 24, 2019. This is the 5th Julia workshop in China hosted by JuliaCN since 2016. We thank the Julia community and our kind sponsors: Colorful Clouds, Microsoft, Swarma club, and Sy[…]
JuliaCN在8月24日,中国北京举办了自2016以来第五次Julia会议。我们非常感谢Julia社区对本次活动的支持, 以及彩云科技, 微软中国, 集智俱乐部, 机器之心对本次活动的大力支持。本次活动有100余人注册,实到50余人。 线上直播在线人数达1600余人。
Julia’s Release Process | People involved in the day-to-day development of a project tend to become so familiar with its rhythm and process that they internalize it and it feels like everyone must just know how each stage unfolds. Of course, f[…]
At the core of the S3 object system as introduced in the White Book lies the idea that (S3) methods are ordinary functions that follow the GEN.CLS naming convention (with GEN.default as a final fallback). In the initial R implementation of this […]
Julia User and Developer Survey 2019 | We conducted the first annual Julia User & Developer Survey in June, and the results were presented by Viral Shah at JuliaCon on July 23....
Julia将支持可组合的多线程并行机制 | 摩尔定律带来的免费性能提升(free lunch) free lunch 几近结束,...
Announcing composable multi-threaded parallelism in Julia | Software performance depends more and more on exploiting multiple processor cores....
Hello @DiffEqBot | Hi! Today we all got a new member to the DiffEq family. Say hi to our own DiffEqBot (https://github.com/DiffEqBot) - A bot which helps run benchmarks and compares with the current master of a given package. It also generates a[…]
A Summer of Julia 2019 | Every summer, we welcome a large group of students working on Julia and its packages via the Google Summer of Code program....
Recent version of the GNU Fortran compiler (7, 8, 9) include optimizations that break interoperability between C and Fortran code with BLAS/LAPACK. The compiled code of BLAS/LAPACK corrupts stack, often resulting in crashes. This impacts R, R pa[…]
Beyond machine learning pipelines with MLJ | - learning curves (from examples/random_forest.jl)...
This post presents the most common PROTECT bugs present in packages, based on manual inspection of ~100 remaining CRAN packages with reports from rchk.
Background Any C/C++ code interacting with R, both inside R itself and in packages, needs to […]
DiffEqFlux.jl – Julia 的神經微分方程套件 | 在這篇文章中,我們將會展示在 Julia 中使用微分方程解算器(DiffEq solver)搭配神經網路有多麼簡單、有效而且穩定。...
Starting with R 3.6.0 a new hcl.colors() function is available in grDevices, providing a wide range of HCL-based color palettes with much better perceptual properties than existing RGB/HSV-based palettes like rainbow(). An accompanying new hcl.p[…]
About 20% packages from CRAN and BIOC repositories include some native code and more than a half of those include some code in C++. This number is rather high given that the R API and runtime have been designed for C (or Fortran) and cannot be u[…]
A Julia interpreter and debugger | The authors are pleased to announce the release of a fully-featured...
Starting with R 3.6.0 the library() and require() functions allow more control over handling search path conflicts when packages are attached. The policy is controlled by the new conflicts.policy option. This post provides some background and de[…]
This text is about a new feature in R, staged installation of packages. It may be of interest to package authors and maintainers, and particularly to those who maintain packages that are affected.
The problem I often have to run checks for all C[…]
The Julia Project and Its Entities | There are a number of entities surrounding the Julia programming language. Understandably, many people are not entirely clear on what these groups are and what their relationship to each other is. It’s pret[…]
GSoC 2018 - Parallel Implementations of Graph Analysis Algorithms | This blog briefly summarises my GSoC 2018 project (Parallel Graph Development (https://summerofcode.withgoogle.com/archive/2018/projects/5193483178475520/)) and the results achi[…]
DiffEqFlux.jl – A Julia Library for Neural Differential Equations...
It wasn’t my primary goal to improve parser performance nor to measure it. I’ve been working on optimizations to reduce the runtime overhead of including source reference into packages (this is not done by default due to space and execution […]
In short, UNPROTECT_PTR is dangerous and should not be used. This text describes why and describes how to replace it, including mset-based functions that have been introduced as a substitute for situations when unprotection by value is really ne[…]
Building a Language and Compiler for Machine Learning | Since we originally proposed the need for a first-class language, compiler and ecosystem for machine learning (ML), there have been plenty of interesting developments in the field. Not only[…]
Historically R language allows conditions in if and while statements to be vectors (of length greater than one). The first element is used but the remaining elements are ignored, since November 2002 also with a warning (added by Brian Ripley). F[…]
How to get started with Julia 1.0's package manager | For those of you in the midst of transitioning or preparing to transition to Julia 1.0, I've made a short (less than 6 minutes) tutorial on the basics of the new package manager. This video i[…]
A portrait of JuliaCon 2018 | !JuliaCon2018 group photo (/assets/blog/2018-09-11-juliacon2018/JuliaCon2018groupphoto.jpg)...
The Julia Community Prizes, 2018 | The Julia Community Prizes celebrate the amazing set of scientists, developers and designers who have come together build such a strong and diverse ecosystem for numerical computing. Each of the four individual[…]
GSoC 2018 and Speech Recognition for the Flux Model Zoo: The Conclusion | Here we are on the other end of Google Summer of Code 2018. It has been a challenging and educational experience, and I wouldn't have it any other way. I am thankful to th[…]
GSoC 2018: Adding Newer Features and Speeding up Convolutions in Flux | Over the summer I have been working at improving the Computer Vision capabilities of Flux. My specific line of work was to add newer models to the Flux model-zoo, implement […]
Union-splitting: what it is, and why you should care | Among those who follow Julia's development closely, one of the (many) new features causing great excitement is something called "Union-splitting."...
Announcing the release of Julia 1.0. The much anticipated 1.0 release of Julia is the culmination of...
Julia 1.0 正式發佈 (Traditional Chinese) | 眾所期待的 Julia 語言 (https://julialang.org) 1.0 版是近十年的心血結晶。...
Julia 1.0 正式发布 (Simplified Chinese) | 备受期待的Julia语言 (https://julialang.org)的1.0版本积累了富有野心的程序员们的十年心血。...
La anticipada liberación de la versión 1.0 de...
GSoC 2018: Reinforcement Learning and Generative models using Flux | In this post I'm going to briefly summarize about the machine learning models I have worked on during this summer for GSoC. I worked towards enriching model zoo of Flux.jl (htt[…]
The Lua Workshop 2018 will be held in Kaunas, Lithuania, on Sep 6-7,
cortesy of CUJO.
Lua 5.3.5 has been released. It fixes all known bugs in Lua 5.3.4.
Writing Iterators in Julia 0.7 | This post originally appeared on the Invenia blog....
First-Class Statistical Missing Values Support in Julia 0.7 | The 0.7 release of Julia will soon introduce first-class support for statistical...
The second work version of Lua 5.4 has been released for testing.
Extensible broadcast fusion | Julia version 0.7 brings with it an exciting new feature: the ability to customize broadcast...
Tetris coming to Julia language for v1.0 | Good news, everyone! Starting v1.0, Tetris will be included in the standard library. This will allow you to play a round of Tetris while your code is busy running....
Some packages contain native code, which is linked to R dynamically in the form of dynamically loaded libraries (DLLs). Recently, R users started loading increasing numbers of packages; “workflow documents” are one source of this pattern. Th[…]
The first work version of Lua 5.4 has been released for testing.
Julia joins NumFOCUS in Google Summer of Code 2018 | The Julia project has participated in summer of code events since 2014, just two...
On this blogging site R developers share their experience, ideas and plans related to R core implementation. Technical details presented here might be useful for package developers and interesting for technically-minded R enthusiasts.
The blog p[…]
機器學習以及程式語言(Traditional Chinese) | > 任何足夠複雜的機器學習系統都包含一個特別設置、不符規範、充滿 bug 又緩慢實作的程式語言半成品。^greenspun ...
机器学习与编程语言 (Simplified Chinese) | > 任何足够复杂的机器学习系统,里面都拼凑了半个不规范,处处错误,且运行缓慢的编程语言。^greenspun ...
On Machine Learning and Programming Languages | > Any sufficiently complicated machine learning system contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half of a programming language.^greenspun ...
GSoC 2017: Native Julia second order ODE and BVP solvers | My original GSoC project was about implementing native Julia solvers for solving boundary value problems (BVPs) that were determined from second order ordinary differential equations (OD[…]
NeuralNetDiffEq.jl: A Neural Network solver for ODEs | My GSoC 2017 project (https://summerofcode.withgoogle.com/projects/#5850956641075200) was to implement a package for Julia to solve Ordinary Differential Equations using Neural Networks....
Command interpolation for dummies | I've never been a big user of the command line. One could even say I actively avoided it!...
GSoC 2017 Project: Hamiltonian Indirect Inference | This is a writeup of my project for the Google Summer of Code 2017. The...
GSoC 2017: Parallelism in BioJulia | In this summer, I have worked on a project to develop tools that make BioJulia...
GSoC 2017: Efficient Discretizations of PDE Operators | This project is an attempt towards building a PDE solver for JuliaDiffEq using the Finite Difference Method (https://en.wikipedia.org/wiki/Finitedifferencemethod)(FDM) approach. We take up […]
GSoC 2017 Project: MCMC with flexible numbers of parameters | My original GSOC proposal (https://docs.google.com/document/d/1yY5VhucSRW4IHSDurvPsoSBeGQQLaqoyKyYKgVW0J8Q/edit) was to implement modify Mamba.jl to enable it to fit Crosscat, a gener[…]
GSoC 2017 : A Wrapper for the FEniCS Finite Element Toolbox | Throughout this Google Summer of Code project I, along with my mentors, aimed to create a Wrapper for the FEniCS Finite Element Toolbox in the Julia Language. Our work done can be fou[…]
After a perilous drive up a steep, narrow, winding road from Lake Geneva we arrived at an attractive Alpine village (Villars-sur-Ollon) to meet with fellow Perl Mongers in a small restaurant. There followed much talk and a little clandesti[…]
GSoC 2017: Documentation Browser for Juno | The aim of this GSoC project is to provide a convenient way to access documentation in the...
GSoC 2017: Implementing iterative solvers for numerical linear algebra | The central part of my GSoC project is about implementing the Jacobi-Davidson method natively in Julia, available in JacobiDavidson.jl (https://github.com/haampie/JacobiDav[…]
JuliaCon 2017 on the West Coast | ! (/assets/blog/2017-08-15-juliacon/juliacon.jpg)...
Creating domain-specific languages in Julia using macros | Since the beginning of Julia, it has been tempting to use macros to write domain-specific languages (DSLs), i.e. to extend Julia syntax to provide a simpler interface to create Julia obj[…]
The Lua Workshop 2017 will be held in San Francisco, CA, on Oct 16-17,
cortesy of Mashape.
The Lua web site now includes a page that highlights some products that use Lua.
Julia 0.6 Release Announcement | The Julia community is thrilled to announce the release of version 0.6.0 of the Julia language....
An article about Lua has appeared in The Hosting Blog: "Lua Founding Developer Shares the Scripting Language's Journey and Advantages for App Configuration and Data Management"
Julia available in Raspbian on the Raspberry Pi | Recently, Julia was accepted into the Raspbian (https://www.raspberrypi.org/downloads/raspbian/) distribution for the Raspberry Pi (https://raspberrypi.org). If you are running the latest Raspbia[…]
The book "Programming in Lua" (4rd edition) is now available as an e-book through Feisty Duck.
Upgrades to the REPL in Julia 0.6 | Since version 0.3, Julia has come with a command-line interface — a REPL (https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop)...
Lua features in the "Inovan�as - Creations Brazilian style" exhibition at the Museum of Tomorrow in Rio.
Knowing where you are: custom array indices in Julia | Arrays are a crucial component of any programming language,...
Paper in SIAM Review: Julia - A Fresh Approach to Numerical Computing | Our paper, Julia: A Fresh Approach to Numerical Computing, was published in the prestigious SIAM Review (https://dx.doi.org/10.1137/141000671) in February 2017. While drafts[…]
Some fun with π in Julia | !pi (/assets/blog/2017-03-14-piday/pi.png) ^credit ...
Technical preview: Native GPU programming with CUDAnative.jl | could use Franklin's commands to allow this as variable?...
The Lua mailing list is now 20 years old.
Lua 5.3.4 has been released. It fixes all known bugs in Lua 5.3.3.
More Dots: Syntactic Loop Fusion in Julia | After a lengthy design process (https://github.com/JuliaLang/julia/issues/8450) and preliminary foundations in Julia 0.5 (/blog/2016-10-11-julia-0.5-highlights#vectorizedfunctioncalls), Julia 0.6 inclu[…]
At YAPC::EU 2010 in Pisa I received a business card with "Rakudo Star" and the date July 29, 2010 which was the date of the first release -- a week earlier with a countdown to 1200 UTC. I still have...
There is a Release Candidate for Rakudo Star 2016.11 (currently RC2) available at http://pl6anet.org/drop/ This includes binary installers for Windows and Mac. Usually Star is released about every three months but last month's release didn't inc[…]
The Lua Workshop 2016 held in San Francisco, CA, cortesy of Mashape.
Julia 0.5 Highlights | It introduces more transformative features than any release since the first official version....
Julia 0.5 Release Announcement | After over a year of development, the Julia community is proud to announce...
StructuredQueries.jl - A generic data manipulation framework | This post describes my work conducted this summer at the Julia Lab (https://julia.mit.edu/) to develop StructuredQueries.jl (https://github.com/davidagold/StructuredQueries.jl/), a g[…]
A Personal Perspective On JuliaCon 2016 | The gentle breeze brushed my face and the mild sunshine warmed an...
BioJulia 2016 - online sequence search, sequence demultiplexing, new readers and much more! | We are pleased to announce releasing...
The fourth edition of "Programming in Lua" by Roberto Ierusalimschy has been published.
We turned up in Cluj via Wizz Air to probably one of the best pre YAPC parties ever located on three levels on the rooftop of Evozon’s plush city centre offices. We were well supplied with excellent wine, snacks and...
Announcing support for complex-domain linear programs in Convex.jl | I am pleased to announce the support for complex-domain linear programs (LPs) in Convex.jl. As one of the Google Summer of Code students under The Julia Language, I had propose[…]
Lua 5.3.3 has been released. It fixes all known bugs in Lua 5.3.2.
An invitation to JuliaCon 2016 | the annual meeting of the Julia programming language community....
BioJulia Project in 2016 | I am pleased to announce that the next phase of BioJulia is starting! In the next several months, I'm going to implement many crucial features for bioinformatics that will motivate you to use Julia and BioJulia librari[…]
Google Summer of Code 2016 | We’re pleased to announce that the Julia Language is taking part in this year’s Google Summer of Code (https://summerofcode.withgoogle.com). This means that interested students will have the opportunity to spend […]
Generalizing AbstractArrays: opportunities and challenges | Somewhat unusually, this blog post is future-looking: it mostly...
lua.org now accepts https connections.
The meeting first night was in a large beer bar in the centre of Nuremberg. We went back to the Best Western to find a certain exPumpkin already resident in the bar. Despite several of the well named Bitburgers we...
An introduction to ParallelAccelerator.jl | The High Performance Scripting team at Intel Labs recently released...
The Lua Workshop 2016 will be held in San Francisco, CA, on Oct 13-14,
cortesy of Mashape.
To me It seemed a particularly good FOSDEM for both for Perl5/6 and other talks although very crowded as usual and I didn't see the usual *BSD or Tor stalls. I was stuck by the statistic that there were about...
Multidimensional algorithms and iteration | Julia makes it easy to write elegant and...
Julia IDE work in Atom | > A PL designer used to be able to design some syntax and semantics for their language, implement a compiler, and then call it a day. – Sean McDirmid...
Lua 5.3.2 has been released. It fixes all known bugs in Lua 5.3.1.
JSoC 2015 project: DataStreams.jl | Data processing got ya down? Good news! The DataStreams.jl (https://github.com/JuliaDB/DataStreams.jl) package, er, framework, has arrived!...
JSoC 2015 project: Automatic Differentiation in Julia with ForwardDiff.jl | This summer, I've had the good fortune to be able to participate in the first ever Julia Summer of Code (JSoC), generously sponsored by the Gordon and Betty Moore Founda[…]
JSoC 2015 project: Interactive Visualizations in Julia with GLVisualize.jl | GLVisualize is an interactive visualization library that supports 2D and 3D rendering as well as building of basic GUIs. It's written entirely in Julia and OpenGL....
JSoC 2015 project: Efficient data structures and algorithms for sequence analysis in BioJulia | Thanks to a grant from the Gordon and Betty Moore Foundation, I've enjoyed the...
JSoC 2015 project: Interactive 3D Graphics in the Browser with Compose3D | Over the last three months, I've been working on Compose3D (https://github.com/rohitvarkey/Compose3D.jl),...
The Lua Workshop 2015 was held in Stockholm, Sweden, courtesy of King.
JSoC 2015 project: NullableArrays.jl | My project under the 2015 Julia Summer of Code program has been to develop the NullableArrays (https://github.com/JuliaStats/NullableArrays.jl) package, which provides the NullableArray data type and its re[…]
Julia 0.4 Release Announcement | We are pleased to announce the release of Julia 0.4.0. This release contains...
Lua 5.3.1 has been released. It fixes all known bugs in Lua 5.3.0.
JuliaCon 2015 Preview - Deep Learning, 3D Printing, Parallel Computing, and so much more | The first ever JuliaCon (https://juliacon.org/2014/) was held in Chicago last year and was a great success. JuliaCon is back for 2015, this time in Cambri[…]
Julia Summer of Code 2015 | Thanks to a generous grant from the Moore Foundation (https://www.moore.org/), we are happy to announce the 2015 Julia Summer of Code (JSoC) administered by NumFocus (https://numfocus.org/). We realize that this annou[…]
Lua 5.2.4 has been released. It fixes all known bugs in Lua 5.2.3.
At FOSDEM 2015, Larry announced that there will likely be a Perl 6 release candidate in 2015, possibly around the September timeframe. What we’re aiming for is concurrent publication of a language specification that has been implemented and te[…]
We have entered the final release-candidate cycle for Lua 5.3.0.
The beta version of Lua 5.3 has been released for testing.
This past weekend I attended the 2014 Austrian Perl Workshop and Hackathon in Salzburg, which turned out to be an excellent way for me to catch up on recent changes to Perl 6 and Rakudo. I also wanted to participate directly … Continue reading →
The Lua Workshop 2014, which is being held in Moscow, ends today.
Julia 0.3 Release Announcement | We are pleased to announce the release of Julia 0.3.0. This release contains numerous improvements across the...
JuliaCon 2014 Optimization Presentations | Iain Dunning and Joey Huchette are both doctoral students in the Massachusetts Institute of Technology Operations Research Center, where they study constrained continuous and combinatorial numerical opt[…]
JuliaCon 2014 Opening Session Presentations | Tim Holy is a Professor in the Department of Anatomy and Neurobiology at Washington University in St. Louis. He’s been involved with Julia development for over 2 years. In this presentation, Tim de[…]
The alpha version of Lua 5.3 has been released for testing.
The third work version of Lua 5.3 has been released for testing.
The Lua Workshop 2014 will be held in Moscow, Russia,
on September 13-14, 2014.
The second work version of Lua 5.3 has been released for testing.
The Lua 5.2 reference manual has been translated into Portuguese.
O manual de refer�ncia de Lua 5.2 foi traduzido para o portugu�s.
Lua 5.2.3 has been released. It fixes all known bugs in Lua 5.2.2.
Lua Workshop 2013 held in Toulouse, France,
as part of Le Capitole du Libre.
Fast Numeric Computation in Julia | Working on numerical problems daily, I have always dreamt of a language that provides an elegant interface while allowing me to write codes that run blazingly fast on large data sets. Julia is a language that […]
Roberto Ierusalimschy, chief architect of Lua, received the Scientific Merit Award of the Brazilian Computer Society for his work on Lua.
We commemorate 20 years of the first version of Lua today.
The Lua Workshop 2013 will be held in Toulouse, France,
on November 23-24, 2013,
as part of Le Capitole du Libre.
[This is a response to the Russian Perl Podcast transcribed by Peter Rabbitson and discussed at blogs.perl.org.] I found this translation and podcast to be interesting and useful, thanks to all who put it together. Since there seems to have[…]
Building GUIs with Julia, Tk, and Cairo, Part II | In this installment, we'll cover both low-level graphics (using Cairo) and plotting graphs inside GUIs (using Winston)....
Building GUIs with Julia, Tk, and Cairo, Part I | This is the first of two blog posts designed to walk users through the process of creating GUIs in Julia....
The book "Programming in Lua" (3rd edition) is now available as an e-book through Feisty Duck.
Roberto gives an invited talk "Lua versus Javascript: Why do we need multiple languages?" at WWW 2013, the 22nd International World Wide Web Conference.
Passing Julia Callback Functions to C | One of the great strengths of Julia is that it is so easy to call C...
Put This In Your Pipe | In a previous post, I talked about why "shelling out" to spawn a pipeline of external programs via an intermediate shell is a common cause of bugs, security holes, unnecessary overhead, and silent failures....
Distributed Numerical Optimization | This post walks through the parallel computing functionality of Julia...
Videos from the Julia tutorial at MIT | We held a two day Julia tutorial at MIT in January 2013, which included 10 sessions. MIT Open Courseware and MIT-X (https://www.mitx.org/) graciously provided support for recording of these lectures, so th[…]
Lua 5.2.2 has been released. It fixes all known bugs in Lua 5.2.1.
Efficient Aggregates in Julia | We recently introduced an exciting feature that has been in planning for some...
The third edition of "Programming in Lua" by Roberto Ierusalimschy has been published.
Donations to the Lua project via PayPal are again available.
The Lua Workshop 2012 was held at Verisign's headquarters.
At YAPC::NA 2012 in Madison, WI I gave a lightning talk about basic improvements in Rakudo’s performance over the past couple of years. Earlier today the video of the lightning talks session appeared on YouTube; I’ve clipped out my tal[…]
Design and implementation of Julia | We describe the design and implementation of Julia in our first paper - Julia: A Fast Dynamic Language for Technical Computing. This is work in progress and comments are appreciated....
Lua 5.2.1 has been released. It fixes all known bugs in Lua 5.2.0.
A couple of weeks ago I entered the Dallas Personal Robotics Group Roborama 2012a competition, and managed to come away with first place in the RoboColumbus event and Line Following event (Senior Level). For my robot I used one of … Cont[…]
The Lua Workshop 2012 will be held at
Verisign's headquarters in Reston, Virginia, on November 29-30, 2012.
LuaJIT now has its own mailing list, dedicated to announcements, discussions, bug reports or feature requests.
New York Open Stats Meetup | I'll be giving a talk on Julia at the New York Open Statistical Programming Meetup on May 1st. After my presentation, John Myles White and Shane Conway are going to give followup demos of s...
You can help to spread the word about Lua by buying Lua T-shirts at Fibers. Use Lua, wear Lua!
We have started planning the Lua Workshop 2012. Please sign up if you're interested.
Lang.NEXT Announcement | Jeff and I will be giving a presentation on Julia at the upcoming Lang.NEXT conference, a gathering of "programming language design experts and enthusiasts" featuring "talks, ...
Shelling Out Sucks | Spawning a pipeline of connected programs via an intermediate shell — a.k.a. "shelling out" — is a really convenient and effective way to get things done....
Stanford Talk Announcement | I will be speaking about Julia at the...
Lua 5.1.5 has been released. It applies all patches for Lua 5.1.4.
Why We Created Julia | In short, because we are greedy....
为什么我们要创造Julia (Simplified Chinese) | 我们之中有些是使用MATLAB的重量级用户,有些是来自Lisp的极客,还有一些是来自Python和Ruby的魔法师,甚至还有来自Perl社区的大魔法师。我们之中还有从胡子都没长齐时就开始使用Mathematica的。其中的有些人现在都没长胡子喱!我们...
Lua won the Front Line Award 2011 from Game Developers Magazine in the category Programming Tools.
The first release of Lua 5.2 is now ready.
We have entered the final release-candidate cycle for Lua 5.2.0.
Roberto Ierusalimschy, the chief architect of Lua, will be visiting Stanford University for three months on a Tinker Professorship starting in January 2012.
The Lua Workshop 2011 was held in Switzerland.
The beta version of Lua 5.2 is now available for testing.
Lua enters the top 10 languages of the TIOBE index for the first time.
The article "Passing a Language through the Eye of a Needle" has appeared in ACM Queue.
The Lua Workshop 2011 will be held in Frick, Switzerland on September 8-9.
Lua is approaching the top 10 languages of the TIOBE Programming Community Index.
The Lua 5.1 reference manual has been translated into German.
We have started planning the Lua Workshop 2011. Please sign up if you're interested.
The alpha version of Lua 5.2 is now available for testing.
The fifth work version of Lua 5.2 has been released for testing.
Social Media Press has joined our corporate sponsorship program.
The mailing list has a new home at Pepperfish.
Short maintenance scheduled at Lua.org on 20 August.
Mirror site at PUC-Rio activated during downtime.
The fourth work version of Lua 5.2 has been released for testing.
The third work version of Lua 5.2 has been released for testing.
The Czechoslovak TeX Users Group has joined our corporate sponsorship program.
The book "Lua Programming Gems" is now available as an e-book through Feisty Duck.
Roberto Ierusalimschy, the chief architect of Lua, will talk tomorrow at the Stanford EE Computer Systems Colloquium about the design of Lua or "Small is Beautiful".
A full-day tutorial on Lua scripting in game production will be given today at the Game Developers Conference in San Francisco.
Adobe Systems has joined our corporate sponsorship program.
The Lua web forums have a new home, courtesy of Stefan Peters.
The book "Programming in Lua" (2nd edition) is now available as an e-book through Feisty Duck.
The second work version of Lua 5.2 has been released for testing.
The first work version of Lua 5.2 has been released for testing.
A full-day tutorial on Lua scripting in game production will be given at the Game Developers Conference in San Francisco on Tuesday, March 9th 2010.
You can help to spread the word about Lua by buying Lua products at Zazzle and CafePress. Use Lua, wear Lua!
The Lua Workshop 2009 was held at PUC-Rio in Rio de Janeiro.
Lua BR � a vers�o brasileira da lista de Lua.
Todos s�o bem vindos!
Lua BR is the brazilian version of lua-l.
The primary language of Lua BR is meant to be Portuguese.
Everyone is welcome.
Ansca has announced
the Corona SDK for writing native iPhone applications in Lua.
Google introduces the Android Scripting Environment with support for Lua.
This year the Lua Workshop will be held in Rio de Janeiro, Brazil,
on October 6-7, 2009.
The 9th edition of the book "Concepts of Programming Languages"
includes sections on Lua and a brief interview with Roberto.
Short maintenance scheduled at Lua.org on 15 April.
Mirror site at PUC-Rio activated during downtime.
The book "Masterminds of Programming: Conversations with the Creators of Major Programming Languages" includes an interview with the Lua team.
The Lua 5.1 reference manual has been translated into Hungarian.
The book "Lua Programming Gems" has been published.
Roberto Ierusalimschy, the chief architect of Lua,
was interviewed about Lua in
Computerworld's "The A-Z of Programming Languages" series.
Lua 5.1.4 has been released. It fixes all known bugs in Lua 5.1.3.
TYPO3 (AOE media) has joined our corporate sponsorship program.
We have launched a corporate sponsorship program for the Lua project and
Oc� is our first corporate sponsor.
Roberto Ierusalimschy, the chief architect of Lua,
will talk at the JAOO Australia conference in Brisbane and Sydney.
A Chinese translation of the book "Programming in Lua" has been published.
A patch file fixing all known bugs in Lua 5.1.3 is now available.
The Lua 5.1 reference manual has been translated into Russian.
You can now try Lua directly in your browser.
Lua 5.1.3 has been released. It fixes all known bugs in Lua 5.1.2.
The book "Introductory Lua programming" by Yutaka Ueno has been published (in Japanese).
The Lua 5.1 reference manual has been translated into Spanish.
Lua Workshop 2008 to be held at George Washington University in
Washington, D.C.
The Lua 5.1 reference manual has been translated into Portuguese.
O manual de refer�ncia de Lua 5.1 foi traduzido para o portugu�s.
The article
"Traveling light, the Lua way" by Ashwin Hirschi of Reflexis
has appeared in IEEE Software.
Lua has climbed from position 18 to position 15
in the TIOBE Programming Community Index.
A workshop on LuaTeX,
an extended version of pdfTeX that embeds Lua,
was held at the TUG 2007,
the 28th Annual Meeting of the TeX Users Group.
Lua has climbed from position 21 to position 18
in the TIOBE Programming Community Index.
A Korean translation of the book "Programming in Lua"
has been published by Insight.
The paper "The Evolution of Lua"
was presented at the
Third ACM SIGPLAN History of Programming Languages Conference (HOPL III).
The article "A Look at Lua" by Joseph Quigley
will appear in the June 2007 issue of the Linux Journal.
Lua 5.1.2 released, fixing all known bugs in Lua 5.1.
Lua has climbed from position 44 to position 25
in the TIOBE Programming Community Index.
The Lua mailing list is now 10 years old.
43 abstracts have been selected for Lua Programming Gems.
Contributions to a book on Lua Programming Gems are solicited.
A German translation of the book "Programming in Lua" has been published.
Lua has entered the top 50 in the TIOBE Programming Community Index.
The reference manual for Lua 5.1 is now available as a book.
Created official page for the Lua Workshop 2006
Lua 5.0.3 released, fixing all known bugs in Lua 5.0.2.
Lua 5.1.1 released, fixing all known bugs in Lua 5.1.
Lua elected for DistroWatch May 2006 donation.
Second edition of "Programming in Lua" by Roberto Ierusalimschy published.
Lua Workshop 2006 to be held at the Oc� R&D site in Venlo (NL).