Jcon: Difference between revisions

From Rosetta Code
Content added Content deleted
(new stub)
 
m (fix category refs)
Line 24: Line 24:


== Related ==
== Related ==
* [[Icon]]
* [[:Icon]]
* [[ObjectIcon]]
* [[:ObjectIcon]]
* [[Unicon]]
* [[:Unicon]]

Revision as of 17:16, 17 December 2011

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Jcon
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 Jcon.
Jcon is a virtual machine. Other virtual machines.


Jcon is a Java-based implementation of the Icon programming language. The Jcon translator, written in Icon, generates Java class files that execute in conjunction with a run-time system written in Java.

Version 2 of Jcon is an essentially complete implementation of Icon, including graphics and large integers. A few minor features are missing -- mostly things like chdir() that cannot be done in Java.

Jcon is currently not being developed.

Related