Re: Important features not highlighted on main page

new topic     » goto parent     » topic index » view thread      » older message » newer message

after grabbing ideas from everywhere


Euphoria is Inovative Programming

Sequences the secret sauce to an easy to use programming language that is simple, safe, and speedy.

Euphoria is proven

  • Euphoria since 1993 by Robert Craig
  • OpenEuphoria is now open source and free
  • Phix is an established hybrid interpreter/compiler

Euphoria is simpler

  • Data is simpler when the atom type is "any single value" and when the sequence type is "any collection of values."
  • Actions on data are simpler when the same functions and operations apply to all kinds of values.

Euphoria is easy writing

  • plain English replaces tricky formatting rules and punctuation
  • freeform write in your own style
  • one is the first index
  • standard library saves effort

Euphoria is easy reading

  • coherent long after you have written your code
  • maintainable with lucid bug reporting

Euphoria is programmer friendly

  • solve your problem rather than solve the solution
  • data-types and user defined types aid development
  • index checks are always done
  • dynamic memory allocation; a small value use less memory than a large value
  • garbage-collection never reduces performance
  • efficient internals use pointers to hide complexity
  • run-time checks for uninitialized variables and safe execution

Euphoria is flexible

  • multiplatform Windows and Unix (Linux, BSD, OSX)
  • interpreting for quick development
  • compiling for distributing applications

Euphoria is fast

  • quicker than "popular" languages
  • even quicker after compiling

Programming can be hard work. Choose Euphoria and you can depend on a Friendly | Flexible | Fast language.


_tom

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu