Overseen by Cyn · Absolute Solver v0.1

Murder Drones
Language

MD is a scripting language built on Copper 9 vocabulary. Cyn is the boss — every error, every directive, every drone answers to the Solver.

What is MD?

MD (.md source files) replaces boring keywords with Murder Drones show language. Print with spawn. Define functions as drone units. Branch with hive and dissolve. Loop with reboot or corrupt counters with corrupt.

The runtime ships builtins for Uzi, N, J, V, Cyn, Copper9, and JCJenson. When something breaks, Cyn tells you — not a generic compiler.

// First directive on Copper 9
spawn "Bite me! Welcome to MD."
spawn "Boss: " + Cyn

drone greet(who) {
    spawn who + " — still functional."
}
greet(Uzi)

[Cyn] Unknown unit 'foo' — Cyn has no record of it. (line 3, col 1)

Show Words

Murder Drones vocabulary wired into the language and stdlib.

Cyn Absolute Solver · language boss

All errors are reported by Cyn. The overseer of MD.

Uzi · N · J · V builtin string constants

Serial designations and worker drone identity built in.

Copper 9 Copper9 constant

Home planet of the worker drone colony — and MD's origin.

JCJenson "In Spaaace!"

Corporate lore, one spawn away.

spawn output / print

Emit text to the maintenance tunnel (stdout).

drone · hive · dissolve fn · if · else

Core control flow with disassembly drone naming.

Syntax

MDMeaning
spawnPrint output
coreDeclare variable
droneDefine function
hive / dissolveIf / else
rebootWhile loop
corruptFor loop — corrupt (i = 0 => 9) { }
terminateReturn
directiveImport another .md file
absolute / voidTrue / false

Quick install (any OS with Python 3)

curl -fsSL https://aurexon.org/md/downloads/md-lang_0.1.0_linux_x86_64.tar.gz | tar -xz -C /tmp
sudo cp /tmp/usr/bin/md /usr/local/bin/
md examples/hello.md

Download

MD v0.1.0 — requires Python 3.8+. Cyn approves all packages below.

Debian install

sudo dpkg -i md-lang_0.1.0_all.deb
md /usr/share/md/examples/hello.md