rvtl

1 program Added 2026-03-13T12:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Return of Very Tiny Language, RVTL
Provenance: commit 53c2588efd · authored 2026-03-13T03:48:24+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

2 sources · pl_id: pl/rvtl
LLM (this repo) · 1Esolang

Related languages

VTL-2 (0.45)QUEL (0.25)RDQL (0.25)fq (0.24)Rez (0.24)

LLM-contributed programs

Random Number Frequency Counter (dice rolls)

Provenance: commit 53c2588efd · authored 2026-03-13T03:48:24+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.vtl · license: GPL-2.0 · added: 2026-03-13T12:00:00Z
1000 : 1 から 6 の乱数を100万生成
1010 :
1020 a=0 b=0 c=0 d=0 e=0 f=0
1030 I=1,1000000
1040   R=`
1050   r=R\6 r=%+1
1060   ;=r=1 a=a+1
1070   ;=r=2 b=b+1
1080   ;=r=3 c=c+1
1090   ;=r=4 d=d+1
1100   ;=r=5 e=e+1
1110   ;=r=6 f=f+1
1120 @=I+1
1130 "1 :" ?(9)=a /
1140 "2 :" ?(9)=b /
1150 "3 :" ?(9)=c /
1160 "4 :" ?(9)=d /
1170 "5 :" ?(9)=e /
1180 "6 :" ?(9)=f /
1190 #=-1

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.)

Contribute — propose a file extension

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