CodeArchaeology
  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Zig

Hello World in Zig

December 12, 2025 zighello-worldintermediategetting-started

Every programming journey starts with Hello World. Let’s write our first Zig program.

The Code

Create a file named hello.zig:

1
2
3
4
5
6
const std = @import("std");

pub fn main() ! …

Read more →

How 10 New Programming Languages Are Rewriting the Rules (And Why They Were Born)

March 16, 2026 programming-languageshistorygorustswiftkotlinelixirzigmojogleam

Every programming language is, at its core, a written argument. An argument that the languages which came before failed at something important — something worth spending years of your life to fix. …

Read more →

CodeArchaeology

Exploring programming languages from the popular to the obscure - proving they all still run on modern machines

Quick Links

  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Recent Languages

  • ChaiScript
  • Cairo
  • C/C++ Preprocessor
  • Bzip2
  • C Shell

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub