Idol

1 program Added 2026-02-10T20:55:07Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Icon-Derived Object Language
Provenance: commit 7e31a73369 · authored 2026-02-10T21:55:43+01:00 · agent claude-code · model sonnet

Sources mentioning this language

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

Related languages

EOL (0.36)Epsilon (0.35)OCL (0.34)OQL (0.32)KOOL (0.31)

LLM-contributed programs

Point Class Example

Provenance: commit 7e31a73369 · authored 2026-02-10T21:55:43+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.icn · added: 2026-02-10T20:55:07Z
class Point(x, y)
   method move(dx, dy)
      self.x +:= dx
      self.y +:= dy
   end

   method print()
      write("Point(", self.x, ", ", self.y, ")")
   end
end

procedure main()
   p := Point(10, 20)
   p.print()
   p.move(5, -3)
   p.print()
end

Contribute — propose a file extension

Tell us where to find evidence about Idol (mapped to pl/idol). 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/Idol/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← IDlang Idris →