EGL

EGL, originally developed by IBM and now available as the EDT open source project under the Eclipse Public License (EPL), is a programming technology designed to meet the challenges of modern, multi-platform application development by providing a common language and programming model across languages, frameworks, and runtime platforms. Wikipedia

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: 2026-06-30