Category:Icon: Difference between revisions

From Rosetta Code
Content added Content deleted
m (introduction, see also)
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{language|Icon}}
{{language|Icon
|site=http://www.cs.arizona.edu/icon/index.htm
Icon is a descendant of [[SNOBOL4]] incorporating excellent string processing capabilities, built-in hash tables, success/failure based controls, dynamic storage, automatic type casting and coercion of values. Icon added more conventional procedural syntax, generator expressions, goal-directed evaluation that automatically searches for successful results. String scanning and matching superseded the pattern matching functionality of SNOBOL4.
|exec=bytecode
|parampass=value
|strength=strong
|safety=safe
|express=implicit
|checking=dynamic
|gc=yes
|LCT=yes
}}
{{virtual machine}}
{{language programming paradigm|Procedural}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|Logic_Programming}}
Icon is a descendant of [[SNOBOL4]] incorporating similar excellent string processing capabilities, built-in hash tables, success/failure based controls, dynamic storage, automatic type casting and coercion of values. Icon added more conventional procedural syntax, generator expressions, goal-directed evaluation that automatically searches for successful results. String scanning and matching superseded the pattern matching functionality of SNOBOL4.


Several extensions of Icon were developed to improve functionality. Many of these were unified with [[Unicon]]
Several extensions of Icon were developed to improve functionality. Many of these were unified with [[Unicon]]

==Related/Variants==
* [[Goaldi]]
* [[Jcon]]
* [[ObjectIcon]]
* [[Unicon]]


==See Also==
==See Also==
* [[wp:Icon_(programming_language)|Wikipedia: Icon]]
* [[wp:Icon_(programming_language)|Wikipedia: Icon]]
* [http://www.cs.arizona.edu/icon/index.htm Icon homepage]
* [http://www.cs.arizona.edu/icon/index.htm Icon homepage]
* [[wp:Unicon_(programming_language)|Wikipedia: Unicon]]
* [http://www.cs.arizona.edu/icon/ftp/doc/lb1up.pdf Book: The Icon Programming Language, 3rd Edition]
* [http://www.cs.arizona.edu/icon/ftp/doc/gb1up.pdf Book: Graphics Programming in Icon]
* [http://www2.cs.uidaho.edu/~jeffery/icon/humanists/humanist.pdf Book: Icon Programming for Humanists]
* [http://www.mitchellsoftwareengineering.com/icon/icon.sli.pdf Presentation: Fundamentals of Icon 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]

== Wiki Links ==
* [[Icon%2BUnicon/Intro|An introduction to Icon and Unicon for Rosetta Code]]
* [[:Category:Icon/Omit|Unimplementable tasks]]
* [[:Category:Icon_examples_needing_attention|Tasks requiring attention]]
* [[Reports:Tasks_not_implemented_in_Icon|Tasks not yet implemented]]
* [[:Category:Icon_Programming_Library|The Icon Programming Library]]

Latest revision as of 17:02, 24 March 2023

Language
Icon
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: Yes
Parameter passing methods: By value
Type safety: Safe
Type strength: Strong
Type expression: Implicit
Type checking: Dynamic
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Icon.
Icon is a virtual machine. Other virtual machines.

Icon is a descendant of SNOBOL4 incorporating similar excellent string processing capabilities, built-in hash tables, success/failure based controls, dynamic storage, automatic type casting and coercion of values. Icon added more conventional procedural syntax, generator expressions, goal-directed evaluation that automatically searches for successful results. String scanning and matching superseded the pattern matching functionality of SNOBOL4.

Several extensions of Icon were developed to improve functionality. Many of these were unified with Unicon

Related/Variants

See Also

Wiki Links

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Icon"

The following 200 pages are in this category, out of 551 total.

(previous page) (next page)
(previous page) (next page)