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

Hare

Hello World in Hare

February 8, 2026 harehello-worldbeginnergetting-started

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

The Code

Create a file named hello.ha:

1
2
3
4
5
use fmt;

export fn main() void = {
	fmt::println( …

Read more →

Variables and Types in Hare

March 27, 2026 harevariablestypesdata-types

Hare is a statically and strongly typed systems programming language, meaning every value has a known type at compile time and implicit conversions between types are restricted. This design catches …

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

  • CONTROL-M/Analyzer
  • ColdFusion
  • CMS Pipelines
  • CMake
  • CLOS

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub