Geometry.Net - the online learning center
Home  - Basic_I - Icon Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 111    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Icon Programming:     more books (68)
  1. The Icon programming language, an overview by Ralph E Griswold, 1978
  2. Measuring the performance and behavior of the Icon programming language by Cary A Coutant, 1980
  3. Programming With Icon by Clinton L. Jeffery, 1999-06
  4. Programming Icons and creating mathematical games (D.A.I. research paper) by Marlene Kliman, 1985
  5. Icon Programming for Humanists by Alan D. Corre, 1990
  6. Extension to version 5 of the Icon programming language (Technical report / Dept. of Computer Science, University of Arizona) by Ralph E Griswold, 1984
  7. An overview of the Icon programming language (Technical report / Dept. of Computer Science, University of Arizona) by Ralph E Griswold, 1983
  8. Bibliography of documents related to the SNOBOL, SL5, and Icon programming languages (Technical report / Dept. of Computer Science, University of Arizona) by Ralph E Griswold, 1985
  9. Programming in Icon (Technical report / Dept. of Computer Science, University of Arizona) by Ralph E Griswold, 1985
  10. A portable storage management system for the Icon programming language by David R Hanson, 1979
  11. PI and LOGO: Programming Icons (D.A.I. research paper) by Marlene Kliman, 1984
  12. The Icon Programming Language by Ralph E, and Griswold, Madge T Griswold, 1990
  13. Programming in Icon: Problems and solutions from the Icon newsletter (Technical report. University of Arizona. Dept. of Computer Science) by Ralph E Griswold, 1986
  14. The Icon Programming Language by Madge T. Griswold Ralph Griswold, 1983

21. Icon Programming Language FAQ
Frequently Asked Questions about the icon programming language The definitive work is The icon programming Language (third edition) by Griswold and
http://www.mcs.vuw.ac.nz/technical/misc-html/icon/faq.htm
Frequently Asked Questions about the Icon programming language
http://www.cs.arizona.edu/icon/faq.htm
Last updated June 12, 2001.
Learning about Icon
A1. What is Icon?

A2. What is Icon good for?

A3. What is the Icon program library?

A4. Where can I learn more about Icon?
...
A5. How about comprehensive documentation?

Implementations
B1. What platforms support Icon?

B2. How do I get started with Icon?
B3. Is there a Unicode version of Icon? B4. What happened to the compiler? Administration C1. What is the Icon Project? C2. How often is the on-line material updated? C3. Where did Icon come from? C4. Where is Icon going? Support D1. Is there a users' group for Icon? D2. How do I get technical support? Programming E1. Why doesn't work with every E2. Why doesn't string invocation such as ... E4. Can I open a bidirectional pipe?
Learning about Icon
What is Icon?
Icon is a very high level general-purpose programming language with extensive features for processing strings (text) and data structures. Icon is an imperative, procedural language with a syntax that is reminiscent of C and Pascal, but with semantics at a much higher level. Icon has a novel expression-evaluation mechanism that integrates goal-directed evaluation and backtracking with conventional control structures. It has a string scanning facility for pattern matching that avoids the tedious details usually associated with analyzing strings. Icon's built-in data structures include sets and tables with associative lookup, lists that can be used as vectors or stacks and queues, and records.

22. Http//www.cis.ohio-state.edu Has Changed DNS Domains
The Department of Computer Science and Engineering at The Ohio State University has switched its domain from cis.ohiostate.edu to
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

23. Frequently Asked Questions About The Icon Programming Language
What is Icon? A2. What is Icon good for? A3. What is the Icon program library? The definitive work is The icon programming Language (third edition) by
http://www.mcs.vuw.ac.nz/technical/misc-html/icon/faq.txt

24. SNOBOL4.ORG SNOBOL4 Resources
ICON related pages. The icon programming Language Page at University of Arizona. Jcon A JavaBased Icon Implementation
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

25. Book Review The Icon Programming Language
The icon programming Language Griswold, Ralph E. Griswold, Madge T. ISBN 0134478894 Date finished 200208-12 Buy this book (why?)
http://www.amk.ca/books/h/Icon_Programming_Language

