- Posted by _tom Jan 17, 2022
- 0 comments
-- 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
Phix ranks first at Rosetta Code
- Posted by _tom Jan 17, 2022
- 0 comments
Phix ranks first at Rosetta Code
- Posted by _tom Jan 17, 2022
- 0 comments
Phix has 100%. all 1492. of the Rosetta Code programming tasks completed.
Congratulations to Pete Lomax.
Older News
» EuSDL2
|