HiTalk

1 program Added 2026-02-27T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: hiTalk, HiLog+Logtalk
Provenance: commit b529848981 · authored 2026-02-27T12:38:56+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

Logtalk (0.37)HyperTalk (0.22)Strongtalk (0.21)Actalk (0.19)ToonTalk (0.17)

LLM-contributed programs

Enumeration Type Hierarchy

Provenance: commit b529848981 · authored 2026-02-27T12:38:56+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.hlgt · added: 2026-02-27T10:00:00Z
% if element type is enum `hierarchy` mode
% else `linear` mode
:- op(1150, fy, enumeration).

:- enum( type, _Elements_ ).

 :- public
 hitalk_type,% :- true by default
 prolog_type,% :- true by default
 user_type. % :- true by default
:- end_enum.

% generates by fact that enum has enum elements
:- enum(hitalk_type, _).

 :- public
 object, % :- true by default
 category, % :- true by default
 protocol, % :- true by default
 enum,
 module,
 event.

:- end_enum.

Contribute — propose a file extension

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