Introduction to Jock
docs.jock.org·1d·
Discuss: Hacker News
Programming Language Design
Preview
Report Post

Jock is a subject-oriented statically-typed functional programming language which compiles to Nock. Jock’s syntax is inspired by high-level languages like Swift and Python. It inherits many conventions from the Hoon language and the underlying Nock instruction set architecture, and its reference parser and compiler are written in Hoon.

Jock is developed by Zorp Corp and is an alpha product release as of June 26, 2025.

Here are some short programs in Jock:

Alpha Features

Jock is in active development. Any version of Jock can produce valid Nock nouns for execution on any Nock platform. Syntax is expected to evolve as language features develop.

At this stage, Jock can support numeric and string types, lists and sets as containers, function and object definitions, control flow…

Similar Posts

Loading similar posts...