m. moed
Summer 2026
Back
Playground
May 2026

Off-hours. What languages get written outside 9-to-5.

This site got built mostly after dark. A token tweak at 8am Saturday, a font swap at 1am on a Thursday, copy edits in the gap between dinner and bed. The rhythm felt obvious. So I started wondering whether it was true of code more broadly, and for which kinds in particular.

So I pulled twelve years of commit timestamps from the public GitHub mirror on BigQuery. Every commit from 2011 to 2022, every language with enough data to read honestly. Then stripped each one down to one number: what fraction of commits land outside Monday-through-Friday, 9 to 6, in the author's local timezone?

The answer turns out to be anywhere from 30% to 67%, depending on what kind of code you're writing.

Below: thirty languages on a single axis. Drag the work-hours window or toggle whether weekends count, and the field rearranges.

Off-hours by language

Work hours09:00 — 18:00
30%40%50%60%70%even splitErlang.the 9-to-5 anchorNimLuaCrystalZigNixElixirHaskellRubyKotlinRustJuliaShellC++SwiftClojureJavaScriptC#PHPPowerShellScalaTypeScriptRPerlJavaOCamlCDartPythonGoErlang

That number, off-hours share, hides a lot. Each language has a shape: a 24×7 grid of when its code actually gets written.

Java's shape is a sharp little rectangle, glowing brightest Monday through Friday between 10am and 5pm. Rust's is a smear with weekend evenings nearly as hot as weekday mornings. Click through the languages below; cycling between any two tells you which world each one lives in.

When does Java get written?

MonTueWedThuFriSatSun000408121620

Static snapshots flatten the most interesting question. Languages move. A weekend hobby finds enterprise adoption; a research toy ends up on a product team; the same syntax gets used by a different shape of person five years later.

The clearest case is Rust: it started 2012 at almost 60% off-hours and reached 50% by the end of the decade. Adoption professionalized it. Whether the same holds for every language, or it's the exception, is what the next chart shows.

Have languages professionalized?

0%25%50%75%20122014201620182020even split

Rust started near 60% off-hours in 2012 and fell to ~50% by 2019. Adoption professionalized it.

Erlang stayed below 35% the entire decade.

Flat. JavaScript has always been both work and play.

systems
  • C
  • C++
  • Rust
functional
  • Erlang
  • OCaml
  • Scala
web
  • JavaScript
  • PHP
  • Ruby
  • TypeScript
scripting
  • Lua
  • Perl
  • Python
  • Shell
enterprise
  • C#
  • Go
  • Java
Scrub a year:

The fine print. This is the bigquery-public-data.github_repos snapshot, public-repo commits only, so it leans toward open-source norms. The longitudinal chart stops at 2020 because the mirror under-samples 2021 and 2022. Local time comes from each commit's author.tz_offset, which the committer's own machine sets, so a developer who never updated their laptop after a flight registers weirdly. And off-hours itself is a Western-workweek frame. A four-day week, or a Saturday-through-Wednesday week, would tell a different story.

None of that disqualifies the picture. Erlang really is anchored to 9-to-5, Lua really is a weekend language. But the percentages are softer than they look.