Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
Data-oriented design is all about reorganizing data for better performance, and Andrew Kelley’s talk on the topic—especially his use of Zig’s MultiArrayList—offered a compelling real-world example. Inspired by that, this post explores […]
The Kotlin 2.2.0 release is out! This version includes both new and stable language features, tooling updates, performance improvements for different platforms, and important fixes. Here are some additional highlights from this release: For the […]
Elizabeth Mattijsen makes the case to start a (global) Raku Foundation in Europe in Towards a Raku Foundation, with an associated problem solving issue. If you have any thoughts on this, be sure to make them known in the issue, or send an email […]
The first trip report from the Sofia meeting is available:
Trip report: June 2025 ISO C++ standards meeting (Sofia, Bulgaria)
by Herb Sutter
From the article:
A unique milestone: “Whole new language”
Today marks a turn[…]
This document discusses executable documents parameterization -- or parameterized reports -- provided by the Raku package "Text::CodeProcessing". YAML specs, LLM templates, and CLI invocations are described and exemplified.
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
FIT files record the activities of people using devices such as sports
watches and bike head units. Platforms such as Strava and Zwift understand
this now quasi-standard format. So does Perl! Here I discuss how to parse
FIT files and calculat[…]
A few weeks ago I was chatting with coralina and she linked me 4:19 of The Zipf Mystery but every time he repeats a word it loops.
It's an instance of a meme format I don't think I had seen before. The basic conceit is,
Templates are one of C++’s most powerful features, enabling developers to write generic, reusable code—but they come with a cost: notoriously verbose and opaque error messages. With the introduction of concepts in C++20, we can now impose […]
How is Modular Democratizing AI Compute? (Democratizing AI Compute, Part 11)
With this announcement the keynotes for this years Meeting C++ conference are complete!
Announcing the 3rd Keynote for Meeting C++ 2025: its Anthony Williams!
by Jens Weller
From the article:
Today I have the honor to announce[…]
Ktor 3.2.0 is here! This is the second minor release of the year, bringing exciting new features, performance improvements, and bug fixes. This release includes two new modules for dependency injection and HTMX, support for Gradle version catalo[…]
Hi! It's me again, the timotimo you may know & love from the Raku community.
I used to have a blog years ago when I was writing and posting reports for a TPF Grant for the Rakudo / MoarVM profilers, and some other stuff related to Rakudo and[…]
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
Modular 25.4: One Container, AMD and NVIDIA GPUs, No Lock-In
Enhance your .NET MAUI app with photo-based AI by capturing images and extracting structured information using Microsoft.Extensions.AI.
The post Multimodal Vision Intelligence with .NET MAUI appeared first on .NET Blog.
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
It looks like AI has reached Raku: in the article Let’s Teach An LLM To Write A New Programming Language Matt of the Nurture the Vibe website shows how an LLM can be created to write programs in the Raku Programming Language. The flood of new […]
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
Here are the standard library features that will soon be usable at compile time. One topic is missing: exceptions. As they need both core language and library changes, I thought they deserved their own post.
C++26: More constexpr in the S[…]
Parallel Self-Hosted Code GenerationAuthor: Matthew LuggLess than a week ago, we finally turned on the x86_64 backend by default for Debug builds on Linux and macOS. Today, we’ve got a big performance improvement to it: we’ve parallelized th[…]
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
We recently introduced several new GitHub Copilot-powered .NET experiences designed to help you be more productive. Take a look!
The post Improve Your Productivity with New GitHub Copilot Features for .NET! appeared first on .NET Blog.
Learn how to enhance your .NET MAUI apps with multimodal AI capabilities, enabling users to interact through voice using plugins and Microsoft.Extensions.AI.
The post Multimodal Voice Intelligence with .NET MAUI appeared first on .NET Blog.
This week the voting for the talks at Meeting C++ 2025 starts!
The voting on the talks for Meeting C++ 2025 has begun!
by Jens Weller
From the article:
Once again its time for the C++ community to take a look at the submitted […]
A recap of the latest servicing updates for .NET and .NET Framework for June 2025.
The post .NET and .NET Framework June 2025 servicing releases updates appeared first on .NET Blog.
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
Find out about the new features in .NET 10 Preview 5 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!
The post .NET 10 Preview 5 is now available! appeared first on .NET Blog.
The Kotlin community keeps delivering valuable content for server-side development. From gRPC best practices to hands-on Ktor tutorials and Spring integrations, here are the latest highlights. 📖 [Article] Kotlin Tips and Tricks You May Not Kn[…]
Some time ago, we developed a task_sequencer class for running asynchronous operations in sequence. There’s a problem with the implementation of QueueTaskAsync: What happens if an exception occurs?
Fixing Excepti[…]
Modular + AMD: Unleashing AI performance on AMD GPUs
Introducing Mammoth: Enterprise-Scale GenAI Deployments Made Simple
SRFI 263 is now in draft status.This SRFI proposes a "Self"-inspired prototype object system. Such an object system works by having prototype objects that are cloned repeatedly to modify, extend, and use them, and is interacted with by passing m[…]
This is the seventh of the HARC Stack essays. Previous <= As you know, HARC Stack combines HTMX with raku Air, Red and Cro to supply a fresh approach to web design. Hamburger Menu Go on take a look at the HARC Stack again … maybe open in a […]
This document shows how to efficiently do streamlined Function Calling workflows with Large Language Models (LLMs) of Gemini.
Self-Hosted x86 Backend is Now Default in Debug ModeAuthor: Andrew KelleyNow, when you target x86_64, by default, Zig will use its own x86 backend rather than using LLVM to lower a bitcode file to an object file.The default is not changed on Win[…]
This document shows how to do Function Calling workflows with Large Language Models (LLMs) of Google's Gemini.
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
I seldom release modules to CPAN; mainly because
there’s so much great stuff there already. An answer on StackOverflow
about pretty printing DBIx::Class result
sets got me thinking. I then
climbed onto the shoulders of several giants to crea[…]
C++ continues to refine its range library, offering developers more efficient and expressive ways to manipulate collections. In this post, we'll dive into three powerful range adaptors—concat_view, join_view, and join_with_view—exploring t[…]
Intro to the Zig Build System VideoAuthor: Loris CroI’ve released a few days ago a new video on YouTube where I show how to get started with the Zig build system for those who have not grokked it yet.In the video I show how to create a package[…]
Learn how to delay log emission with the new log buffering feature for more intelligent, context-aware logging in .NET 9
The post Emit logs on-demand with log buffering appeared first on .NET Blog.
In the previous
post,
we created a network close enough to reality so that finding routes between
stations was possible and sufficiently interesting. In this final post in
the series, we’re going to see how to handle indirect connections betw[…]
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
Get up to date on all of the .NET sessions from Microsoft Build 2025 covering .NET 10, C# 14, .NET Aspire, ASP.NET Core, Blazor, AI development, and more!
The post Catch Up on Microsoft Build 2025: Essential Sessions for .NET Developers appeared[…]
While the official deadline is today, you can submit your talks until Sunday, as on Monday/Tuesday the voting starts.
The Meeting C++ 2025 call for talks deadline is today, but...
by Jens Weller
From the article:
Today is the […]
Lua 5.4.8 has been released. It fixes all known bugs in Lua 5.4.7.
SlapbirdAPM is a free-software observability platform tailor made for Perl web-applications. [ It is also a Perl web-application :^) ]
It has first class support for Plack, Mojo, Dancer2, and CGI. Slapbird provides developers with comprehensive
[…]
C++’s type conversion rules—particularly the usual arithmetic conversions and integral promotions—are often misunderstood, even by experienced developers. These rules quietly reshape operands behind the scenes during arithmetic and relat[…]
Markdown-Oriented Programming in MoonBit: Bridging Code and Documentation
Using AI Foundry with .NET MAUI brings the power of LLMs to mobile and desktop applications.
The post Using AI Foundry with .NET MAUI appeared first on .NET Blog.
Go team plans around error handling support
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
Several people have pointed out that the yearly StackOverflow Developer Survey is online. Please take the survey and put in “Raku” when being questioned about programming languages (as it is not listed as a standard option yet), so that it m[…]
In our previous post, we introduced AI-powered machine translation and inline theory definitions to help make learning smoother and more accessible. Today, we’re excited to share the next big step in bringing intelligent assistance to your pro[…]
During the Closing Panel at KotlinConf 2025, we received many questions about Kotlin Multiplatform (KMP), but unfortunately didn’t have time to address them all live. So we’ve decided to answer the most popular ones in a follow-up blog post.[…]
This document shows how to do Function Calling workflows with Large Language Models (LLMs) of OpenAI.
Community Newsletter for May 2025
Registration is now open for CppCon 2025! The conference starts on September 15 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 Perl Toolchain Summit 2025
From May 1–4, 2025, the invite-only Perl Toolchain Summit (PTS) brought together in Leipzig, Germany, 33 of the ecosystem’s most active maintainers — and welcomed 6 first-timers — for four days of uninterr[…]
When trying to specialize a templated function for specific types, it’s easy to fall into subtle traps around how parameter types are matched. A colleague recently ran into this issue while attempting to specialize a function for a Widget an[…]
Explores the new log sampling feature
The post Fine-tune the volume of logs your app produces appeared first on .NET Blog.
Modverse #48: Modular Platform 25.3, MAX AI Kernels, and the Modular GPU Kernel Hackathon
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
We are super excited to introduce a new feature that was released as part of .NET 10 Preview 4 that makes getting started with C# easier than ever. You can now run a C# file directly using dotnet run app.cs. This means you no longer need to crea[…]
In this article, we review how constexpr evolves in the C++26 core language. We are getting constexpr cast from void*, placement new, structured bindings and even exceptions (not discussed today).
C++26[…]
The Laso scholarship was created in memory of Luis Martinez de Bartolomé, a dear colleague and friend, and recognize his significant contribution to open source and C++ world
Introducing the Laso scolarship for Spanish students
by […]
Two news items for Meeting C++ 2025, introducing team tickets and adding questions to the ticket ordering process to know your t-shirt size and more.
New Team Tickets for Meeting C++ 2025
by Jens Weller
From the article:
I'd[…]
Exploring Metaprogramming in Mojo
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
Steve Roe continued their stack of essays on HARC with a sixth episode: HARC Stack: Navigation in which it is shown how easy it is to add navigation components to your web pages. Anton’s Corner Anton Antonov returned with a[…]
This is the sixth of the HARC Stack essays. Previous <= As you know, HARC Stack combines HTMX with raku Air, Red and Cro to supply a fresh approach to web design. Last time we took a look at a Minimal single page website. Today, we are going […]
This blog post presents various visualizations related to the Collatz conjecture using Raku.
Registration is now open for CppCon 2025! The conference starts on September 15 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 previous
post
focused on adding more lines to the network and adding colour to those
lines. This time, we’ll add another line, but now the map will better
match reality. This will allow us to start finding routes between stations
on the […]
Modern C++ offers a variety of ways to work with key-value data structures like std::map and std::unordered_map, from traditional loops to sleek functional-style expressions using C++20 ranges. By exploring both styles and benchmarking them ac[…]
MoonBit Programming Language: Born for AI and Large Systems, Seamlessly Integrating Python
Registration is now open for CppCon 2025! The conference starts on September 15 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 […]
This is the first article in a series discussing some of the underlying properties of C++ ranges and in particular range adaptors. At the same time, I introduce the design of an experimental library which aims to solve some of the problems dis[…]
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[…]
Sharing an opportunity for those needing assistance to travel and lodge: the conference hotel of Meeting C++ has special rooms for you!
Visit Meeting C++ 2025 with assistance and your wheelchair
by Jens Weller
From the article:
[…]
Is it possible to write a simple iteration API that hides implementation details and lets users break and continue?
Here's a new article about a lightweight solution using a `ControlFlow` enumeration!
How to break or continue from a lam[…]
Last updated: June 2, 2025 With 2.5 million developers worldwide using Kotlin, the language continues to thrive and evolve. From exciting language and ecosystem updates and robust AI tools that empower Kotlin development to major Kotlin Multipla[…]
At JetBrains, we see Kotlin as a strong foundation for modern backend development, not just because of its technical strengths, but also because of how it helps developers build reliable, maintainable systems more efficiently. As part of our con[…]
We’ve got some exciting news for the Kotlin Community! At this year’s KotlinConf, we’re introducing Koog, an innovative, open-source agentic framework that empowers developers to build AI agents within the JVM ecosystem using a modern Kotl[…]
Using ranges or algorithms has several advantages over raw loops, notably readability. On the other hand, as we’ve just seen, sheer performance is not necessarily among those advantages. Using ranges can be slightly slower than a raw loop ve[…]
When we prepared to release IntelliJ IDEA support for Kotlin 2.0, a major milestone for their compiler and ecosystem, their QA team faced a formidable challenge: how to ensure consistent, reliable quality across a complex and evolving codebase w[…]
Amper 0.7.0 is here, expanding beyond multiplatform apps to include support for server-side development with Ktor and Spring, adding iOS to Amper’s list of supported Kotlin Multiplatform targets, and much more. The standalone version of Amper […]
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[…]
Registration is now open for CppCon 2025! The conference starts on September 13 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 […]
Striving for high application performance For many years, JetBrains has aimed to help developers write high-performance applications by providing tools for development and diagnostics. On the Kotlin team, we pay close attention to performance, o[…]
FreeBSD and NetBSD Cross-Compilation SupportAuthor: Alex Rønne PetersenPull requests #23835 and #23913 have now been merged. This means that, using zig cc or zig build, you can now build binaries targeting FreeBSD 14.0.0+ and NetBSD 10.1+ from […]
Modular GPU Kernel Hackathon Highlights: Innovation, Community, & Mojo🔥
Constexpr has been around for a while now, but many don’t fully understand its subtleties. Andreas Fertig explores its use and when a constexpr expression might not be evaluated at compile time.
constexpr Functions: Optimization vs Guar[…]
We recently outlined our plans for the future of Kotlin Multiplatform tooling. Today, we’re putting those plans into action with the Beta release of the new KMP plugin for your favorite IDEs – IntelliJ IDEA and Android Studio. This plugin si[…]
Steve Roe continued their stack of essays on HARC with a fifth episode: HARC Stack: Mini(mal) in which they show how to use the .assuming method to set up the contents of a not so simple web page. Rakudo Compiler Release Justin DeVuyst has […]
Thank you to everyone who reponded to our 2025 annual global C++ developer survey. As promised, here is a summary of the results, including one-page AI-generated summaries of your answers to the free-form questions:
CppDevSurvey-2025[…]
This is the fifth of the HARC Stack essays. Previous <=> Next If you have made it to this episode, further congratulations! You will know that HARC Stack combines HTMX with raku Air, Red and Cro to supply a fresh approach to web design. We[…]
Go's cryptography libraries underwent an audit by Trail of Bits.
A real tram network is more like a web of interconnecting lines. Although
more lines mean more complexity, they allow
Map::Tube to better reflect reality
and thus be more useful and interesting.
Last
time,
we extended the tram network and creat[…]
C++’s undefined behaviour impacts safety. Sandor Dargo explains how and why uninitialised reads will become erroneous behaviour in C++26, rather than being undefined behaviour.
C++26: Erroneous Behaviour
by Sandor Dargo
From the […]
Introducing virtual package in MoonBit
In the December issue of Overload [Teodorescu24], we provided a gentle introduction to senders/receivers, arguing that it is easy to write programs with senders/receivers. Then, in the February issue [Teodorescu25a], we had an articl[…]
Meeting C++ is hosting two trainings on the 26th and 27th May with Nicolai Josuttis:
May 26th: Generic programming in C++ with templates and auto
Generic code is key for the success of C++. Almost all parts of the C++ standard library a[…]
Ruby 3.4.4 has been released.
This release includes a fix for a YJIT bug related to local variables and addresses a build issue on Windows when using GCC 15.
It was released ahead of schedule to make these fixes available as soon as possible.
A[…]
There was a StackOverflow question recently that led me to want to write a new post about Ranges. Specifically, I wanted to write about some situations in which Ranges do more work than it seems like they should have to. And then what we can d[…]
This is the fourth of the HARC Stack essays. Previous <=> Next. If you have made it to this episode, congratulations! You will know that HARC Stack combines HTMX with raku Air, Red and Cro to make a fresh approach to web design with server[…]
Friday, May 30th, 2025, 10:00 - 18:00 Berlin time (online)
1-day workshop on May 30: Safe and Efficient C++ for Embedded Environments
by Andeas Fertig
About the training
I'm thrilled to let you know that I'll give the workshop[…]
C++ on Sea 2025 runs from 23rd-25th June, with workshops on 26th-27th.
The full 2025 schedule is now available
by C++ on Sea
From the article:
This year we are, once again, running 2-day workshops - but they will be after the […]
Modular’s bet to break out of the Matrix (Democratizing AI Compute, Part 10)
SRFI 262 is now in draft status.A pattern matching form which can operate on arbitrary Scheme
values is defined. It conforms to the following design
principles.
The syntax of patterns is declarative. The syntax is extensible
in the same way tha[…]
SRFI 261 is now in draft status.This SRFI proposal addresses systemic compatibility issues exposed by
the library reference format defined in SRFI 97
(srfi : ...) and
advocates for a modernized, portable alternative:
(srfi srfi- ...).
SRFI 260 is now in final status.This SRFI defines the procedure generate-symbol. Each
time it is invoked, the procedure returns a new symbol whose name
cannot be guessed. The returned symbol is a standard symbol for all
purposes; it obeys write/[…]
SRFI 259 is now in final status.Tagged procedures are procedures with boxes attached, which can be used to create applicable records and other abstractions. This SRFI proposes a variant with the notion of a tagging protocol, analogous to a recor[…]
Great news for C++ enthusiasts working on personal projects! JetBrains has announced that CLion is now available for free for non-commercial use.
CLion Is Now Free for Non-Commercial Use
by JetBrains
From the article:
"Wheth[…]
If you haven't already, please take 10 minutes to participate in this year's annual C++ developer survey! The results help to inform C++ standardization and C++ product vendors.
2025 Annual C++ Developer Survey "Lite"
The surve[…]
Modular Platform 25.3: 450K+ Lines of Open Source Code and pip Packaging
Integer division is one of the most expensive operations in C++, but when the divisor is known at compile time, the compiler can optimize it significantly. This post explores different approaches—using templates, lambda expressions, and temp[…]
GCC 15 is now available!
Here are some highlights from the release notes' C++ section:
Several C++26 features have been implemented:
P2558R2, Add @, $, and ` to the basic character set (PR110343)
P2552R3, On the ignor[…]
C++ is often seen as an ever-growing language, with each new standard introducing powerful features while maintaining backward compatibility. However, C++26 takes a step toward simplification by officially removing deprecated features, includi[…]
Community Newsletter for April 2025
The annual global C++ developer survey is now open. As the name suggests, it's short:
2025 Annual C++ Developer Survey "Lite"
Please take 10 minutes or so to participate! A summary of the results, including aggregated highlights of […]
The first post in this
series
introduced us to Map::Tube. There, we built the fundamental structure of
the Map::Tube::Hannover module and created the basic map file for the
Hannover tram network. This time, we’ll look at a map file’s struc[…]
MoonBit Native on ESP32-C3: With C-Level Performance
Bjarne Stroustrup, creator of C++, is advocating for the adoption of guideline-enforcing profiles to enhance the language's safety and security.
Bjarne Stroustrup on How He Sees C++ Evolving
by David Cassel
From the article:
[…]
Announcing the release of Oracle Jipher, which is a Java Cryptographic Service Provider that packages a FIPS 140-validated OpenSSL cryptographic module.
There is a possibility for DoS by in the net-imap gem. This vulnerability has been assigned the CVE identifier CVE-2025-43857. We recommend upgrading the net-imap gem.
Details
A malicious server can send can send a “literal” byte count w[…]
The Java Card Development Kit 25.0 is Now Available.
Oracle’s Java Card team is excited to announce the release of the Java Card Development Kit (JCDK) v25.0.
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
JDK 24.0.1, 21.0.7, 17.0.15, 11.0.27, and 8u451 Have Been Released
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 […]
Mohammad Sajid Anwar’s post
in last year’s Perl Advent Calendar about his
Map::Tube module intrigued me. I
decided I wanted to build such a map for the tram network in the city where
I live: Hannover, Germany. Along the way, I thought it[…]
We are pleased to announce the release of Ruby 3.5.0-preview1. Ruby 3.5 updates its Unicode version to 15.1.0, and so on.
Language changes
*nil no longer calls nil.to_a, similar to how **nil does
not call nil.to_hash. [Feature #21047]
Co[…]
Modverse #47: MAX 25.2 and an evening of GPU programming at Modular HQ
Introduce The Elm Architecture to MoonBit: build robust web app with simple principles
The HLS Team is proud to announce the new release of the Haskell Language Server 2.10.0.0!
Ruby 3.4.3 has been released.
This is a routine update that includes bug fixes. Please refer to the
release notes on GitHub for further details.
Release Schedule
We intend to release the latest stable Ruby version (currently Ruby 3.4) every 2[…]
This is the third of the HARC Stack essays. Previous <=> Next. In previous instalments, you have learned how I fell in love with HTMX. The power to build websites on the server side in my favourite language (raku, since you ask) was back i[…]
Control Your MIDI Controllers!
As we discovered previously, your MIDI devices can be enhanced to function in different ways besides just triggering a single note per key (or pad) press.
Being a serial module creator, and with the help of that ar[…]
Ruby 3.3.8 has been released.
Please see the GitHub releases for further details.
Download
https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.8.tar.gz
SIZE: 22197497
SHA1: 71b8362d413f58ed5aef2ecd132769210c45f058
SHA256: 5ae28a87a[…]
Website updated to Zine 0.10.0Author: Loris CroThe official Zig website now builds using standalone Zine. A lot of code got rewritten so if you see regressions on the website, please open an issue. Regressions only please, thanks!Normally a Zine[…]
What about the MLIR compiler infrastructure? (Democratizing AI Compute, Part 8)
Photo © Salve J. Nilsen, 2023, CC-BY-NC-4.0
This year in particular,
the organizers
have had difficulty reaching our fundraising targets for the
Perl Toolchain Summit.
In the words of Ricardo Signes:
The Perl Toolchain Summit is one of the mos[…]
Better benchmark looping in Go 1.24.
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?
Ruby 3.2.8 has been released. This release includes CVE-2025-27219, CVE-2025-27220 and CVE-2025-27221 fixes.
Please see the GitHub releases for further details.
This version is a last version of normal maintenance for Ruby 3.2 series. We will […]
Ruby 3.1.7 has been released. This release includes CVE-2025-27219, CVE-2025-27220 and CVE-2025-27221 fixes and update bundled REXML and RSS gems.
Please see the GitHub releases for further details.
This version is a final release of Ruby 3.1 […]
What about Triton and Python eDSLs? (Democratizing AI Compute, Part 7)
Go 1.25 simplifies the language spec by removing the notion of core types
MAX 25.2: Unleash the power of your H200's–without CUDA!
Learn.java and College Board AP CSA collaboration announcement
The Graal team is pleased to announce the general availability of Oracle GraalVM for JDK 24. In addition to JDK 24 support and many smaller improvements, this release includes some exciting enhancements to Native Image ahead-of-time compilation […]
The Arrival of Java 24! Oracle is proud to announce the general availability of JDK 24 for developers, enterprises, and end-users.
As an online trading company processing millions of transactions daily, we
recognise technologies that stand the test of time. For 25 years, Perl has been
integral to our operations, and we remain committed to the ecosystem that
helped shape our[…]
Erlang.org webpage will be down due to an planned power outage at the site.
What about TVM, XLA, and AI compilers? (Democratizing AI Compute, Part 6)
New file access APIs in Go 1.24.
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[…]
Announcing LLVM backend for MoonBit
Java Management Service (JMS) has introduced several key enhancements designed to simplify onboarding and provide deeper insights into your fleet's health.
Weak pointers and better finalization in Go 1.24.
What about OpenCL and CUDA C++ alternatives? (Democratizing AI Compute, Part 5)
Release Tag Status UpdateThe 0.14.0 release is coming shortly. We didn’t get the release notes done yet, and I’m calling it a day.Tomorrow morning I’ll make the tag, kick off the CI, and then work to finish the release notes while it build[…]
The North American Perl and Raku Conference will soon be upon us, and that
means now is a great time to show your support for this very special event.
This year there are many available sponsorship tiers and lots of opportunities
for your organi[…]
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[…]
How to Use Moonpad on Your Website
Modverse #46: MAX 25.1, MAX Builds, and Democratizing AI Compute
We published security advisories for CVE-2025-27219, CVE-2025-27220 and CVE-2025-27221. Please read the details below.
CVE-2025-27219: Denial of Service in CGI::Cookie.parse.
There is a possibility for DoS by in the cgi gem. This vulnerabilit[…]
Go 1.24 improves map performance with a brand new map implementation
Improved UBSan Error MessagesAuthor: David RubinLately, I’ve been extensively working with C interop, and one thing that’s been sorely missing is clear error messages from UBSan. When compiling C with zig cc, Zig provides better defaults, in[…]
Welcome to “What’s new on CPAN”, a curated look at last month’s new CPAN uploads for your reading and programming pleasure. Enjoy!
APIs & Apps
App::rhich (BRIANDFOY) is like the which Unix command, but takes a regex as argument
Extr[…]
CUDA is the incumbent, but is it any good? (Democratizing AI Compute, Part 4)
Go 1.24 contains an experimental package to aid in testing concurrent code.
MAX 25.1 - Introducing MAX Builds
Ruby 3.4.2 has been released.
This is a routine update that includes bug fixes. Please refer to the
release notes on GitHub for further details.
Release Schedule
We intend to release the latest stable Ruby version (currently Ruby 3.4) every 2[…]
Profiling MoonBit-Generated Wasm using Chrome
Today we are excited to announce the Release Candidate (RC) of TypeScript 5.8! 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[…]
Go 1.24 enhances WebAssembly capabilities with function export and reactor mode
How did CUDA succeed? (Democratizing AI Compute, Part 3)
Go 1.24 brings generic type aliases, map performance improvements, FIPS 140 compliance and more.
There is a possibility for DoS by in the net-imap gem. This vulnerability has been assigned the CVE identifier CVE-2025-25186. We recommend upgrading the net-imap gem.
Details
A malicious server can send highly compressed uid-set data which […]
Thoughts and advice on starting your own Julia community workgroup.
With the latest release of the Tools for Graal Development Kit for Micronaut we provide support for the latest version of the Graal Development Kit for Micronaut (GDK) and a new tool, the Multicloud Tester.
Announcing Graal Development Kit for Micronaut (GDK) 4.7.3 containing Micronaut® framework 4.7.3, software supply chain security enhancements, new hands-on labs, and more.
No-Libc Zig Now Outperforms Glibc ZigAuthor: Andrew KelleyAlright, I know I’m supposed to be focused on issue triage and merging PRs for the upcoming release this month, but in my defense, I do some of my best work while procrastinating.Jokes […]
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.[…]
Welcome to “What’s new on CPAN”, a curated look at last month’s new CPAN uploads for your reading and programming pleasure. Enjoy!
APIs & Apps
Automatically generate changelogs based on Git commit history with App::Changelog (OLOOEE[…]
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
Today we are excited to announce the availability of TypeScript 5.8 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.8![…]
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[…]
JDK 23.0.2, 21.0.6, 17.0.14, 11.0.26, and 8u441 Have Been Released
LLDB Fork for ZigAuthor: Alex Rønne PetersenOne of the major things Jacob has been working on is good debugging support for Zig. This includes an LLDB fork with enhancements for the Zig language, and is primarily intended for use with Zig’s s[…]
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 […]
Consuming a High Performance Wasm Library in MoonBit from JavaScript
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
(in chronological order, with comment references)
How time flies. Yet another year has flown by. 2024 was a year of changes, continuations and preparations. Let’s start with the changes: Edument Edument Central Europe, the branch of Edument that is based in Prague (and led by Jonathan Wo[…]
Amongst all of its features, what do we consider to be the essence of Raku? In this advent post we will explore what makes Raku an exciting programming language and see if we can describe its essence. Paul Graham wrote an essay ab[…]
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[…]
A lead-free area Elf Nebecaneezer (‘Neb’) was welcoming some young new workers to his domain and doing what old folks like to do: pontificate. (His grandchildren politely, but behind his back, call it “bloviating.”) “In the old days, w[…]
The Cabal Manual now has a guide on how to collect performance statistics of Haskell applications.
A few months back In the smoke-filled (virtual) room of the council of the high (from the smoke) elves, the wizened textualist Geoff, said “All of my stuff is in boxes and containers.” Empty shelves behind him indicated he was moving house. […]
Evaluating Llama Guard with MAX 24.6 and Hugging Face
MoonBit compiler is available on GitHub
Exposed EPMD: A Hidden Security Risk for RabbitMQ and the BEAM Ecosystem
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
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[…]
JavaOne 2025 Registration Announcement
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
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[…]
Deploy apps into a Kubernetes cluster to Oracle Cloud, interactively run and debug containers directly from within Visual Studio Code with GraalVM Tools for Micronaut Extension!
Today we excited to announce the availability of TypeScript 5.7! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for type declarations and annotations. This syntax can be used by the TypeScr[…]
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!
Today we are announcing the availability of the release candidate of TypeScript 5.7. To get started using the RC, 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 TypeScri[…]
Introduce JS String Builtins Proposal in MoonBit
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[…]
Introduce MoonBit native, up to 15x faster than Java in numerics!
JDK 23.0.1, 21.0.5, 17.0.13, 11.0.25, and 8u431 Have Been Released
JavaOne registration blog
The Java Card team is excited to announce the general availability of the Java Card Development Kit v24.1. This significant update improves the Oracle comprehensive stand-alone development environment, which includes tools, a simulator and a pl[…]
moonbitlang/x Now Supports File I/O
Community Spotlight: Writing Mojo with Cursor
Today we are announcing the availability of TypeScript 5.7 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.7! Checks f[…]
The latest release of the tools for the Graal Development Kit for Micronaut (GDK), version 4.6.0, supports the latest GDK version and includes some important new features and enhancements.
Highlights of the Julia 1.11 release.
Community Newsletter for October 2024
Community Newsletter for September 2024
The Nim Team is happy to announce two releases:
version 2.2.0, our new stable release
version 2.0.10, a patch release for Nim 2.0
Nim v2.2.0 is a continuation of our efforts to improve Nim 2: it contains almost 1000 new commits, bringing […]
Highlights for October - Interview with Crews
Running MoonBit Games on Real Hardware with WASM-4
Announcing the general availability of Graal Development Kit for Micronaut (GDK) 4.6.0 containing Microsoft Azure integration, Supply Chain Security Verification and SLSA Compliance with Macaron, Micronaut® framework 4.6.0, and more.
JuliaCon Global 2025 and JuliaCon 2024 Wrap-Up Blogpost.
The Graal team is pleased to announce the general availability of Oracle GraalVM for JDK 23. In addition to JDK 23 support, this release includes many enhancements to Native Image ahead-of-time compilation to tune a generated executable’s siz[…]
Java Product Management blog announcing Java 23
Starting with Oracle JDK 23, the Oracle GraalVM JIT compiler (Graal JIT) is now included among the JITs available as part of the Oracle JDK.
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
Today we’re excited to announce the release of TypeScript 5.6! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Types describe the shapes we expect of our variables, param[…]
AI Agent with MoonBit using Wasm Components
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).
[…]
Today we are excited to announce the availability of the release candidate of TypeScript 5.6. To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc Here’s a quick list of what’s new […]
MoonBit Beta Preview - stabilized language and AI-native toolchain
Developing Wasm component model in MoonBit with minimal output size
In this blog post, we introduce the new installer for Oracle Management Agent (OMA) in Java Management Service (JMS), highlighting its enhanced reliability, efficiency, and user-friendliness. The step-by-step guide simplifies the process, ensuri[…]
This blog post introduces Oracle Java Releases Public APIs, designed to simplify access to Oracle Java release information. By providing RESTful APIs managed by Java Management Service (JMS) in Oracle Cloud Infrastructure (OCI), these APIs strea[…]
Highlights for August - Interview with Feoramund
Creating games in MoonBit with Wasm4
MoonBit's build system, Moon, is now open source
Announcing stack-pr: an open source tool for managing stacked PRs on GitHub
Announcing Tools for Graal Development Kit for MIcronaut 4.5.0
Announcing the general availability of Graal Development Kit for Micronaut (GDK) 4.5.0.
JDK 22.0.2, 21.0.4, 17.0.12, 11.0.24, and 8u421 Have Been Released
Develop locally, deploy globally
Bring your own PyTorch model
A brief guide to the Mojo n-body example
The Nim team is happy to announce Nim version 2.0.8, our fourth patch release for Nim 2.0.
Version 2.0.8 is a small release, containing just 20 commits, but it brings important improvements to Nim 2.0.6, released 10 days ago.
Major improvement[…]
Highlights for July - Showcasing 4 Blogs Entries
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
Guide for choosing the right JDK version to deploy applications on.
What’s new in Mojo 24.4? Improved collections, new traits, os module features and core language enhancements
The Nim team is happy to announce Nim version 2.0.6, our third, and the largest by far, patch release for Nim 2.0.
Version 2.0.6 contains (exactly!) 200 commits and brings bugfixes and improvements to Nim 2.0.4, released two months ago.
The re[…]
MAX 24.4 - Introducing quantization APIs and MAX on macOS
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 document serves as a summary of important Oracle Java SE-related roadmap information to guide users over the next year. Links are provided to the various supporting announcements and documents. If you have any questions about the informati[…]
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
The latest release, 4.3.7, of the tools for Graal Development Kit for Micronaut brings with it some great updates. Find out more in this article.
Announcing Graal Cloud Native (GCN) is now Graal Development Kit for Micronaut (GDK), and the general availability of GDK for Micronaut 4.3.7 based on Micronaut® framework 4.3.7.
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[…]
JDK 22.0.1, 21.0.3, 17.0.11, 11.0.23, and 8u411 Have Been Released!
Oracle JDK 17 was released in September 2021 and updates through September 2024 are under the NFTC. Updates of JDK 17 released after September 2024 are planned to be under the Java SE OTN license, the same license we currently use for Java 8 and[…]
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?
Oracle Java SE is now part of Oracle Academy providing access to free technical support and academic curriculum on a variety of career-relevant technology subjects.
Semantic Search with MAX Engine
Oracle is proud to announce the general availability of Oracle GraalVM for JDK 22.
Java 22 Announcement Blog
How to Be Confident in Your Performance Benchmarking
Java users on macOS 14 running on Apple silicon systems should skip macOS 14.4 and update directly to macOS 14.4.1
Mojo🔥 ❤️ Pi 🥧: Approximating Pi with Mojo🔥 using Monte Carlo methods
Evaluating MAX Engine inference accuracy on the ImageNet dataset
Optimize and deploy AI models with MAX Engine and MAX Serving
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[…]
I am delighted to announce the release of the latest Java Card Development Kit, version 24.0. This release marks a big step forward for application developers, and the entire Java Card team is excited to offer and maintain it for wide adoption.
Mojo🔥 ♥️ Python: Calculating and plotting a Valentine’s day ♥️ using Mojo and Python
A leading German Health Insurance provider Techniker Krankenkasse (TK)'s use Java and their view on the how Oracle works with them
Mojo vs. Rust: what are the differences?
Highlights for February - Community Showcase Categorized
With the release of version 4.2.1 of the Graal Cloud Native tools we have some exciting new features. This release sees support for the Micronaut Expression Language, the Micronaut Control Panel and improved support for working with Oracle Auton[…]
We're excited to announce the general availability of Graal Cloud Native 4.2.1 based on Micronaut® framework 4.2.1.
What is loop unrolling? How you can speed up Mojo🔥 code with @unroll
Mojo🔥 SDK v0.7 now available for download!
Mojo 🔥 lightning talk ⚡️ one language for all AI programming!
With the latest release of our developer tooling for VS Code, we have added some great new features that enable you to easily create a REST-based Java application from an existing database schema. Find out how in this blog post.
The JDK 21.0.2, 17.0.10, 11.0.22, and 8u401 update releases are now available.
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 ([…]
Oracle has completely moved its integrated application suite of cloud business software, known as Oracle NetSuite, to Oracle GraalVM for JDK 17. This recent migration has increased the overall performance of the application suite and reduce[…]
The mailing list has moved to Google Groups.
Modular to bring NVIDIA Accelerated Computing to the MAX Platform
Modular partners with Amazon Web Services (AWS) to bring MAX to AWS services
Key announcements from ModCon 2023
Mojo 🔥 Traits Have Arrived!
Highlights for December - Community Showcase Categorized
Mojo 🔥 Advent of Code 2023
ModCon 2023 sessions you don’t want to miss!
Implementing NumPy style matrix slicing in Mojo🔥
What’s new in Mojo SDK v0.5?
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[…]
Discover the latest changes as Oracle announces the deprecation of Advanced Management Console (AMC) and guide you through the process of migrating to Java Management Service (JMS). Learn about the enhanced capabilities of JMS, making it the opt[…]
Oracle is excited to announce the launch of the Java Download capability under JMS in Oracle Cloud Infrastructure (OCI). This new capability is tailored to meet the diverse needs of Java developers, administrators, and software providers. Learn […]
Welcome Mostafa Hagog to Modular
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[…]
Mojo🔥 is now available on Mac
The Java SE 21.0.1, 17.0.9, 11.0.21, and 8u391 update releases are now available.
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[…]
Mojo 🔥 - A systems programming language presented at LLVM 2023
Community Spotlight: How I built llama2.🔥 by Aydyn Tairov
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[…]
How to setup a Mojo🔥 development environment with Docker containers
AI Regulation: step with care, and great tact
We are excited to announce the general availability of Graal Cloud Native 4 based on the recently launched Micronaut® framework 4!
At Oracle Cloud World 2023, Oracle announced GraalOS, an innovative new application deployment technology that will be first made available through Oracle Cloud Infrastructure Functions.
Announcing the availability of Java 21
Oracle is pleased to announce the availability of Oracle GraalVM for JDK 21. This release brings with it new Java 21 features, improvements in Native Image performance, simplified usage of embedded languages, and more.
To celebrate Oracle CloudWorld, Oracle Press is offering a 40% to 70% discount on select books, ebooks and video courses.
Mojo🔥 - It’s finally here!
This blog post shows how to use the Micronaut® Framework to create and interact with an Oracle Database JSON Relational Duality View.
Discover the future of Java deployment management at Oracle Cloud World 2023. In the 'Securing Java Deployments at Scale with OCI Java Management Service' session at Oracle CloudWorld 2023, participants will be able to learn more about Java Mana[…]
Announcing the availability of Oracle GraalVM container images in Oracle Container Registry (OCR) under the GraalVM Free Terms and Conditions (GFTC) license. Developers and organizations can now easily pull Oracle GraalVM container images for bo[…]
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
We’ve raised $100M to fix AI infrastructure for the world's developers
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.
Description of Java content at the 2023 Oracle CloudWorld event (Sept 18-21 | Las Vegas, Nevada)
An easy introduction to Mojo🔥 for Python programmers
Highlights for August - Community Showcase Categorized
Oracle Java is supported on Oracle's long-standing and highly performant operating system, Oracle Linux. Learn how you can use RPMs available from the OCI yum service to easily install Oracle Java on an Oracle Linux system running on OCI.
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.
JDK 20.0.2, 17.0.8, 11.0.20, and 8u381 Have Been Released!
Micronaut® framework 4 is here! And it's faster, more cloud native, and better than ever! Oracle is thrilled to share some notable features in Micronaut framework 4 developed in collaboration with the Micronaut Foundation.
What’s the difference between the AI Engine and Mojo?
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!
Modular natively supports dynamic shapes for AI workloads
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 →
New Java Management Service (JMS) features help system administrators get the most value of their Java applications recommending performance optimizations and simplifying the uptake of new JDK versions
Build portable cloud native Java microservices that start instantly and use fewer resources to reduce compute costs.
Graal Cloud Native (GCN) is a curated set of open source Micronaut® framework modules designed from the ground up to be compil[…]
Oracle GraalVM for JDK 17 and Oracle GraalVM for JDK 20 released under new Graal Free Terms and Conditions license.
Do LLMs eliminate the need for programming languages?
Accelerating AI model serving with the Modular AI Engine
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.
Our launch & what's next
A unified, extensible platform to superpower your AI
Lua 5.4.5 has been released. It fixes all known bugs in Lua 5.4.4.
The world's fastest unified matrix multiplication
The Java SE 20.0.1, 17.0.7, 11.0.19, 8u371, and 7u381 (restricted) update releases are now available.
The Java SE Enterprise Performance Pack is now available under the Java SE OTN License, making it easier to develop, test, prototype and demonstrate your Java 8 applications with this Java SE Subscription product feature.
Release Note Highlights & Interview with phwo, author of Handmade Games
Explanations and examples of the logic and code necessary to implement saga participants in compensating transactions.
AI’s compute fragmentation: what matrix multiplication teaches us
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[…]
With the whole Java Card team, I am delighted to announce the new Java Card 3.2 release. It is now live and available on the portal of Oracle.
A quick introduction to Ruby on GraalVM and how to run it on OCI Container Instances.
JDK 11.0.18, 17.0.6, 8u361, 19.0.2 and 7u371 Have Been Released!
Describes changes to the JDK Installers that will take effect on January 2023 and April 2023.
Thomas Wuerthinger, Christian Wimmer, et al. team (2012) was awarded the “Most Notable Paper Award” by the Dynamic Language Symposium (DLS) at Splash 2022.
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[…]
A security product is not necessarily a cryptographic product.
Introducing more advanced features in Java Management Service helping users gain additional insights into Java workloads and also announcing basic Java discovery available for all
If AI serving tech can’t solve today’s problems, how do we scale into the future?
A key goal of version 3.1 is to ensure the availability of security services on a large range of secure hardware, including smartcards, embedded chips, secure enclaves within microprocessor units (MPUs) and microcontroller units (MCUs), and remo[…]
Java Card 3.1 introduces an extended file format, the management of static resources, binary compatibility improvements, and the support of array views. Those features evolve the deployment and upgrade of applications, and they permit better des[…]
I have been a little bit surprised to hear during travels and events, or even within private meetings, that security certification for IoT devices is too expensive and in a way not a strict business requirement.
Release Note Highlights & Interview with Cloin, author of Spall
Part 2: Increasing development velocity of giant AI models
Modular is rebuilding AI in the face of a new economy
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
In this blog entry we will be covering the Java Card I/O framework, and how implementers can use it to extend the platform and enable new use-cases for secure elements in IoT devices.
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[…]
The Java SE 19.0.1, 17.0.5, 11.0.17, and 8u351 update releases are now available.
Oracle brings JDK 17 Performance to JDK 8 server workloads. Drop-in replacement for JDK 8. Available now, at no additional cost, to all Java SE Subscription customers and Oracle Cloud Infrastructure (OCI) users.
The GraalVM 22.3 release delivers several new features including much anticipated support for Java 19 along with preview support for Project Loom virtual threads in both JVM JIT and Native Image ahead-of-time compiled applications. The release a[…]
A quick "how to" on using the native image support in Spring Boot 3.0
Did you know #JavaOne is back ? Among a plethora of great sessions, two Java Card sessions will be on stage. This is a great opportunity to follow up on the technology and features to come.
All details here: https://inside.java/javaone
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[…]
OCW GraalVM Session guide that makes it easier for attendees to locate and scan QRcodes to find favorite GraalVM sessions.
I always hear that when the TLS protocol is used between a client and a server then everything is secure to exchange data in between the two !
2022 is special ! This is the 25 years anniversary of Java Card as already reflected in a previous post where experts detail the history and the reasons of its success story. How the Java card technology is so pervasive in ou[…]
Oracle is proud to announce that it has joined the newly-launched Micronaut® Foundation Engineering Partner program.
JavaOne is nearly upon us and we’ve been working hard to fill out the list of final activities. Here’s a high-level Run of Show to give you a sense for what you can expect from the first JavaOne in 5 years. Note that the JavaOne conference i[…]
Highlights of the Julia 1.8 release.
Introducing Java Runtime Lifecycle management operations in Java Management Service
Today, we are announcing that you can use GraalVM Enterprise directly in Oracle Cloud Infrastructure (OCI) Code Editor and Cloud Shell, at no additional cost. This means you can now edit and deploy high-performance Java, Spring Boot, and Microna[…]
Prior to getting into more details about the evolution of Java Card technology in future posts, I would like to point out two common clichés about the platform :
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 […]
Of the hundreds of sessions that you will find at JavaOne, almost 40% of them are being led by members of the community. The content catalog might not be updated with all of the sessions and speaker information yet, but it will be soon and you c[…]
The GraalVM Enterprise 22.2 release includes much anticipated Apple silicon support, a significant reduction in the memory requirements of Native Image, a smaller base JDK distribution package, and an exciting new facility to make it easier to u[…]
From October 17-20 in Las Vegas, JavaOne will be jam-packed with hundreds of valuable and actionable sessions directly from the experts. You’ll find learning sessions, tutorials, hands-on labs, lightning talks, panels, an unconference, and bir[…]
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[…]
Today, we are announcing that you can use GraalVM Enterprise directly in Oracle Cloud Infrastructure (OCI) DevOps build pipelines to build high-performance Java applications, at no additional cost.
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[…]
The Java Card Forum (JCF) celebrates the 25 years of its creation. Members of the Forum use this opportunity to reflect how far the Oracle Java Card technology had gone over this period. Actually, it is very enthusiastic to see how much a produc[…]
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,[…]
A short post on the benefits of, and getting started with Java on OCI.
I am very pleased to announce that today's blog entry is from a Java Card user and developer. It is about their feedback regarding Java Card 3.1 release in IoT and connectivity spaces. Java Card 3.1 is a major release focusing on […]
Java Management Service 4.0 was released in March 2022. Read about the new features and give it a try.
Join the world’s premier developer conference in Las Vegas at Oracle CloudWorld
The GraalVM Enterprise Edition 22.1 release includes faster native compilation, smaller executables, and a new quick mode to improve the developer experience.
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[…]
Oracle is proud to announce the general availability of JDK 18.
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[…]
Last time I said "just a little bit of work on the heap snapshots should result in a useful tool. Here's my report for the first useful pieces of the Heap Snapshot UI!
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[…]
Over the last months I have worked on the heap snapshot profiler, and now there's also things to see in moarperf's browser UI.
从事软件开发的行家里手们对版本发布流程与节奏如此了若指掌,以至于他们将其精髓内化(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....
MoarVM is getting a new subsystem that allows users to programmatically configure specific parts of the runtime, such as what parts of the program the profiler should measure.
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 Video | Jeff gave his previously announced, invited talk at Stanford yesterday and the video is available here (https://ee380.stanford.edu/cgi-bin/videologger.php?target=120229-ee380-300.asx)....
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).