newsletterlibrary.com

Top : Computers : Programming : Languages :
Icon

Websites
A Java-Based Icon Implementation
site exerpt
Jcon: A Java-Based Icon Implementation  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...
http://www.cs.arizona.edu/icon/jcon/index.htm

Imperative, procedural, high-level, general purpose, many features for processing data structures, character strings, C/Pascal-like syntax, but far higher semantics. Has documents, books, implementations, libraries, Java-based Jcon.
site exerpt
The Icon Programming Language  The Icon Programming Language Current status report (last updated November 14, 2005) Icon 9.4 for Unix Icon 9.4 for Macintosh Icon 9.3 for Windows Icon 9.4 Library Icon is a high-level, general-purpose programming language with a large repertoire of features...
http://www.cs.arizona.edu/icon/

Technical report by Richard Hatch and Clinton L. Jeffery.
site exerpt
Reducing Field Table Size in the Icon Translator  The size of generated code includes many pieces of static information about a program in addition to its actual instructions. In the case of the Icon programming language, a table used in the implementation of the record data type may...
http://www.cs.utsa.edu/documents/tr95_14.html

Classic test program, written in ICON.
site exerpt
 ICON procedure main (args) while (1) do write Hello World end submitted by: dan@engr.latech.edu (Danny Schales)...
http://www2.latech.edu/~acm/helloworld/icon.html

Information on many aspects of Icon programming
http://www.nmt.edu/tcc/help/lang/icon/

PDF copy of the Icon Programming Language Handbook.
http://www.tools-of-computing.com/tc/CS/iconprog.pdf

A portable, high level network and graphics savy "modern dialect" descending from the Icon programming language with support for OpenGL, OOP features, POSIX support, and ODBC.
site exerpt
Unicon.org the Unicon Programming Language Home Page  Unicon is a very high level, goal-directed, object-oriented, general purpose applications language. What's New? Sudarshan Gaikaiwari has developed a proposed Pattern data type. His Thesis is available for public comment. Welcome to http unicon.org The new Ivib 2 and gui...
http://unicon.sourceforge.net/

A lexical analyzer generator for Unicon.
site exerpt
Ulex: A Lexical Analyzer Generator for Unicon  Ulex is a software tool for building language processors. It implements a compatible subset of the well-known UNIX C tool called lex(1) for programs written in Unicon and Icon. This paper provides a brief description of Ulex and how to...
http://unicon.sourceforge.net/utr/utr2/utr2a.html