Unicon programming language
Unicon programming language is a programming language created in 2008. Unicon is a programming language designed by American computer scientist Clint Jeffery with collaborators including Shamim Mohamed, Jafar Al Gharaibeh, Robert Parlett and others. Unicon descended from Icon and a preprocessor for Icon called IDOL. Compared with Icon, Unicon offers better access to the operating system as well as support for object-oriented programming. Read more on Wikipedia...
12Years Old | 45Users | ?Jobs |
- Unicon programming language ranks in the top 5% of languages
- the Unicon programming language website
- the Unicon programming language wikipedia page
- Unicon programming language first appeared in 2008
- See also: unix, uml, unicode, rebol, curl
- Have a question about Unicon programming language not answered here? Email me and let me know how I can help.
Example code from the web:
procedure main() w := open("test UNICON window", "g") write(w, "Hello, World!") read(w) close(w) end
Example code from Wikipedia:
procedure main() w := open("test UNICON window", "g") write(w, "Hello, World!") read(w) close(w) end
Last updated August 9th, 2020