Alice
1 program
Added 2026-02-07T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Alice 3
Provenance: commit 57b5ce4214 · authored 2026-02-07T16:30:14+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/aliceWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | multi-paradigm: imperative · functional · distributed · concurrent · constraint |
|---|---|
| Typing | strong, static, inferred |
| Designed by | Saarland University |
| First appeared | 2000 |
| Influenced by | ML · Oz |
| License | MIT |
| Homepage | http://www.ps.uni-saarland.de/alice |
Related languages
LLM-contributed programs
Hello World Animation
Provenance: commit 57b5ce4214 · authored 2026-02-07T16:30:14+01:00 · agent claude-code · model sonnet · WebSearch disabled
// Alice program: Simple animation
public class HelloWorld extends SScene {
private final SBiped person = new SBiped();
public void initializeEventListeners() {
this.addSceneActivationListener((SceneActivationEvent e) -> {
person.say("Hello, World!");
person.turn(TurnDirection.RIGHT, 0.25);
person.move(MoveDirection.FORWARD, 1.0);
});
}
}
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.)