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

Clojure

Hello World in Clojure

December 21, 2025 clojurehello-worldbeginnergetting-started

Every programming journey starts with Hello World. Let’s write our first Clojure program and discover the elegance of this modern Lisp.

The Code

Create a file named hello.clj:

1
(println …

Read more →

Variables and Types in Clojure

March 10, 2026 clojurevariablestypesdata-types

Clojure approaches “variables” differently than most languages. As a functional Lisp, Clojure emphasizes immutable values and bindings rather than mutable variables. Understanding this …

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

  • ChaiScript
  • Cairo
  • C/C++ Preprocessor
  • Bzip2
  • C Shell

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub