NATJ

1 program Added 2025-10-22T12:19:18Z Model: openai/gpt-4o-miniTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit d977105019 · authored 2025-10-22T14:19:18+02:00 · model openai/gpt-4o-mini

Sources mentioning this language

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

Related languages

NATURAL (0.25)Narya (0.18)Nasal (0.18)Napier (0.17)NAT (0.17)

LLM-contributed programs

Simple NATJ Example

Provenance: commit d977105019 · authored 2025-10-22T14:19:18+02:00 · model openai/gpt-4o-mini · Temp 0.4
code.natj · license: MIT · added: 2025-10-22T12:19:18Z
import natj.general.NatJ;
import natj.objc.ObjC;
import natj.objc.ann.Selector;

public class Main {
    public static void main(String[] args) {
        NatJ.register();
        System.out.println("Hello, NATJ!");
    }
    
    @Selector("exampleMethod:")
    public static void exampleMethod(String input) {
        System.out.println("Input: " + input);
    }
}

Contribute — propose a file extension

Tell us where to find evidence about NATJ (mapped to pl/natj). 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/NATJ/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← native-structured-storage nato-phonetic-alphabet →