Slate

1 program Added 2025-11-05T20:14:28Z Model: x-ai/grok-4-fastTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit 1044d462bc · authored 2025-11-05T21:14:28+01:00 · model x-ai/grok-4-fast

Sources mentioning this language

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

Related languages

Syndicate (0.29)Latte (0.27)Slang (0.27)Slash (0.27)Svelte (0.25)

LLM-contributed programs

Factorial Computation Example

Provenance: commit 1044d462bc · authored 2025-11-05T21:14:28+01:00 · model x-ai/grok-4-fast · Temp 0.4
code.slate · added: 2025-11-05T20:14:28Z
Number extend [
   factorial := | :self n | 
      n = 0 ifTrue: [ ^1 ]
      false: [ ^n * (self factorial: n - 1) ]
].

10 factorial print.

Contribute — propose a file extension

Tell us where to find evidence about Slate (mapped to pl/slate). 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/Slate/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← slashlang SLAX →