Search 5,000,000+ questions and answers.

Frequently Asked Questions

Where can I get a copy of the ANSI Common Lisp standard? What is ISO Lisp?

Kantrowitz & Margolin comp.lang.lisp FAQ
of December 8, 1994, Common Lisp is now an official ANSI Standard: ANSI X3.226:1994 American National Standard for Programming Language Common LISP (X3J13). Copies of the ANSI/X3.226 standard may be purchased from the American National Standards Institute 11 West 42nd Street New York, NY 10036 For more information, visit the ANSI home page at http://www.ansi.org/ A web version of the ANSI Common Lisp standard is not available. The official ANSI standard is available only in hardcopy form.
Related Questions

Where can I get a copy of the ANSI/ISO C Standard?

Tools and Resources
Two available packages are ''defunc,'' posted to comp.sources.misc in December, 1993 (V41 i32,33), to alt.sources in January, 1994, and available from sunsite.unc.edu in pub/packages/development/libraries/defunc-1.3.tar.Z, and ''parse,'' at lamont.ldgo.columbia.edu. Other options include the S-Lang interpreter, available via anonymous ftp from amy.tch.harvard.edu in pub/slang, and the shareware Cmm (''C-minus-minus'' or ''C minus the hard stuff''). See also questions 18.16 and 20.6.
Related Questions

Big Picture Issues Updated! , C++ FAQ Lite
Be prepared to spend some money — the document is not free. There are lots of ways to get it; here are a few of them in random order: Go to the ANSI Web-store, then search for "14882" (or, for the C-standard, search for "9899"). Go to any bookstore and search for "0470846747" or "The C++ Standard, Incorporating Technical Corrigendum No. 1." For example, here, here, or here.
Related Questions

How do I get a copy of the ISO C++ Standard?

libstdc++ FAQ
Copies of the full ISO 14882 standard are available on line via the ISO mirror site for committee members. Non-members, or those who have not paid for the privilege of sitting on the committee and sustained their two-meeting commitment for voting rights, may get a copy of the standard from their respective national standards organization. In the USA, this national standards organization is ANSI and their website is right here.
Related Questions

Where can I get a copy of the current ANSI Z535 / ISO 3864 standard?

Clarion - General FAQ About Product Safety Labels
Go to the Standards FAQ to find out. Information about ANSI Z535 and ISO 3864 can be found on our website at our Labeling Standards FAQ page.
Related Questions

Why doesn't Common Lisp have continuations?

Frequently Asked Questions for comp.lang.lisp
Continuations are a great theoretical tool; if a language has first-class, multiply invocable continuations then one can build threads, exceptions, coroutines, and the kitchen sink on top. However, there is an implementation burden with continuations; supporting first-class, multiply invocable continuations complicates things tremendously for the Lisp implementor.
Related Questions

Is there a set of solutions to the problems in ANSI Common Lisp?

Lisp FAQ
Unfortunately not. I was supposed to write one, but we started Viaweb right after the book went to press, and I never got around to it.
Related Questions

How can I get a copy of the Standard?

Infrequently Asked Questions in comp.lang.c
I'm trying to use the ANSI ''stringizing'' preprocessing operator # to insert the value of a symbolic constant into a message, but it keeps stringizing the macro's name rather than its value. I don't understand why I can't use const values in initializers and array dimensions, as in const int n = 7; int a[n];
Related Questions

How do I obtain a copy of the ISO 14001 standard?

SPI: ISO 14001 Frequently Asked Questions (FAQs)
The standard can be purchased from ISO as well as from several organizations in the US, including ANSI, ASTM, and NSF. For more information on how to obtain a copy, go to SPI's ISO Resources List.
Related Questions

Where can I get a copy of On Lisp?

Lisp FAQ
It looks as if the book is going to be in print again soon, but if you are determined to have a valuable first edition, you can get a used copy at Amazon.
Related Questions

What is an ISO standard?

AGMA | Technical Activities FAQs
The International Organization for Standardization (ISO) is the coordinating body for the creation of international standards.  ISO's scope includes the development of technical equipment standards, such as those for gearing and mechanical power transmission equipment.  AGMA is the Secretariat for ISO's Technical Committee 60, Gears, which coordinates all ISO Standards development for the gear industry.
Related Questions

What is the difference between Scheme and Common Lisp?

Kantrowitz & Margolin comp.lang.lisp FAQ
Scheme is a dialect of Lisp that stresses conceptual elegance and simplicity. It is specified in R4RS and IEEE standard P1178. (See the Scheme FAQ for details on standards for Scheme.) Scheme is much smaller than Common Lisp; the specification is about 50 pages, compared to Common Lisp's 1300 page draft standard. (See question [4-10] for details on standards for Common Lisp.) Advocates of Scheme often find it amusing that the Scheme standard is shorter than the index to CLtL2.
Related Questions

Why does Common Lisp have "#'"?

Kantrowitz & Margolin comp.lang.lisp FAQ
is a macro-character which expands #'FOO to (FUNCTION FOO). Symbols in Lisp have two bindings, one for values and one for functions, allowing them to represent both variables and functions, depending on context. #'FOO accesses FOO's lexical function binding in a context where the value interpretation would normally occur. #' is also used to create lexical closures for lambda expressions.
Related Questions

