约 9,410,000 个结果
在新选项卡中打开链接
  1. Difference between `set`, `setq`, and `setf` in Common Lisp?

    2009年5月15日 · If SET and SETQ are to be booted from a Common Lisp successor, they will have to get some replacement. Their use in high-level code is limited, but low-level code (for …

  2. 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. …

  3. 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 …

  4. lisp - Is there a better way to get the nth item in a list? - Stack ...

    2016年3月21日 · Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges,

  5. Which dialect of Lisp should I learn? - Stack Overflow

    I know there are a few different dialects of Lisp. Having decided that learning Lisp would be a new intellectual experience, I would like to know which Lisp dialect to learn, and why. Is there one...

  6. Lisp: How to write an if statement with multiple conditions?

    2022年2月3日 · Lisp: How to write an if statement with multiple conditions? Asked 3 years, 7 months ago Modified 3 years, 7 months ago Viewed 2k times

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

    2008年9月25日 · In Emacs Lisp for example a symbol can have 1) data associated with it AND (at the same time - for the same symbol) 2) code associated with it - depending on the context, …

  8. lisp - Can you execute multiple statements in an "if" statement ...

    Just to add, you could also use the (begin exp1 exp2...) syntax to evaluate more than one expression in Lisp sequentially. Using this on an if's branch will have the same effect as using …

  9. 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 …

  10. Are there any Common Lisp implementations for .Net?

    2008年9月21日 · There are bigger issues, for example common lisp has a more powerful object system, so you can't map it 1:1 to object in the runtime (no MI, for one). This is ok, but leaves …