EMMAWiki/TermsAndConcepts/ForDevelopers/ProgrammingLanguages: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
No edit summary
 
imported>MichaelDondrup
No edit summary
Line 2: Line 2:
= [[TermsAndConcepts]]: Programming Languages =
= [[TermsAndConcepts]]: Programming Languages =


!EMMA is mainly written in object-oriented [http://www.perl.org/ Perl]. Perl is an iterpreted language which is commonly used for building web-applications. From our point of view the major strengths of perl are string processing, databse accessibility and web-applications, but it lacks structured data-types and number crunching capabilities. EMMA relies on numerous third party perl modules to complement this.
EMMA is mainly written in object-oriented [http://www.perl.org/ Perl]. Perl is an iterpreted language which is commonly used for building web-applications. From our point of view the major strengths of perl are string processing, databse accessibility and web-applications, but it lacks structured data-types and number crunching capabilities. EMMA relies on numerous third party perl modules to complement this.

Revision as of 13:43, 21 April 2005

TermsAndConcepts: Programming Languages

EMMA is mainly written in object-oriented Perl. Perl is an iterpreted language which is commonly used for building web-applications. From our point of view the major strengths of perl are string processing, databse accessibility and web-applications, but it lacks structured data-types and number crunching capabilities. EMMA relies on numerous third party perl modules to complement this.