Search 5,000,000+ questions and answers.

Frequently Asked Questions

Do you know a good, free Lisp implementation?

Lisp FAQ
There are several. The Common Lisp implementation I use is Clisp, but CMUCL is also well-regarded. For Scheme hacking I use Scheme 48 and PLT Scheme.
Related Questions

Where can I find free lisp compilers or interpreters?

Frequently Asked Questions for comp.lang.lisp
A lightweight common lisp interpreter and compiler, which compiles to bytecode, and runs on Windows, AmigaOS, Acorns, OS/2 and most flavours of Unix. CLISP's implementation of CLOS is currently not quite complete. CLISP is licensed under the GNU GPL. CMUCL interpreter and optimizing compiler to native code running on a few flavours of Unix (including x86/FreeBSD, x86/Linux and sparc/Solaris). CMUCL can be difficult to compile; it requires itself to build itself, and bootstrapping is an issue.
Related Questions

Where can I get an implementation of Prolog in Lisp?

Kantrowitz & Margolin comp.lang.lisp FAQ
Implementations of Prolog in Lisp: The Frolic package from the University of Utah is written in Common Lisp and available by anonymous ftp from cs.utah.edu:/pub/frolic.tar.Z LM-PROLOG by Ken Kahn and Mats Carlsson is written in ZetaLisp and not easily portable to Common Lisp. It is available by anonymous ftp from sics.se:/archive/lm-prolog.tar.Z. Peter Norvig's book "Paradigms of AI Programming" includes Common Lisp implementations of a prolog interpreter and compiler.
Related Questions

Where can I get a free Lisp system?

Common Lisp FAQ
ABCL (Armed Bear Common Lisp) is an implementation of ANSI Common Lisp that runs in a Java virtual machine. It provides a runtime system, a compiler that compiles Lisp source to JVM bytecode, and an interactive REPL for program development. It runs on any platform that support Java 1.4 (or later), including Linux, Windows, and Mac OS X. It is, by the author's admission, a relatively young implementation, and has some notable limitations in its CLOS implementation.
Related Questions

Is there a good online tutorial for Lisp?

Lisp FAQ
Start with Chapter 2 of Ansi Common Lisp, which is a brief introduction to Lisp programming. For more detail, see the Common Lisp reference manual.
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

Q2.6: Where can I get a free Lisp to run QSIM ?

QSIM FAQ
CMU distributes a CLTL compatible common lisp that can be used to run QSIM. ACL is available free for Linux. Extract the latest QSIM distribution and extend the read-time conditional in the files nq/start-nq.lisp and c-code/defsystem-patches.lisp by "#+:allegro-v5.0" or simply replace these files by
Related Questions

What is the Sample Implementation good for?

SGI - Developer Central Open Source | OpenGL® Sample Imp...
The Sample Implementation is a reference implementation of the OpenGL, GLU, and GLX APIs, and also serves as the basis for almost all vendor-supported OpenGL hardware drivers in existence today. The internal structure of the SI is designed to hook out hardware acceleration at whatever level a graphics accelerator may be capable of, while gracefully falling back to software in other cases.
Related Questions

What is Lisp?

Lisp FAQ
Lisp is a family of programming languages descended from a language John McCarthy invented (or more accurately, discovered) in the late 1950s. The two main dialects now are Common Lisp and Scheme. We're working on a new dialect called Arc.
Related Questions

Staging Area for the Common Lisp FAQ
But you now wish to add a special case. Simple: (defun foo (bar &optional (special-case nil)) (if special-case 0 (+ bar 42))) (foo 3) 45 (foo 3 t) 0 Rather than having to write two functions, with the oldest one delegating to the new one, you simply amend the existing one with optional arguments, all of which you give a default value that you can now account for in the new version.
Related Questions

How do I know this is a good recipe? Do you test them?

rec.food.recipes FAQ
The recipes posted to this group are not kitchen tested to ensure they are valid recipes and work. They are checked for stylistic and subject content only and for the most part they are posted AS they have been received. It it appears to be a valid, cookable recipe, we post it. They are intended for the enjoyment of the reading public.
Related Questions

How can I know if the interventionist is any good?

Intervention Center - Frequently Asked Questions (FAQs)
Specialized training is required to guide a family and work colleagues through the intervention process successfully. Most people, including many in the addiction field, have a simplistic view of interventions, greatly underestimating the knowledge, skill, flexibility, and courage necessary on the part of an interventionist. Although a background in addictions and human behavior is essential, the normal aims and methods of individual, group and family therapies are insufficient.
Related Questions

How Do I Know That My Design Will Look Good?

Lids - FAQ's
Our design team has years of experience creating custom designed hats. Every design is individually setup and by one of our experienced designers and reviewed before it goes to the production floor. We will contact you with any recommended improvements before proceeding if the designer feels that any part of your design will not sew out properly. We won't produce your item until you have been given a chance to understand what changes we recommend.
Related Questions

If this is so good, why doesn't my Doctor know about it?

