Jcon: Difference between revisions

From Rosetta Code
Content added Content deleted
(new stub)
 
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Implementation|Icon}}
{{Stub}}
{{language|Jcon
|site=http://www.cs.arizona.edu/icon/jcon/
|exec=bytecode
|parampass=value
|strength=strong
|safety=safe
|express=implicit
|checking=dynamic
|gc=yes
|LCT=yes
}}
{{virtual machine}}
{{virtual machine}}
[http://www.cs.arizona.edu/icon/jcon/ 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.
{{language programming paradigm|Procedural}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Logic_Programming}}

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.
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.
Jcon is currently not being developed (last available version is 2.1 from September 10, 1999).


== Related ==
==Related==
* [[Goaldi]]
* [[Icon]]
* [[Icon]]
* [[ObjectIcon]]
* [[Object Icon]]
* [[Unicon]]
* [[Unicon]]

Latest revision as of 17:03, 24 March 2023

Jcon is an implementation of Icon. Other implementations of Icon.
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 (last available version is 2.1 from September 10, 1999).

Related