Geometry.Net - the online learning center
Home  - Basic_I - Icon Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 95    Back | 1  | 2  | 3  | 4  | 5  | 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. http//www.cs A3. What is the Icon program library? The library is
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. Icon Documentation Guide
The icon programming Language, Third Edition Ralph E. Griswold and Madge T. Griswold Peerto-Peer Communications, 1996 ISBN 1-57398-001-3.
http://www.mcs.vuw.ac.nz/technical/misc-html/icon/docguide.htm
Icon Documentation Guide
Gregg M. Townsend
Department of Computer Science
The University of Arizona www.cs.arizona.edu/icon/v940/docguide.htm
Last updated May 25, 2001
Introduction
Icon is distributed with a small set of documentation pages: This guide provides an overview of additional available information. Documents designated with IPD numbers are Icon Project Documents found at the Icon web site, www.cs.arizona.edu/icon
Basic Documentation
The command-line interface to Icon is described by the icont man page The Icon language is defined by The Icon Programming Language, Third Edition
Ralph E. Griswold and Madge T. Griswold
Peer-to-Peer Communications, 1996
ISBN 1-57398-001-3
Some introductory material can be found on the web:

23. Foreword To
Foreword to The icon programming Language, 3rd Edition. A simple fact keeps me coming back to Icon With Icon, I can write programs
http://www.peer-to-peer.com/catalog/language/iconfw.html
The Icon Programming Language, 3rd Edition Foreword to
The Icon Programming Language, 3rd Edition A simple fact keeps me coming back to Icon: With Icon, I can write programs I don't have the time to write in C or C++. Without Icon, those programs wouldn't be written and tasks that could be automated would be done manually instead. When teaching a course in comparative programming languages at The University of Arizona, I took the liberty of attempting to identify the design philosophy of Icon:
  • provide a "critical mass" of types and operations free the programmer from worrying about details put the burden of efficiency on the language implementation
C scores about zero on those points. C++ provides the ability to build or buy a "critical mass" and it also can free the programmer from worrying about details in many cases, but that takes effort. With Icon, it comes in the box. I think that many programmers don't have a language like Icon in their toolbox. The result is that instead of building a personal tool to automate a task, the task is done manually. I think every programmer can benefit by knowing a language like Icon. C, C++, and Icon can be viewed as filling three different niches:

24. Amazon Light - Details For Implementation Of The Icon Programming Language (Prin
Click to see larger image, Implementation of the icon programming Language (Princeton Series in Computer Science) by Ralph E. Griswold, Madge T. Griswold
http://www.kokogiak.com/amazon/detpage.asp?asin=0691084319

25. Lambda The Ultimate The Implementation Of The Icon Programming Language
The Implementation of the icon programming Language. Previous topic, Next topic. The Implementation of the icon programming Language.
http://lambda.weblogs.com/discuss/msgReader$4547
Lambda the Ultimate
The Programming Languages Weblog - join today! Home FAQ Feedback Departments ... Genealogical Diagrams
Members
Join Now
Login
The Implementation of the Icon Programming Language
Previous topic
Next topic
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: 2736, 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: 670, responses: 1)

26. Icon Programming Language FAQ FAQ
icon programming Language FAQ. The Icon Project is a name used by the group that develops, implements, distributes, and supports the icon programming language.
http://www.non.com/news.answers/comp-lang-icon-faq.html
Non.com FAQ Mirrors Prev: cobol-faq
Next: comp-sys-sun-faq
Icon Programming Language FAQ
Frequently Asked Questions About The Icon Programming Language Last updated: December 11, 1996 This FAQ answers various questions about the Icon programming language, ranging from what it is to how you can get it. The master copy of this FAQ is the Web page http://www.cs.arizona.edu/icon/faq.html . Other on-line documentation is available via the main Icon page at http://www.cs.arizona.edu/icon/ http://www.cs.arizona.edu/icon/ and check out the links there. For FTP, the directory /icon/binaries contains executable versions of Icon for several systems, including several popular UNIX platforms. The directory /icon/packages contains source code, test programs, related material, and, most cases, executable binaries as well. All directories have README files with additional information. 11. Where can I get documentation about Icon? The definitive work on Icon is the book The Icon Programming Language, Griswold and Griswold, third edition, Peer-to-Peer Communications, Inc, 1996, 386 pages, ISBN . This book is a complete description and reference manual for Version 9 of Icon. A technical report describes changes since that version. There also is a book on the implementation of Icon: The Implementation of the Icon Programming Language, Griswold and Griswold, Princeton University Press, 1986, 336 pages, ISBN