26. BYTE.com
Icon is a very highlevel, general-purpose programming language with a strong emphasis The main documentation for Icon is The icon programming Language
http://www.byte.com/art/9405/sec12/art2.htm
Archives Columns Features Print Archives
Special BYTE Digest Michael Abrash's Graphics Programming Black Book 101 Perl Articles About Us How to Access BYTE.com Write to BYTE.com Advertise with BYTE.com
Newsletter Free E-mail Newsletter from BYTE.com
Jump to... Columns: Advanced Software and Technologies BYTE Media Lab Chaos Manor Conference Reports Features Free Features Gigglebytes Letters to BYTE.com Mr. Computer Language Person New Products Op/Ed Portable Computing Serving with Linux The Upgrade Advisor HOME ABOUT US ARCHIVES CONTACT US ... REGISTER
The Icon Programming Language
May 1994 Hands On / The Icon Programming Language
A new way to deal with strings and structures
Ralph E. Griswold Icon is a very high-level, general-purpose programming language with a strong emphasis on processing strings of characters and complicated structures. It was developed at the University of Arizona under the support of the National Science Foundation as a byproduct of research on high-level facilities for nonnumeric computation. That description is accurate, but it doesn't really tell you what the language is like or why so many programmers love it. I'll explain these things and give some examples that convey the nature of the language. An important issue in designing Icon was making programming easy, quick, and, we hoped, fun. The success of this design philosophy is illustrated by the fact that Icon programs are typ ically one-tenth to one-third the size of equivalent C programs and can be written correspondingly faster.

27. Icon Programming Language Handbook (Status)
You can find an online version of my icon programming Language Handbook via The icon programming Language Handbook has been undergoing beta testing in
http://www.iit.edu/~tc/iconplh.htm
Icon Programming Language Handbook
I have left IIT. You can find me via my company's home page: Prof. Thomas W. Christopher Tools of Computing LLC www.toolsofcomputing.com www.toolsofcomputing.com tc@toolsofcomputing.com You can find an on-line version of my Icon Programming Language Handbook via my company's Icon Handbook page The Icon Programming Language Handbook has been undergoing beta testing in CS440. The main purpose of Icon Programming Language Handbook is to be a reference on version 9.1 of the Icon Programming Language , providing much of the information in tables, and redundantly in all applicable sections, to make finding information quick and easy. In addition, the chapters are arranged so that a programmer reading the book from the beginning can learn the Icon language. Special features include
  • a chapter on windows and graphics and presentation of selected functions from the Icon Program Library.
Back to TC's home page.

28. Icon Programs
To use these programs, you will need the The icon programming Language from Arizona. Only the graphics page links to programs requiring a version of Icon
http://www.iit.edu/~tc/iconprogs.htm
Software Written in the Icon Programming Language
Back to TC's projects I'm on a leave of absence from IIT this year. You can find me via my company's home page: Prof. Thomas W. Christopher Tools of Computing LLC www.toolsofcomputing.com tc@toolsofcomputing.com Kind of programs Description TCLL1, an LL(1) parser generator An LL(1) parser generator and parser with accompanying manual. TCLLk, an LL(k) parser generator An LL(k) parser generator and parser. Compilers for EULER and FP A compiler for EULER and interpreters for versions of the lambda calculus and for FP. These systems are for educational use. They are not production quality. Graphics used in these pages The backgrounds and foreground images used in these pages are generated by Icon programs. Icon Programming Language Handbook (via Tools of Computing LLC's free software page) My Icon Programming Language Handbook is available in a large .pdf file. To use these programs, you will need the The Icon Programming Language from Arizona. Only the graphics page links to programs requiring a version of Icon with windows and graphics. The rest are character based. Also of interest is the status of my Icon Programming Language Handbook

29. Icon Programming Language FAQ
Subject icon programming Language FAQ; From iconproject@cs.arizona.edu; Date Mon, 1 Aug 2005 070009 +0000 (UTC); Newsgroups comp.lang.icon,
http://www.uni-giessen.de/faq/archiv/comp-lang-icon-faq/msg00000.html
Index
Icon Programming Language FAQ

30. Icon(1) - Icon - Execute Icon Program - Man 1 Icon
icon(1) icon - execute Icon program - man 1 icon The icon programming Language. Griswold and Griswold, Peer-to-Peer, third edition, 1996.
http://seth.positivism.org/man.cgi/1/icon
Seth Woolley's Man Viewer
icon(1) - icon - execute Icon program - man 1 icon
([section] manual, -k keyword, -K [section] search, -f whatis)
man plain no title ICON(1) ICON(1) NAME icon execute Icon program SYNOPSIS icon sourcefile [ arg ... ] icon -P 'program' [ arg ... ] DESCRIPTION Icon is a simple interface for executing programs written in the Icon programming language. The source code is translated and linked, then executed with the given list of arguments. Without -P , a single source file n is read n 1 builtins ; its name must be given exactly and need not end in .icn A sourcefile name of reads the source code from standard input. With -P , a small program can be embedded within a larger shell script. In this case the program argument is a complete Icon program, typically given as a multi-line quoted string. Translation and linking is silent, suppressing progress messages, and undeclared identifiers are diagnosed. This mirrors the behavior of the icont command when run with -s and -u options. An Icon

