SugarJ
1 program
Added 2026-02-28T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Sugar-lang
Provenance: commit 5a775610f5 · authored 2026-02-28T14:54:06+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/sugarjRelated languages
LLM-contributed programs
Hello World
Provenance: commit 5a775610f5 · authored 2026-02-28T14:54:06+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
module helloworld.HelloWorld;
import java;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
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.)