27. Icon Programming Language Handbook (Status)
icon programming Language Handbook. You can find an online version of my icon programming Language Handbook via my company s Icon Handbook page.
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. Tools For Compiling
To use this, you need The icon programming Language. bugs none restriction requires writing in the icon programming language.
http://www.iit.edu/~tc/toolsfor.htm
Tools for Compiling
Table of Contents To copy and use these tools LL(1) parser generator Educational Compilers LL(k) parser generator ... Resources 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
To copy and use these tools
You may reproduce the document in its entirety for personal use software. For educational use at a nonprofit institution, you may reproduce the documents for the students, instructors and teaching assistants provided you inform the author of the course name and number, the institution name and address, and provide electronic links (instructor's e-mail and course home page URL) to be posted on the web. Send the listing to the author at tc@charlie.cns.iit.edu Current user of tools.
LL(1) parser generator
Document (Postscript) Software (zip file) Remarks TCLL1: An LL(1) Parser Generator (Zipped Postscript) TCLL1: An LL(1) Parser Generator (PDF) tcll1.zip The TCLL1 parser generator. The parser generator and parsers are written in Icon. To use this, you need The Icon Programming Language Back to TC's projects Icon Programs
Compilers for educational use
Document (Postscript) Software (zip file) Remarks EULER: An Experiment in Language Definition (in Postscript) EULER document (PDF) euler.zip

29. Bibliography On The Icon Programming Language
Bibliography on the icon programming language. This bibliography is a part of the Bibliography on the icon programming language.
http://liinwww.ira.uka.de/bibliography/Compiler/icon.html
The Collection of
Computer Science Bibliographies Up: Bibliographies on Programming Languages, Type Theory and Compiler Technology Collection Home
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 Search the Bibliography Query: Options case insensitive Case Sensitive partial word(s) exact online papers only Results Citation BibTeX Count Only Maximum of matches Help on: [ Syntax Options Improving your query Query examples
Boolean operators: and and or . Use to group boolean subexpressions.
Example: (specification or verification) and asynchronous 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

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

31. Citations The Implementation Of The Icon Programming Language
The Implementation of the icon programming Language. Princeton University Press, Princeton, NJ, 1986. The Implementation of the icon programming Language.
http://citeseer.ist.psu.edu/context/142683/0

32. : Volume 14, Issue 4 , The Icon Programming Language: ...
The icon programming language an overview. Full text, pdf formatPdf (627 KB). Source, ACM SIGPLAN Notices archive Volume 14 , Issue
http://portal.acm.org/citation.cfm?id=988078.988082&dl=portal&dl=ACM&idx=988078&

33. The ICON Programming Language, 3rd Edition
The icon programming Language, 3rd edition.
http://portal.acm.org/citation.cfm?id=548087&dl=ACM&coll=portal&CFID=11111111&CF

34. Icon Programming Language
icon programming Language. Icon is an excellent, highlevel, general-purpose programming language. It deserves to be (much) better known!
http://home.comcast.net/~gep-2/icon.html
Icon Programming Language
Icon is an excellent, high-level, general-purpose programming language. It deserves to be (much) better known! It was created by Ralph Griswold, one of the original creators of SNOBOL4 back at Bell Labs, and embodies many of the same concepts but in a "structured" and more modern-looking framework. It also has quite a number of interesting new features that SNOBOL4 doesn't have (unfortunately, it also lacks a few very nice features that SNOBOL4 has). The language is especially well-suited to problems in information structures, combinatorial problems, and complex problems which often lead to convoluted solutions in other languages. There are a number of good sites on the Web with information about Icon, so I won't attempt to duplicate them here. Instead, I'll encourage you to visit them and learn a little bit about the language. Note that Icon is completely in the public domain, and is all but totally machine-independent, so you can probably get a version for almost any imaginable type of computer system you have available and would like to run it on. University of Arizona Icon Group - "the horse's mouth", as it were. From this link you can download complete copies of Icon for essentially all platforms.

35. A Tutorial For The Icon Programming Language
A tutorial for the icon programming language. Icon is a large, fullfeatured, high-level programming language. Also, some of its
http://infohost.nmt.edu/tcc/help/lang/icon/tutorial.html
Next / Previous / Index TCC Help System Publications Site map ... NM Tech homepage
A tutorial for the Icon programming language
Icon is a large, full-featured, high-level programming language. Also, some of its features-especially the way expressions work-are very different than a lot of other languages. To get a taste of Icon, work your way through this tutorial. Next: Text processing in Icon
See also: The Icon programming language
Site map

Index: Keyword index to help pages
Help: New Mexico Tech Computer Center: Help System
TCC Publications
Home: About New Mexico Tech
John Shipman, john@nmt.edu

36. Detailed Record
The icon programming language • By Ralph E Griswold ; Madge T Griswold • Publisher Englewood Cliffs, NJ PrenticeHall, ©1983.
http://worldcatlibraries.org/wcpa/ow/573ae121231e604d.html
About WorldCat Help For Librarians The Icon programming language
Ralph E Griswold Madge T Griswold
Find libraries with the item Enter a postal code, state, province or country
WorldCat is provided by OCLC Online Computer Library Center, Inc. on behalf of its member libraries.

37. Soder-labs: Itweak
What Is itweak? itweak is an interactive debugging utility for the icon programming language. Important Links It all begins with the icon programming language.
http://www.soder-labs.com/icon/
itweak: An Interactive Debugging Utility for Icon
Back

Business

Free Stuff

Contact
...
Exit
In a hurry to get something done? Go to the download page What Is itweak
itweak
is an interactive debugging utility for the Icon programming language. The idea is that you compile your Icon program to ucode files (.u1, .u2). itweak then tweaks the ucode, inserting potential breakpoints. The resulting ucode files are linked with a debugging run-time and off you go. The itweak system provides you with most of the facilities you would expect from an interactive debugger, including the ability to evaluate a wide range of Icon expressions. Prerequisites
itweak requires Icon 8.10 or higher. It is completely written in Icon, and thus as portable as Icon itself. itweak will not work with Jcon , the Icon implementation based on the Java Virtual Machine. Instant itweak on Unix
Assuming you have the itweak distribution in the form of a file named itweak- version .tar.gz (where version is a version designator): uncompress and untar the file. This can be done in a single step, version This will create an installation directory in the current directory. The name of the installation directory will be

38. Book Review: The Icon Programming Language
Home Books Book review The icon programming Language. Search amk.ca This page last modified 12 Aug 2002. The icon programming
http://www.amk.ca/books/h/Icon_Programming_Language
Home Books
Book review: The Icon Programming Language
Search amk.ca
This page last modified: 12 Aug 2002 The Icon Programming Language
Griswold, Ralph E.
Griswold, Madge T.
ISBN 0134478894
Date finished: 2002-08-12
[Buy this book]
(why?) A reasonably good introduction to Icon from the language's designers. Icon is noteworthy because it takes the idea of generators and uses it as a primary concept; every expression is a generator capable of producing multiple values or reporting failure, and the language will backtrack when an expression fails. I wonder what Icon's authors originally intended the language to be used for, as this book doesn't make that clear at all. Icon is obviously well-suited for writing parsers and similar string-chopping programs, and the backtracking evaluation would make it straightforward to write goal-searching programs, but there's no mention of OS interfaces other than opening files. The language itself is rather compact, using single-character operators a lot, so ?L returns a random object from the list L, and

39. Powell's Books - Icon Programming Language 2ND Edition By Ralph E. Griswold
icon programming Language 2ND Edition by Ralph E. Griswold Condition Standard Out of Print. Available at Technical. Free Shipping!
http://www.powells.com/cgi-bin/biblio?inkey=4-0134478894-1

40. The Icon Programming Language - Half Price Books Products - PacificCable.com - 1
The icon programming Language, Engineer s Choice Bookstore, You are here PacificCable Programming Language. The icon programming Language Icon is
http://www.pacificcable.com/Bookstore/Half_Price_Books_Info.asp?SID=782&PID=9606

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 95    Back | 1  | 2  | 3  | 4  | 5  | Next 20

free hit counter