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

Bliss

Hello World in BLISS

February 19, 2026 blisshello-worldbeginnergetting-started

Every programming journey starts with Hello World. BLISS is a systems programming language with no built-in I/O, so our Hello World requires two files: a BLISS module and a small C wrapper. …

Read more →

Variables and Types in BLISS

March 7, 2026 blissvariablestypesdata-types

BLISS takes a radically different approach to variables compared to nearly every other language you may have encountered. There are no types like int, float, or string — all data in BLISS is a …

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