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

J

Hello World in J

December 7, 2025 jhello-worldbeginnergetting-started

Every programming journey starts with Hello World. In J, this is remarkably concise—just a string expression that outputs to the screen.

The Code

Create a file named hello.ijs:

1
'Hello, …

Read more →

Variables and Types in J

March 30, 2026 jvariablestypesdata-types

In most languages, variables hold single values—a number, a string, a boolean. In J, the fundamental unit of data is the array. Even a single number is an array (a zero-dimensional one). Understanding …

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