Coral Calcium - Frequently Asked Questions
Well, they probably do! At least, they realize how important calcium is to your body. They are already overworked, and generally have little time to keep up with the very latest specific research. Too many times, they are simply told what to say and what is new by representatives of the drug manufacturers. This, of course, can lead to some mis-directed self-interest. All medical professionals do know about the importance of calcium.
Related Questions

How do I know if you are good?

FAQ
You don't. But, we are!! In fact readers of TEXAS TRIANGLE magazine voted us runner up to best massage in Houston in 2004. And we don't know if you will be a good a client, one with which we will enjoy an ongoing relationship. There has to be trusting among men someplace and we put our trust in you, and you have to put your trust in us. We are both experienced Professionals and we are both very good Massage Therapists.
Related Questions

Upcoming Trips > Nashville, Tennessee
Our aim is not to bring together the highest skilled players, but we do want to have players with enough skill so we can coach and lead clinics and have some competitive games. Our aim is to put together a group of players who desire to serve the Lord in this way. It’s a balance. Through the questions in your player application we can determine your playing ability.
Related Questions

How does free() know how many bytes to free?

Infrequently Asked Questions in comp.lang.c
Interrupt 41h. On macs, amigas, and other ''big-endian'' processors, that would be interrupt 14h; be wary of portability problems. [a]
Related Questions

What is the Good $ense Ministry implementation process?

WCA Good Sense Ministry
The Good $ense Ministry implementation process consists of four phases: Commit, Develop, Launch, and Expand. Each of these phases is broken down into detailed action steps in the Good $ense Ministry Implementation Guide.
Related Questions

Do you offer free implementation workshops upon adoption?

Hawkes Learning Systems
Yes. We will come to your school at your convenience and provide training sessions (one-on-one or as a group) as well as perform the courseware installation.
Related Questions

Where can I buy a professional lisp system?

Frequently Asked Questions for comp.lang.lisp
Franz Inc's Allegro Common Lisp is a fine lisp development environment. See their website for more detailsLCL Another offering from Xanalys, LispWorks has a different set of extensions above the ANSI specification from LCLMCL A commercial natively multithreaded implementation of Common Lisp for various Unixes.Symbolics Common Lisp
Related Questions

What online resources are there for lisp users?

Frequently Asked Questions for comp.lang.lisp
A non-normative transferral of the official ANSI standard for Common Lisp to the hypertext medium, by Kent Pitman.Association of Lisp Users
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

Where can I get an implementation of LP?

Larch Frequently Asked Questions
Currently, LP only runs on Unix machines. You can get an implementation of LP using the world-wide web, starting at the following URL. http://www.sds.lcs.mit.edu/spd/larch/LP/news/distribution.html You can also get an implementation by anonymous ftp from the following URL. ftp://ftp.sds.lcs.mit.edu/pub/Larch/LP/ See section 2.
Related Questions

How do I know Implementation of a Descisys solution will be successful?

Descisys - FAQ for Customers
Descisys has a 100% success rate with project implementation. Descisys success in implementing enterprise data warehousing budgeting and performance management solutions derives from defining measurable goals and establishing clear guide lines for responsibility also lines of communication and a quality management programme
Related Questions

What are good uses for Organic Valley lactose free milk?

Organic Valley | Lactose Free Milk
Organic Valley lactose free milk can be used in all the same ways other milk is used. Drink a glass of rich, creamy lactose free milk as a satisfying snack, with a meal, or have it with a bowl of cereal. Lactose free milk can also be used in lactose free sauces, salad dressings, and desserts.
Related Questions

A Free $75 Bankroll at Party Poker seems too good to be true, is there a catch?

HeadStarPoker.net
No. There is absolutely no risks, or hidden obligations. You do not need to make a deposit, you do not need a credit card, you do not need to register a bank account. We transfer real money directly to your new Party Poker account for you to play with, and keep.
Related Questions

How do I know if I'm a good candidate for LASIK?

Lasik FAQ's - Frequently Asked Questions
A good LASIK candidate must have healthy eyes (no glaucoma, infections, cataracts, severe dry eye, or other condition that would impact healing), must be at least 18 for some procedures and at least 21 for others, and since vision must be stable for at least a year before surgery, often good candidates are often in their mid-twenties before their eyes stabilize.
Related Questions

How do I know if I'm a good candidate for hair transplants?

FAQ - Frequently Asked Questions - NHI
Most men in good general health are candidates for hair transplantation. In order to determine your candidacy, you should arrange to have a free, private consultation with a NHI physician. During your consultation, the physician will measure your donor density and scalp laxity. He will also determine your balding pattern and take your individual hair characteristics such as color and wave into consideration to develop a plan for your hair restoration.
Related Questions

How do I know if I'm a good candidate for a tummy tuck?

Los Angeles Tummy Tucks - frequently asked questions
If you are in good health and have hanging abdominal skin or a fat deposit that is large and doesn't go away with exercise and eating right then you may be a good person for getting a tummy tuck. Some women after being pregnant or after gaining a large amount of weight will predominantly have an advantage from getting the operation.
Related Questions

How do I know if my muscular endurance level is good?

Exercise FAQ
If you can hit a golf ball the same distance on the first hole and on the eighteenth hole (4 hours later), you are in relatively good shape from the muscular endurance point of view.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact