约 29,800,000 个结果
在新选项卡中打开链接
  1. What's so great about Lisp? - Stack Overflow

    2010年1月10日 · I don't know enough Lisp to say whether it's good or bad. It seems like everyone who has used Lisp loves it, yet the most popular languages these days are descended from C. So what is …

  2. lisp - What is an S-Expression - Stack Overflow

    2022年10月23日 · Code in any language that amount to a value is an expression. Lisp code is just lists with elements, a fundmental datastructure in lisp, however the plan was to use a syntax (m …

  3. scheme - What's the best way to learn LISP? - Stack Overflow

    Ansi Common Lisp by Paul Graham is a good book. I think it might be out of print, so your best bet to get it via Amazon. I got the book for a "Natural Language Processing" class I took my sophomore year in …

  4. syntax - What does # mean in LISP - Stack Overflow

    2011年2月2日 · Often Lisp users develop embedded languages and to make that a bit easier, the Common Lisp standard tries to keep character usage down to a minimum and also provides the …

  5. When to use ' (or quote) in Lisp? - Stack Overflow

    2017年9月5日 · Lisp symbols can double both as their values, and markers where you in other languages would have used strings, such as keys to hash tables. This is where quote comes in. Say …

  6. lisp - Add Mtext with properties assigned - Stack Overflow

    2023年11月18日 · Instead of using a command call, use either entmake or entmakex with an appropriate DXF data list - that way, you can supply the relevant DXF group value for Text Style, …

  7. What is lisp used for today and where do you think it's going?

    Lisp is used in many applications, but mostly not the way CS students learn it. They use Lisp for basic CS concepts. Real Lisp software often looks different. More macros, more object-oriented, more …

  8. Why should I learn Lisp? [closed] - Stack Overflow

    2017年1月17日 · I really feel that I should learn Lisp and there are plenty of good resources out there to help me do it. I'm not put off by the complicated syntax, but where in "traditional commercial …

  9. lisp - Is there any method to find and replace text by using AutoLISP ...

    2022年6月21日 · I would like to programmatically to produce a code for AutoCAD using VBA. The code will find and replace text in the AutoCAD. I found that AutoLISP allow using script to call the …

  10. What are the actual differences between Scheme and Common Lisp?

    2011年3月23日 · Common Lisp is a fully-fledged, highly dynamic, multi-paradigm language with various ugly but pragmatic features, whose implementations are largely compatible with one another. …