-- user-defined types made simple: 
type pair (sequence field_value) 
    return length(field_value) = 2 
end type 
pair p1 = { 2, 3} -- ok 
pair p2 = { 2, 4, 6} -- fails 
pair p3 = p1 & 0 -- fails 

Welcome to OpenEuphoria

Euphoria is a powerful but easy-to-learn 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.

Surprising to many, Euphoria is one of the fastest interpreted languages around however for more speed and ease of distribution Euphoria also includes an integrated Euphoria to C translator. Euphoria provides subscript checking, uninitialized variable checking, garbage collection, and numerous other run-time checks, and is still extremely fast.

Euphoria is a general purpose programming language with a large library base making it usable for a variety of tasks. Its use of simple English words rather than punctuation enables you to quickly read the source code and understand it. Please read some Sample Code for yourself.

Current News

Euphoria 4.0.5 Released

Euphoria v4.0.5 has been released!

This release contains several bug fixes, some performance enhancements, and some preparation for deserialization of 4.1, 64-bit data.

Check the release notes for more details.

Outage the weekend of June 22nd to 25th

The Hosting provider took us down last weekend because of an issue with our SMTP server.

We are back up as of Monday the 25th at 17:37:14 GMT.

More details available here: http://sourceforge.net/mailarchive/forum.php?thread_name=20120626110806.GA2386%40jbrown.linuxbuddhist.net&forum_name=rapideuphoria-develop

and here: http://sourceforge.net/mailarchive/forum.php?thread_name=assp.3524b4f6a3.4FE9D7BB.6080006%40cklester.com&forum_name=rapideuphoria-develop

Euphoria 4.0.4 has been released!

Euphoria v4.0.4 was released on April 7th, 2012! Some important bug fixes have been made.

Check out the release notes for details.

Older News

Posted by mattlewis Jun 29, 2011 0 comments
Posted by mattlewis Apr 05, 2011 0 comments
Posted by mattlewis Mar 30, 2011 2 comments
Posted by mattlewis Mar 30, 2011 1 comments
Posted by mattlewis Apr 05, 2011 0 comments
Posted by mattlewis Mar 30, 2011 1 comments
Posted by DerekParnell Oct 05, 2010 0 comments

Search



Quick Links

User menu

Not signed in.

Help Fund OpenEuphoria

Misc Menu