EGL (programming language): Difference between revisions

Content deleted Content added
Ar10ros (talk | contribs)
No edit summary
Ar10ros (talk | contribs)
No edit summary
Line 1:
{{unreferenced}}
'''EGL''' (Enterprise Generation Language), originally developed by IBM and now available as the EDT (EGL Development Tools)<ref>[http://www.eclipse.org/edt/ EDT (EGL Development Tools)]</ref> 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 (UML)|stereotype]] from [[Unified Modeling Language]] (UML) that is not typically found in statically typed programming languages.
 
Line 145 ⟶ 146:
 
Tools for searching large EGL code bases, comparing individual EGL files for changes, and detecting duplicated code are available from [http://www.semanticdesigns.com/Products/LanguageTools/EGLTools.html Semantic Designs]
 
==References==
{{reflist}}
 
==External links==