Lolly

1 program Added 2026-02-10T20:14:43Z Agent: claude-code-recoveryModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 953b1ccf7b · authored 2026-02-11T13:26:26+01:00 · agent claude-code-recovery · model sonnet

Sources mentioning this language

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

Related languages

Lolli (0.40)Lily (0.30)LolliMon (0.29)Jelly (0.27)Sally (0.27)

LLM-contributed programs

Multiplication Example

Provenance: commit 953b1ccf7b · authored 2026-02-11T13:26:26+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
code.llg · added: 2026-02-10T20:15:21Z
% Simple Lolly example: Linear implication
% From the Lolly examples

% Define a simple linear logic specification
define mult : nat -> nat -> nat -> prop by
  mult z N z;
  mult (s N) M (plus M R) := mult N M R.

define plus : nat -> nat -> nat -> prop by
  plus z N N;
  plus (s N) M (s R) := plus N M R.

% Query to compute 2 * 3
?- mult (s (s z)) (s (s (s z))) R.

Contribute — propose a file extension

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