Euphoria Programming Language

Software Screenshot:
Euphoria Programming Language
Software Details:
Version: 4.0.3
Upload Date: 12 May 15
Distribution Type: Shareware
Price: 79.00 $
Downloads: 104

Rating: 1.0/5 (Total Votes: 2)

Euphoria is now a free, open source programming language. It has a simple syntax and structure with consistent rules, and is also easy to read.

You can quickly, and with little effort, develop applications, big and small, for Windows, Unix variants (Linux, FreeBSD, ...) and OS X.

Euphoria was first released as shareware way back in 1993. Nowadays, it is being developed as an open source project that is community driven and maintained. The language has evolved into a sophisticated tool for programmers.

Features:

  • A remarkably simple, flexible, powerful language definition that is easy to learn and use.
  • Variables grow or shrink without the programmer having to worry about allocating and freeing chunks of memory. Objects of any size can be assigned to an element of a Euphoria sequence (array).
  • A high-performance, state-of-the-art interpreter that's significantly faster than conventional interpreters such as Perl and Python.
  • An optimizing Euphoria To C Translator, that can boost your speed even further, often by a factor of 2x to 5x versus the already-fast interpreter.
  • Extensive run-time checking for: out-of-bounds subscripts, uninitialized variables, bad parameter values for library routines, illegal value assigned to a variable and many more. There are no mysterious machine exceptions--you will always get a full English description of any problem that occurs with your program at run-time, along with a call-stack trace-back and a dump of all of your variable values. Programs can be debugged quickly, easily and more thoroughly.
  • Features of the underlying hardware are completely hidden. Programs are not aware of word-lengths, underlying bit-level representation of values, byte-order etc.
  • A full-screen source debugger and an execution profiler are included.
  • A full-screen, multi-file editor is also included. On a color monitor, the editor displays Euphoria programs in multiple colors, to highlight comments, reserved words, built-in functions, strings, and level of nesting of brackets. It optionally performs auto-completion of statements, saving you typing effort and reducing syntax errors. This editor is written in Euphoria, and the source code is provided to you without restrictions. You are free to modify it, add features, and redistribute it as you wish.
  • Euphoria programs run under Windows, Linux, OS/X, FreeBSD, NetBSD, OpenBSD and can be easily ported to any platform supporting GCC.
  • You can make a single, stand-alone executable file from your program.
  • Euphoria routines are naturally generic. The example program below shows a single routine that will sort any type of data--integers, floating-point numbers, strings etc. Euphoria is not an "object-oriented" language, yet it achieves many of the benefits of these languages in a much simpler way.
  • Euphoria is completely free and open source.

What is new in this release:

  • This large update features new language constructs, scope visibility modifiers, conditional compilation, performance enhancements, multi-line comments and strings, enumerated values and types, variable assignment on declaration, a switch statement, various loop modifiers, support for a user defined pre-processor, unit testing, a source code documentation system, coverage analysis, a disassembler, direct C compilation via euc, built-in sockets, and regular expressions via built-in PCRE, in addition to the over 800 public members in the new standard library.

Similar Software

Comments to Euphoria Programming Language

Comments not found
Add Comment
Turn on images!