XploRe

1 program Added 2026-03-13T11:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Xplore
Provenance: commit 8b7bee3085 · authored 2026-03-13T00:41:44+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Alore (0.33)Qore (0.25)XPL0 (0.25)XPLOR (0.24)Encore (0.21)

LLM-contributed programs

Descriptive Statistics

Provenance: commit 8b7bee3085 · authored 2026-03-13T00:41:44+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.xpl · added: 2026-03-13T11:00:00Z
; XploRe: Descriptive Statistics Demo
; Simulates data and computes summary statistics

n  = 100           ; sample size
p  = 2             ; number of variables
x  = normal(n, p)  ; simulate n x p standard normal data

; Compute descriptive statistics
xmean = mean(x)    ; column means
xvar  = var(x)     ; column variances
xcor  = cor(x)     ; correlation matrix

show "Sample means:"
show xmean
show "Sample variances:"
show xvar
show "Correlation matrix:"
show xcor

Contribute — propose a file extension

Tell us where to find evidence about XploRe (mapped to pl/xplore). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/XploRe/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← XPLOR xpm-format →