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.
26Years Old | 1,903Users | 2Jobs |
- 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
- See also: linux, freebsd, c, basic, mathematical-notation, ascii, lua, python, rebol, ruby
- I have 51 facts about End User Programming Hierarchial Objects for Robust Interpreted Applications. just email me if you need more.
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 functionEdit
Last updated February 11th, 2019