-- Euphoria has power 
switch abc with fallthru do 
  case 1 then 
  case 2 then 
    puts(1, "1 hit and fell through to 2") 
    break 
  case 3, 4, "John" then 
    puts(1, "Was 3, 4 or 'John'") 
end switch 
-- Default is w/o fallthru 

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

OpenEuphoria Survey 2023

Edit: The survey is now closed. Thank you for responding!

Please help us improve Euphoria by completing this short survey. Your responses are entirely anonymous. This survey should only take about 5-10 minutes to complete.

https://docs.google.com/forms/d/e/1FAIpQLSecar5T7_wDKkn2oG1yTPC3twBM6G5FtkR2BrMjOWlUUcdDyw/viewform

Phix ranks first at Rosetta Code

Older News

Posted by _tom Jul 09, 2021 0 comments
Posted by _tom Aug 15, 2019 0 comments
» EuSDL2
Posted by _tom Jul 26, 2019 0 comments
Posted by _tom Jul 09, 2019 0 comments
Posted by _tom Jul 09, 2021 0 comments
» EuSDL2
Posted by _tom Jul 26, 2019 0 comments
Posted by _tom May 24, 2019 0 comments
Posted by _tom May 14, 2019 0 comments
Posted by _tom Apr 18, 2019 0 comments
Posted by _tom Dec 18, 2018 0 comments

Search



Quick Links

User menu

Not signed in.

Help Fund OpenEuphoria

Misc Menu