Euphoria is not complex; it only has 4 built-in types.
- atom : Holds any number.
- sequence : Holds a dynamically resizeable list of objects.
- integer : Holds 30-bit signed integers; faster than atom
- object : Holds any of the above.
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.
- Posted by ghaberek
May 29, 2024
This is your opportunity to help improve the Euphoria programming language, the OpenEuphoria website, and many other parts of our community. Maybe you already know what you want to contribute. Maybe you want to help in some way but are unsure where to start. Either way, this form will help us find the right contributors for each task.
Please feel free to ask any questions you may have in this thread and I will try to address them there.
- Posted by ghaberek
May 18, 2024
We're back! Our web services are now running at DigitalOcean.
- Posted by ghaberek
May 17, 2024
Forum Post: Web Hosting Migration This Weekend (18 May 2024)
ghaberek said...
Unfortunately our web hosting service (Hyper Expert) will be shutting down at the end of next week.
As a result the website will be offline for some time this weekend while I work on migrating to a new host.
-Greg