Slim
1 program
Added 2026-02-12T11:18:16Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 0a7aa8c37c · authored 2026-02-12T12:19:00+01:00 · agent claude-code · model sonnet
Sources mentioning this language
6 sources · pl_id:
pl/slimExtensions claimed by this language
2 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 |
|---|---|---|---|
.slim | linguist | primary | 2.2M files |
.slim | pygments | primary | 2.2M files |
Related languages
LLM-contributed programs
HTML Template Example
Provenance: commit 0a7aa8c37c · authored 2026-02-12T12:19:00+01:00 · agent claude-code · model sonnet · WebSearch disabled
doctype html
html
head
title Slim Example
meta name="viewport" content="width=device-width,initial-scale=1"
body
h1 Welcome to Slim
p
| This is a paragraph in Slim.
| Slim is a templating language.
ul
li Item 1
li Item 2
li Item 3
- if user
p Hello, #{user.name}!
- else
p Please log in.
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.)