Category:Unicon: Difference between revisions

Content added Content deleted
m (summary, see also)
(more external references, characteristics)
Line 1: Line 1:
{{language|Unicon}}
{{language|Unicon
|site=http://unicon.org/
|exec=bytecode
|parampass=value
|strength=strong
|safety=safe
|express=implicit
|checking=dynamic
|gc=yes
}}
{{language programming paradigm|Procedural}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|Object-oriented}}
Unicon is a unification of several extended dialects of the [[Icon]] language, featuring Icon plus classes, POSIX system facilities, GDBM and ODBC-based (SQL) database access, packages, 3D graphics and more, all provided at a very high semantic level.
Unicon is a unification of several extended dialects of the [[Icon]] language, featuring Icon plus classes, POSIX system facilities, GDBM and ODBC-based (SQL) database access, packages, 3D graphics and more, all provided at a very high semantic level.


Line 6: Line 18:
* [[wp:Unicon_(programming_language)|Wikipedia: Unicon]]
* [[wp:Unicon_(programming_language)|Wikipedia: Unicon]]
* [http://unicon.org/ Unicon home page on Sourceforge]
* [http://unicon.org/ Unicon home page on Sourceforge]
* [http://unicon.org/book/ub.pdf Unicon book describing the language, the Icon Programming Library and Unicon extensions]
* [http://unicon.org/generator/ Archived issues of the Generator from 2004-2005 discussing Unicon programming]
* [http://www.cs.arizona.edu/icon/inl/inl.htm Archived issues of the Icon Newsletter from 1979-2000 discussing Icon programming]
* [http://www.cs.arizona.edu/icon/analyst/ia.htm Archived issues of the Icon Analysts from 1990-2001 discussing advanced Icon programming]
* [http://www.cs.arizona.edu/icon/library/ipl.htm The Icon Programming Library and index]
* [https://tapestry.tucson.az.us/twiki/bin/view/Main/WebHome Unicon Discussion Web/TWiki containing various programming examples, problems, and challenges]