F-Logic

1 program Added 2026-02-11T10:30:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Frame Logic, F logic
Provenance: commit ad433f1a67 · authored 2026-02-11T14:38:14+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

LF (0.21)N3 (0.19)PROGOL (0.18)BLOG (0.18)Alfa (0.18)

LLM-contributed programs

Person Class Hierarchy

Provenance: commit ad433f1a67 · authored 2026-02-11T14:38:14+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.flr · added: 2026-02-11T10:30:00Z
% Simple F-Logic example: Person class hierarchy
person :: object.
student :: person.
professor :: person.

person[name => string, age => integer].
student[studId => string, major => string].
professor[faculty => string, tenure => boolean].

john : student[name -> "John Doe", age -> 20, studId -> "S12345", major -> "Computer Science"].
mary : professor[name -> "Mary Smith", age -> 45, faculty -> "Engineering", tenure -> true].

% Query to find all students
?- X : student.

Contribute — propose a file extension

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