Category:ObjectIcon
From Rosetta Code
ObjectIcon
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using ObjectIcon.
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: |
Your Help Needed
If you know ObjectIcon, please write code for some of the tasks not implemented in ObjectIcon.
If you know ObjectIcon, please write code for some of the tasks not implemented in ObjectIcon.
ObjectIcon is a virtual machine. Other virtual machines.
ObjectIcon is an object oriented variant of Icon based on an early fork of the Unicon Project developed by Robert Parlett (one of the co-authors of the Unicon book). Some of the distinguishing characteristics are:
- a richer set of object oriented keywords
- support for unicode characters
- replacement of the I/O support with a package
- differences in keywords
For more information refer to the wiki off the main site ObjectIcon Wiki
Related[edit]
Pages in category "ObjectIcon"
The following 10 pages are in this category, out of 10 total.
Categories:
- WikiStubs
- Execution method/Compiled/Bytecode
- Garbage collection/Yes
- Parameter passing/By value
- Typing/Safe
- Typing/Strong
- Typing/Expression/Implicit
- Typing/Checking/Dynamic
- Impl needed
- Programming Languages
- Virtual Machines
- Programming paradigm/Procedural
- Programming paradigm/Dynamic
- Programming paradigm/Object-oriented
- Programming paradigm/Logic Programming