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

Systems-Programming

Hello World in Odin

February 15, 2026 odinhello-worldbeginnergetting-startedsystems-programmingdata-oriented

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

The Code

Create a file named hello.odin:

1
2
3
4
5
6
7
package main

import "core:fmt"

main :: …

Read more →

Hello World in Vale

February 12, 2026 valehello-worldbeginnergetting-startedsystems-programming

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

The Code

Create a file named hello.vale:

import stdlib.*;

exported func main() {
  println("Hello, …

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

  • Assembler (ARM)
  • Assembler (AMD64)
  • Malbolge
  • Assembler (8051)
  • Assembler

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub