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

Lua

Hello World in Lua

December 20, 2025 luahello-worldbeginnergetting-started

Lua is designed to be simple, and Hello World demonstrates this beautifully. In Lua, printing to the console is just one line—no imports, no classes, no boilerplate.

The Code

Create a file named …

Read more →

Strings Are Not Simple: How 12 Languages Model Text (And Why They Disagree)

March 23, 2026 programming-languagesstringsjavapythonrustgocswiftrubylua

Every programming language has strings. They’re so universal — so unremarkable — that we rarely stop to ask how they actually work. You type some characters between quotation marks, hand them to …

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