Zelus

1 program Added 2026-02-13T09:12:42.961832Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit f582a50554 · authored 2026-02-13T10:13:08+01:00 · agent claude-code · model sonnet

Sources mentioning this language

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

Related languages

Zélus (0.64)PLUS (0.30)Stylus (0.25)Dedalus (0.23)R (0.19)

LLM-contributed programs

Bouncing Ball

Provenance: commit f582a50554 · authored 2026-02-13T10:13:08+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.zls · added: 2026-02-13T09:12:42.961832Z
(* A simple hybrid system: a bouncing ball *)
let hybrid ball(init_h, init_v) = (h, v) where
  rec der h = v init init_h
  and der v = -9.81 init init_v reset up(-.h) -> -.0.8 *. last v

let hybrid main() = () where
  rec (h, v) = ball(10.0, 0.0)
  and () = print_endline (string_of_float h)

Contribute — propose a file extension

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