Arcadia
1 program
Added 2026-03-06T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Arcadia Unity
Provenance: commit d823601caa · authored 2026-03-06T01:52:31+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)
Related languages
LLM-contributed programs
Hello World Component
Provenance: commit d823601caa · authored 2026-03-06T01:52:31+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
(ns hello-arcadia.core
(:use arcadia.core))
(defcomponent Greeter [self]
(start [self]
(log "Hello from Arcadia!")))
(hook+ (object-named "Main Camera") :start #'->Greeter)