If Lisp is so great, why doesn't everybody use it?
Staging Area for the Common Lisp FAQCommon Lisp's original designers designed the language for people using editors with a name-completion feature, like tab-completion in Unix shells. You can get this functionality yourself by using SLIME with Emacs (or Vim). You could also use macros to define abbreviations for the offending names.
Related QuestionsSo if N.M. is such a great thing, why doesn't everybody do it?
Frequently Asked QuestionsThe answer is simple: "misunderstanding". People just don't understand the theory of N.M. But it's gradually changing now. These days, about 2% of Americans are involved in N.M. and is expected to reach 10% by the end of the decade. So why not become a part of it as well? It's the perfect time to start and it's never too late to do it!
Related QuestionsWhy doesn't Common Lisp have continuations?
Frequently Asked Questions for comp.lang.lispContinuations 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 QuestionsIf Lisp is so great, why don't more people use it?
Lisp FAQThe root cause is probably that it looks hard, but it would help if there were a dialect with extensive libraries.
Related QuestionsWhy doesn't everybody use your strategies?
Investment House - Frequently Asked QuestionsMost of all it's ignorance - people simply don't know about these strategies. Many people have heard terms such as "negative gearing" in general conversation but don't understand how they work in detail. We take the time to explain how these strategies can work in your favour. The same can be said for developing for immediate profits. Most people just don't know how easily it can work for them when they use our turnkey project management service. The other reason is psychology.
Related QuestionsWhy doesn't everybody use this technology?
Frequently asked questionsYou would be suprised at how many solar charged systems are in use today. From the 60,000 plus homes running off grid to the thousands of RV's on the road all over the continent, this is a well proven technology. It is only the mentality of the general public that needs to change to get more solar reharging products on to the market..
Related QuestionsWhy doesn't everybody buy one of these AGRO-JET's®?
MIT Canada FAQ (Frequently Asked Questions)The AGRO-JET® is a state of the art, technological breakthrough that is poised to revolutionize mass-immunization and animal treatment programs. Many veterinarians and farm operators are not yet aware of its existence. That is about to change!
Related QuestionsDoesn't everybody have an accent?
Key Communication - FAQWell, for sure everybody speaks with certain speech characteristics. We can identify people we know by their speech patterns. However, only those whose differences are of a type or number that we recognize as not being from our own speech group do we call it "having an accent."
Related QuestionsIF A TRUST IS SO GOOD, WHY DOESN'T EVERYBODY HAVE ONE?
COMMON LAW TRUSTS,CONSTITUTIONAL PURE TRUSTS. Questions and ...Most people aren't aware of the situations under which a trust could benefit them therefore, they don't seek out the information, and those who are aware do not divulge how assets are held for privacy reasons. It takes a certain amount of savvy to operate a trust. Even though there are amazing benefits and advantages to managing your finances in trust many people either out of lack of knowledge or desire overlook them.
Related QuestionsIs Scheme a lisp?
Frequently Asked Questions for comp.lang.lispScheme 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 QuestionsHow do I use LISP routines?
Lanc & Tully AutoCAD FAQA LISP routine must be loaded prior to typing the "Command" that starts the routine at the AutoCAD command line. If you have the "Custom" toolbar loaded and visible, you can simply click on the icon and the program is automatically loaded and started. The following procedure outlines LISP program usage for programs not found on the toolbar. From the AutoCAD pull down menu, choose Tools> Load Application.
Related QuestionsOkay, great!!! So which stick should I use?
FAQ'sIf you don't mind the extra depth, and you don't really need the click (and can stand the cost), the Happ Opticals are the easiest to hook up. Gut a USB mouse and connect the rotary inputs to the USB ports. Personally, if I were building it, because I don't play often using the Ikari panel for standard games and IKARI isn't my all time favorite game (although I do like it); I would use the LS-30 joysticks with Druin's interface.
Related QuestionsWhat is Lisp?
Lisp FAQLisp 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 QuestionsStaging Area for the Common Lisp FAQBut 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
Why doesn't everybody close to death have one?
International Association for Near-Death Studies - Frequentl...No one knows why some people do and others do not report a near-death experience under similar circumstances. Near-death experiences occur to sane and ordinary people all over the world, people of all religions, races, backgrounds, and ages.
Related QuestionsCommon Questions about NDEsNo one knows why, among people in similar circumstances, some people do and others do not report near-death experiences, and why most reported NDEs are pleasurable and a minority are distressing. NDEs, both pleasurable and distressing, occur to all types of people all over the world: all ages, races, backgrounds, and religions.Related Questions
Do you want it all? Doesn't everybody?
materlicious_surveys_quotes's Xanga Site - 5000 question sur...What made you reinvent yourself or revaluate who you are? nothing exactly. i've been through certain things that changed the way i feel about myself..
Related QuestionsI always hang up when a telecomputer calls me. Doesn't everybody do the same?
Telecomputers, Computerized Telemarketing, Message Delivery,...There is no such thing as everybodyor nobodyor neveror always. People used to say things like "I never talk to answering machines or voice mail", etc. Total bunk! If a telecomputer notified you that you had just won a car, you would surely listen. True, most people WILL hang up. On average, a range of 88% to 99% WILL hang up. That's the purpose of all advertising, i.e. "find the prospect that needs your product or service and eliminate all the rest".
Related QuestionsCan everybody use Turbo Tan?
Frequently asked questionsYes! Turbo Tan sunless tanning spray is dermatologically tested. The ingredients are mostly biological. The self tanner can be use by everyone, even people with sensitive skin.
Related QuestionsHow can I use the X Window System or other GUIs from Lisp?
Kantrowitz & Margolin comp.lang.lisp FAQThere are several GUI's and Lisp interfaces to the X Window System. Mailing lists for these systems are listed in the answer to question [4-7]. Various vendors also offer their own interface-building packages. CLX provides basic Common Lisp/X functionality. It is a de facto standard low-level interface to X, providing equivalent functionality to XLib, but in Lisp. It is also a good source for comparing the foreign function calls in various Lisps. Does *not* depend on CLOS.
Related QuestionsWhere is Everybody?
Wireless ISP FAQ - dslreports.comI keep seeing people using the terms "dB", "dBm", and "dBi" interchangeably, when they actually mean very different things. So, here's a little background on the correct usage of the terms. Sorry if this is covered in the FAQs and links, but from the posts here, I don't think people have read them thoroughly. A dB is a RELATIVE measure of two different POWER levels.
Related QuestionsIf pollution prevention is such a great idea, why doesn't everyone do it?
Frequently Asked QuestionsThere are many reasons for this. Pollution prevention represents a fundamental change to using resources in more efficient ways. This fundamental change takes time. The very thing that makes traditional control technologies like incinerators, scrubbers and treatment technologies attractive is their turnkey convenience. They don't require modification of behavior, you just pay more for the convenience.
Related QuestionsDoesn't 'Great Gig' say something like 'You are dying'?
Pink Floyd and the Publius Enigma: the Pink Floyd faq (5)No. It doesn't. Absolutely not. And if you are convinced that it does, then, sorry, you're wrong. My apologies for the stern answer--this has been a topic of debate just a few times too many for me. about 3:32 into the song, there is a background voice. It's of a woman, and the what she says is "I never said I was frightened of dying." Presumably, the question she'd been asked was "Why are you frightened of dying," and this holds for the other voices on that song, as well.
Related QuestionsWhy doesn't everyone use Web standards?
Web Standards Frequently Asked Questions - DKR Productions -...The promise of Web standards can only be fulfilled if we have consistent standards support from the major browsers. At this point in time, while all modern browsers (Mozilla, IE 5+ Mac, IE 6+ Windows, Opera 7) offer good support for Web standards, they don't all support them the same. Because of that fact, and various other reasons, some Web designers and developers are often reluctant to take on the challenge of Web standards.
Related QuestionsWhere can I find free lisp compilers or interpreters?
Frequently Asked Questions for comp.lang.lispA 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 QuestionsWhere can I buy a professional lisp system?
Frequently Asked Questions for comp.lang.lispFranz 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 QuestionsWhat online resources are there for lisp users?
Frequently Asked Questions for comp.lang.lispA non-normative transferral of the official ANSI standard for Common Lisp to the hypertext medium, by Kent Pitman.Association of Lisp Users
Related QuestionsWhy are you so much less than everybody else?
Scaffold Mart. Scaffolding at the Best Possible PricesWhen you deal with us you are dealing direct. We are the company that designs, engineers, assembles, sells, processes, palletizes, then ships your order. We source our raw materials and parts from the best suppliers all over the world. Our model of doing business is similar to Michael Dell of Dell computer. He sells direct to the end user via the Internet. We don't have or use "dealers". Look at what his way of doing business did to IBM.
Related QuestionsWindows only] How do I move DLL in memory so that it doesn't conflict with the Lisp heap?
Allegro Common Lisp FAQThe preferred Lisp heap starting address is 0x20000000 on x86 Windows (the heap grows to higher memory addresses). If, using the Process Explorer program (discussed above, an x86 Windows application), you find that the Lisp heap cannot grow to the size that you desire because of a DLL that is in the way, you can use the 'editbin' program from Microsoft Visual C++ to move the default base address of the DLL. For example, if foo.
Related Questions