EGL (programming language): Difference between revisions

Content deleted Content added
Fix redlink.
Link some languages, and give UML what appears to be its correct name.
Line 1:
'''EGL''' (Enterprise Generation Language), originally developed by IBM and now available as the [http://www.eclipse.org/edt/ EDT (EGL Development Tools)] 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. The language borrows concepts familiar to anyone using statically typed languages like [[Java (programming language)|Java]], [[COBOL]], [[C (programming language)|C]], etc. However, it borrows the concept of Stereotype from UML (Universal[[Unified Modeling Language]] (UML) that is not typically found in statically typed programming languages.
 
In a nutshell, EGL is a higher-level, universal application development language.