AutoHotkey
1 program
Added 2025-10-23T07:41:16Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: AHK
Provenance: commit cde419dc45 · authored 2025-10-23T09:41:16+02:00 · model x-ai/grok-4-fast
Sources mentioning this language
8 sources · pl_id:
pl/autohotkeyWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Designed by | Chris Mallett · Steve Gray |
|---|---|
| First appeared | 2003 |
| License | GPLv2 |
| Homepage | https://www.autohotkey.com/ |
Extensions claimed by this language
4 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.ahk | linguist | primary | 447.2K files |
.ahk | pygments | primary | 447.2K files |
.ahkl | linguist | secondary | 163 files |
.ahkl | pygments | secondary | 163 files |
Related languages
LLM-contributed programs
Input Box Example
Provenance: commit cde419dc45 · authored 2025-10-23T09:41:16+02:00 · model x-ai/grok-4-fast · Temp 0.4
InputBox, MyVariable, My Title, Please enter a value
if ErrorLevel
MsgBox, You pressed cancel.
else if MyVariable =
MsgBox, You entered an empty value.
else
MsgBox, You entered %MyVariable%.
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)