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

Kotlin

Hello World in Kotlin

December 6, 2025 kotlinhello-worldbeginnergetting-startedjvm

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

The Code

Create a file named Hello.kt:

1
2
3
fun main() {
    println("Hello, World!")
} …

Read more →

def, func, fun, fn, sub: Why Every Language Has a Different Word for the Same Thing

March 30, 2026 programming-languagesfunctionshistoryfortranpythonrusthaskellkotlin

Open almost any programming language reference and you will find, somewhere near the beginning, a section explaining how to define a reusable named block of code. The concept is universal. The word …

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

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

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub