End User Programming Hierarchial Objects for Robust Interpreted Applications
End User Programming Hierarchial Objects for Robust Interpreted Applications, aka End User Programming Hierarchial Objects for Robust Interpreted Applications, is an actively used programming language created in 1993. Euphoria is a programming language originally 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 the 16-bit DOS platform and was proprietary. In 2006, with the release of version 3, Euphoria became open-source software. Read more on Wikipedia...
27Years Old | 528Users | ?Jobs |
- End User Programming Hierarchial Objects for Robust Interpreted Applications ranks in the top 5% of languages
- the End User Programming Hierarchial Objects for Robust Interpreted Applications website
- the End User Programming Hierarchial Objects for Robust Interpreted Applications wikipedia page
- End User Programming Hierarchial Objects for Robust Interpreted Applications first appeared in 1993
- file extensions for End User Programming Hierarchial Objects for Robust Interpreted Applications include e, ex, exw and edb
- See also: linux, freebsd, c, basic, mathematical-notation, ascii, lua, python, rebol, ruby
- Have a question about End User Programming Hierarchial Objects for Robust Interpreted Applications not answered here? Email me and let me know how I can help.
Example code from the Hello World Collection:
-- Hello World in Euphoria puts(1, "Hello World!\n")
Example code from Wikipedia:
global function replace_item( object old, object new, sequence group ) integer pos -- Code begins -- pos = find( old, group ) if pos > 0 then group[pos] = new end if return group end function
Last updated August 9th, 2020
Edit End User Programming Hierarchial Objects for Robust Interpreted Applications on GitHub