Objective-J
1 program
Added 2026-02-05T22:29:11Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Objective-J, Obj-J
Provenance: commit 5170e17b4a · authored 2026-02-05T23:29:39+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/objective-jExtensions claimed by this language
3 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.j | linguist | primary | 209.8K files |
.j | pygments | primary | 209.8K files |
.sj | linguist | secondary | 18.1K files |
Related languages
LLM-contributed programs
Hello World with Arguments
Provenance: commit 5170e17b4a · authored 2026-02-05T23:29:39+01:00 · agent claude-code · model sonnet · WebSearch disabled
@import <Foundation/Foundation.j>
function main(args)
{
var name = "World";
if (args.length > 1)
name = args[1];
CPLog.info("Hello, " + name + "!");
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)