Emfrp

1 program Added 2026-02-26T00:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 1a05e93aa0 · authored 2026-02-26T17:58:22+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

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

Related languages

Carp (0.18)Emily (0.17)Emacs Lisp (0.16)Embryo (0.15)EuLisp (0.15)

LLM-contributed programs

Simple Counter

Provenance: commit 1a05e93aa0 · authored 2026-02-26T17:58:22+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.emfrp · added: 2026-02-26T00:00:00Z
(* Simple counter in Emfrp *)
node @in tick : bool

node counter : int =
  if tick then last counter @default(0) + 1
  else last counter @default(0)

node @out result : int = counter

Contribute — propose a file extension

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