31. Bibliography On The Icon Programming Language
Bibliography on the icon programming language. This bibliography is a part of the Computer Science Bibliography Collection.
http://liinwww.ira.uka.de/bibliography/Compiler/icon.html
The Collection of
Computer Science Bibliographies
Bibliography on the Icon programming language
About Browse Statistics Number of references: Last update: January 29, 2004 Number of online publications: Supported: yes Most recent reference: Info: Version 1.10 Query: in any author title field
Publication year : in: , since: , before: (four digit years)
Options: Results as Citation Results in BibTeX 10 results per page 40 results per page 100 results per page 200 results per page sort by score year online papers only
You may use Lucene syntax , available fields are: ti (title), au (author), yr (publications year).
Information on the Bibliography
Author:
Nelson H. F. Beebe (email mangled to prevent spamming)
Center for Scientific Computing
University of Utah
Department of Mathematics, 105 JWB
155 S 1400 E RM 233
Salt Lake City, UT 84112-0090
USA
Abstract:
This is a bibliography of publications about the Icon programming language, implementations of which are freely available for most major platforms, in source and binary form, at the Icon development site
Keywords:
BibTeX, bibliography, Icon programming language

32. Languages > Icon Programming - Hot Php Scripts
Programming Languages Icon - mesure icon - Php Scripts Programming.
http://www.hot-php-scripts.com/programming/Languages/Icon/
HOT PHP SCRIPTS
programming directory Web hot-php-scripts.com new scripts top rated hot scripts add script ... Languages
Icon
Sub-categories:
None
Sponsored links
Hello, World Program

Classic test program, written in ICON.
http://www2.latech.edu/~acm/helloworld/icon.html
Icon

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.
http://www.cs.arizona.edu/icon/
Icon Tutorials
Information on many aspects of Icon programming http://www.nmt.edu/tcc/help/lang/icon/ Jcon A Java-Based Icon Implementation http://www.cs.arizona.edu/icon/jcon/index.htm Reducing Field Table Size in the Icon Translator Technical report by Richard Hatch and Clinton L. Jeffery. (December 15, 1995) http://www.cs.utsa.edu/documents/tr95_14.html The Icon Handbook PDF copy of the Icon Programming Language Handbook. [PDF] http://www.tools-of-computing.com/tc/CS/iconprog.pdf Ulex A lexical analyzer generator for Unicon. http://unicon.sourceforge.net/utr/utr2/utr2a.html

33. LtU Classic Archives
inactiveTopic The Implementation of the icon programming Language started 10/4/2002; 23728 PM last post 10/5/2002; 104302 AM
http://lambda-the-ultimate.org/classic/message4547.html
Lambda the Ultimate
The Implementation of the Icon Programming Language
started 10/4/2002; 2:37:28 PM - last post 10/5/2002; 10:43:02 AM Ehud Lamm - The Implementation of the Icon Programming Language
10/4/2002; 2:37:28 PM (reads: 1798, responses: 2) The Implementation of the Icon Programming Language The Implementation of the Icon Programming Language . Ralph E. Griswold and Madge T. Griswold Princeton University Press, 1986 ISBN 0-691-08431-9, out of print. Great news from the LtU DG I've been wanting to read this book for a long time. Icon has some interesting control structures (e.g., generators and goal directed evaluation). The original implementation, as far as I know, was done by translation into VM instructions (at least, that's the original implementation I used...)
Posted to implementation by Ehud Lamm on 10/4/02; 2:39:34 PM
Ehud Lamm
- Re: The Implementation of the Icon Programming Language
10/5/2002; 4:13:10 AM (reads: 626, responses: 1) If you find this interesting, you may also want to check out the papers mentioned here . The gde paper is quite nice. Ehud Lamm - Re: The Implementation of the Icon Programming Language
10/5/2002; 10:43:02 AM (reads: 648, responses: 0)

