Euphoria (programming language)

Euphoria is a programming language created by Robert Craig of Rapid Deployment Software in Toronto, Ontario, Canada. Initially developed (though not publicly released) on the Atari ST, the first commercial release was for MS-DOS as proprietary software. In 2006, with the release of version 3, Euphoria became open-source software. The openEuphoria Group continues to administer and develop the project. In December 2010, the openEuphoria Group released version 4 of openEuphoria along with a new identity and mascot for the project. OpenEuphoria is currently available for Windows, Linux, macOS and three flavors of *BSD.

Euphoria
ParadigmImperative, procedural
Designed byJeremy Cowgar, Robert Craig (original), Matt Lewis, Derek Parnell
DeveloperopenEuphoria Group
First appeared1993 (1993)
Stable release
4.1.0 / March 1, 2021 (2021-03-01)
Typing disciplinestatic, dynamic
OSCross-platform: Win32, Linux, macOS, FreeBSD, NetBSD, OpenBSD
LicenseBSD
Filename extensions.e, .ex, .exw, .edb
Websiteopeneuphoria.org
Influenced by
BASIC
Influenced
Phix

Euphoria is a general-purpose high-level imperative-procedural interpreted language. A translator generates C source code and the GNU compiler collection (GCC) and Open Watcom compilers are supported. Alternatively, Euphoria programs may be bound with the interpreter to create stand-alone executables. A number of graphical user interface (GUI) libraries are supported including Win32lib and wrappers for wxWidgets, GTK+ and IUP. Euphoria has a simple built-in database and wrappers for a variety of other databases.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.