What is Pearl Common Lisp?

Kantrowitz & Margolin comp.lang.lisp FAQ
When Apple Computer acquired Coral Software in January 1989, they re-released Coral's Allegro Common Lisp and its optional modules as Macintosh Allegro Common Lisp (now just Macintosh Common Lisp). Coral's other product, Pearl Lisp, was discontinued at that time. Pearl Lisp provides a subset of the functionality of MACL 1.3 and is not even fully CLtL1-compatible (e.g., the implementation of defstruct is different). Despite rumors to the contrary, Pearl Lisp is not and never was public domain.
Related Questions

What are the highlights of the ANSI Z358.1-2004 Standard?

Fend-All
Eyewash shall be in accessible locations that require no more than 10 seconds to reach. The path of travel shall be free of obstructions All eyewash units shall be inspected and maintained in accordance with the manufacturer's instructions. Plumbed equipment shall be activated weekly to verify proper operation.
Related Questions

Will there be a common guideline standard for auditing QMS and EMS according to ISO 9001 and 14001?

information
Yes. A specific agreement between the two ISO Technical Committees (TC 176 and TC 207) has set up a joint working group to prepare a single standard on auditing activities, both for quality management and environmental management systems. This new standard (ISO 19011) will replace the existing ISO 10011 and ISO 14010/14011/14012 documents. The planned publication date for this new standard is the third quarter of 2002.
Related Questions

FAQs
ISO 19011:2002 Guidelines for quality and/or environmental management systems auditing gives guidance on auditing that is applicable to both quality management systems and environmental management systems.
Related Questions

What is SEI? CMM? CMMI? ISO? IEEE? ANSI? Will it help?

Software QA and Testing Resource Center - FAQ Part 1
SEI = 'Software Engineering Institute' at Carnegie-Mellon University; initiated by the U.S. Defense Department to help improve software development processes. CMM = 'Capability Maturity Model', now called the CMMI ('Capability Maturity Model Integration'), developed by the SEI. It's a model of 5 levels of process 'maturity' that determine effectiveness in delivering quality software. It is geared to large organizations such as large U.S. Defense Department contractors.
Related Questions

Are the WJ RFID MPR Readers compatible with the ISO 18000-6 Standard?

WJ Communications - RFID Frequently - Asked Questions
The MPR Series PC Card products are presently not compatible with ISO 18000-6B, however, the ISO 18000-6C standard shares the same protocol with EPC Class 1 Generation 2.
Related Questions

Which should I learn, Common Lisp or Scheme? What's the difference?

Lisp FAQ
Common Lisp is powerful but ugly. Scheme is small and clean, but the standard only defines the inner core of the language. If I had to deliver an application I'd probably use Common Lisp; if I were teaching a course I might use Scheme (but with Common Lisp macros).
Related Questions

What is the equivalent of EXPLODE and IMPLODE in Common Lisp?

Kantrowitz & Margolin comp.lang.lisp FAQ
Hopefully, the only reason you need to do this is as part of trying to port some old MacLisp code to Common Lisp. These functions predated the inclusion of strings as a first-class data type in Lisp; symbols were used as strings, and they ere EXPLODEd to allow the individual characters to be manipulated in a list.
Related Questions

Is Scheme a lisp?

Frequently Asked Questions for comp.lang.lisp
Scheme is a member of the greater family of Lisp languages, assuming that is considered to include others like Dylan and Emacs Lisp. The design of Scheme predates the ANSI Common Lisp standard, and some CL features such as lexical scoping may be considered to have been derived from Scheme. More detailed comparative discussions don't generally prove very productive; those that are interested in discussing Scheme should first consider discussing it in comp.lang.
Related Questions

What are ISO standards and what does ISO 11143 Standard Mean?

Frequently asked questions from dental professionals regardi...
ISO standards are developed by the International Standards Organization. The ISO is a worldwide federation of national standards bodies. The work of preparing International Standards is normally carried out through ISO technical committees. There are ISO standards developed specifically for dental amalgam separators. These standards are designed to ensure that the separator removes at least 95% of waste mercury from the dental wastewater before discharge to sewer.
Related Questions

What is NSF/ANSI Standard 61?

NSF International : Plastics Piping System Components : Freq...
NSF/ANSI Standard 61 is entitled Drinking Water System Components-Health Effects. This is the American National Standard for health effects of drinking water system components. It establishes the health effects requirements for the chemical contaminants and impurities that are indirectly imparted to drinking water from products, components and materials used in drinking water systems.
Related Questions

What about [ANSI CL standard] compliance?

Appendix A. Frequently Asked Questions (With Answers) about ...
CLISP purports to conform to the [ANSI CL standard] specification, so all deviations in $ clisp -ansi On the other hand, some decisions made by the ANSI X3J13 committee were not as justified from the technical point of view as were most of them, and some of those questionable decisions were made after the alternative behavior has already been implemented in CLISP.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact