Re: Urgent Help... any writers? Need 2-3 paragraphs describing Euphoria
- Posted by _tom (admin) Nov 08, 2010
- 1194 views
Euphoria is the fast, flexible, and friendly programming language.
Fast--Euphoria programs run much faster than Python, Perl, Lua, or any other conventional interpreter. After compiling, Euphoria programs can run even faster. Flexible--The Euphoria view of data simplifies to individual values (the atom data-type) and collections of values (the sequence data-type). Two simple ideas, easy to learn, replace conventional thinking with the freedom to program in a way that is natural to you. Friendly-A language that is simple, predictable, and generic without sacrifices as to what can be programmed. It is a language geared towards rapid and easy development of programs. Ideal as a first programming language, and a pleasure for experienced programmers.