
What's so great about Lisp? - Stack Overflow
Jan 10, 2010 · 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. …
When to use ' (or quote) in Lisp? - Stack Overflow
Sep 5, 2017 · 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, …
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 …
Why should I learn Lisp? [closed] - Stack Overflow
Jan 17, 2017 · 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 …
syntax - What does # mean in LISP - Stack Overflow
Feb 2, 2011 · 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 …
lisp - What is an S-Expression - Stack Overflow
Oct 23, 2022 · 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 …
Difference between `set`, `setq`, and `setf` in Common Lisp?
May 15, 2009 · 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 …
lisp - Is there any method to find and replace text by using …
Jun 21, 2022 · 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 …
What are the actual differences between Scheme and Common …
Mar 23, 2011 · Common Lisp is a fully-fledged, highly dynamic, multi-paradigm language with various ugly but pragmatic features, whose implementations are largely compatible with one …
lisp - Autolisp function that Increment numbers intext or mtext +1 ...
May 14, 2023 · I'm not overly familar with AutoLISP having a problem writing a script that increments numbers in Text or MText by 1, preferably all selected text. (defun …