EGL

common language and programming model across languages, frameworks, and runtime platforms

Developed by: IBM
Aliases: Enterprise Generation Language

Wikidata: Q464338

Hello World in EGL

program HelloWorld
    function main()
        SysLib.writeStdout("Hello World");
    end
end

Search on GitHub


Latest data update: 2025-04-13