34. Error Handling Strategies | Lambda The Ultimate
I m assuming you re referring to the Ralph Griswold icon programming language. Since every logical line in an Icon program is implicitly bound in this
http://lambda-the-ultimate.org/node/view/202
@import url(misc/drupal.css);
Lambda the Ultimate
Home Feedback FAQ ... Archives
User login
Username:
Password:
Navigation
Home
Error handling strategies
Some kind of language support for error handling (e.g exceptions of various kinds, on error blocks, Maybe types, continuations etc.) has become standard. The exact mechanism is yet another language design decision designers have to make. Eric Lippert describes VBScript's error handling mechanims. The VBScript approach is perhaps more confusing than it has to be (though I personally didn't find Eric's examples confusing). Tying exception handlers to blocks is more structured and perhaps better. Be that as it may, I think better error handling constructs are still waiting to be discovered (or designed). By Ehud Lamm Software Engineering login or register other blogs
Comment viewing options
Flat list - collapsed Flat list - expanded Threaded list - collapsed Threaded list - expanded Date - newest first Date - oldest first 10 comments per page 30 comments per page 50 comments per page 70 comments per page 90 comments per page 150 comments per page 200 comments per page Select your preferred way to display the comments and click 'Save settings' to activate your changes.

35. Citations The Icon Programming Language - Griswold, Griswold
Griswold, RE Griswold, MT (1983), The icon programming Language, PrenticeHall, Englewood Cliffs, New Jersey, USA.
http://citeseer.ist.psu.edu/context/16689/0

36. Type Inference In The Icon Programming Language* (ResearchIndex)
Interpretation Data flow analysis can be viewed as a form of abstract interpretation This is particularly useful for understanding type inferencing.
http://citeseer.ist.psu.edu/695709.html

37. The Icon Programming Language A New Approach To High-level String Processing
Icon is a highlevel programming language designed for nonnumerical applications The icon programming Language; An Overview , SIGPLAN Notices, Vol.
http://portal.acm.org/citation.cfm?id=810019

38. The ICON Programming Language, 3rd Edition
Icon is a general purpose programming language, much more powerful than C, C++, Ralph E. Griswold , Madge T. Griswold, History of the icon programming
http://portal.acm.org/citation.cfm?id=548087

39. Reducing Field Table Size In The Icon Translator
In the case of the icon programming language, a table used in the implementation of For Icon programs with a moderate number of records, such as ged,
http://www.cs.utsa.edu/documents/tr95_14.html
Reducing Field Table Size
in the Icon Translator
Richard Hatch and Clinton L. Jeffery
Technical Report CS-95-14
December 16, 1995
Abstract
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 become quite large. This report describes an implementation of compression techniques that saves 3-12 kilobytes per binary for typical graphical applications, and much more space (over 400 kbytes in one case) for larger programs using many records.
Division of Computer Science
The University of Texas at San Antonio
San Antonio, TX 78255
Introduction
Implementors of a programming language face many complex tasks and must prioritize their work. As an implementation matures, areas of needed improvement come up during use. Also, when a language is used for larger-scale projects than it was designed for, naive implementations may cause problems. This paper explores solutions to a problem with the implementation of records in the Icon programming language that only came up when the language was used in a large (25k lines) program. Icon is a very high level language developed at the University of Arizona[2]. The current version of the Icon translator uses a table to identify which fields are in which records when an Icon program uses records. The structure of this table, called the field table, is an

40. Www.news2mail.com: Comp.Lang.Icon -- Topics Related To The ICON Programming Lang
(3); icon programming Language FAQ (2); red hat installation (2); Graphics Programming in Icon is now online (1). Related Groups Messages, that appear in
http://www.news2mail.com/comp/lang/icon.html
Comp.Lang.Icon
Home Comp Comp.Lang
Topics related to the ICON programming language.
Subjects, that are frequently discussed here:
  • Icon Programming Language FAQ (2) Graphics Programming in Icon is now on-line (1) icon running slow when occupying large memory spaces? (1)
Related Groups: Messages, that appear in this Group also appear in To get all news from this group to your mailbox, choose a format, type in your e-mail adress and press subscribe. To stop receiving the messages use the unsubscribe-button single messages. Expect about Messages per day.
one message per day with all news as html-file
one message per day with all news as zipped-html-file
e-mail address: This group is available on the following free newsservers: Clicking on this link should open this group in your Newsreader. This will only work if you have a correctly installed a newsreader and a standard news-server is set. To contact us, please send a mail to

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 2     21-40 of 111    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter