* bug#41904: Emacs Lisp
[not found] <1687592701.1561823.1592364629846.ref@mail.yahoo.com>
@ 2020-06-17 3:30 ` Andrew Goh via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-06-17 6:31 ` Arthur Miller
2020-07-13 2:51 ` Richard Stallman
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Goh via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-06-17 3:30 UTC (permalink / raw)
To: 41904
[-- Attachment #1: Type: text/plain, Size: 628 bytes --]
Hi GNU Team,
I gather that Emacs Lisp is closest to the original Lisp language. While the other dialects are different, such as Common Lisp, Racket, Scheme, and Clojure.
Wonder if there is more documentation available than just this guide which I downloaded as a PDF resource: "An Introduction to Programming in Emacs Lisp 3rd Edition".
Secondly, I will probably have to learn Clojure too if Emacs Lisp is not "enhanced" to become a full Lisp language that can generate programs with concurrency features on all its platforms - Unix, Linux, MacOS and Windows.
Well, that will be it.
Regards,
Andrew Goh S M
[-- Attachment #2: Type: text/html, Size: 1506 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#41904: Emacs Lisp
2020-06-17 3:30 ` bug#41904: Emacs Lisp Andrew Goh via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-06-17 6:31 ` Arthur Miller
2020-07-13 2:51 ` Richard Stallman
1 sibling, 0 replies; 3+ messages in thread
From: Arthur Miller @ 2020-06-17 6:31 UTC (permalink / raw)
To: 41904; +Cc: andrewgoh95
Andrew Goh via "Bug reports for GNU Emacs, the Swiss army knife of text
editors" <bug-gnu-emacs@gnu.org> writes:
> Hi GNU Team,
>
> I gather that Emacs Lisp is closest to the original Lisp language. While the other dialects are different, such as Common Lisp, Racket, Scheme, and Clojure.
>
> Wonder if there is more documentation available than just this guide which I downloaded as a PDF resource: "An Introduction to Programming in Emacs Lisp 3rd Edition".
>
>
> Secondly, I will probably have to learn Clojure too if Emacs Lisp is not "enhanced" to become a full Lisp language that can generate programs with concurrency features
> on all its platforms - Unix, Linux, MacOS and Windows.
>
> Well, that will be it.
>
> Regards,
>
> Andrew Goh S M
The guide you downloaded is probably the best one, but there are
numerous blogs and smaller guides/articles etc, for example:
http://www.mitchellsoftwareengineering.com/ProgrammingWithGNUEmacsLisp.pdf
https://cdn.preterhuman.net/texts/computing/programming/LISP/Writing%20GNU%20Emacs%20Extensions%20-%20Bob%20Glickstein.pdf
https://www.linuxjournal.com/article/6771
Just do a web search. Emacs Reddit is good place to ask questions too.
What is a "full" Lisp language?
First you say Emacs Lisp is closest to "original" Lisp (whatever it is)
and then you find Common Lisp, Clojure, Scheme etc to be "different". If
Emacs becomes "full Lisp" according to your definition whatever it is,
would it also become "different" as CL, Clojure etc?
Why do you want to learn Emacs Lisp? If you are into writing Emacs
applications then Elisp is your best friend.
If you want to use Lisp as a general programming language to write your
programms in, then you should probably learn Common Lisp and use some
good compiler like SBCL.
Just my personal opinion ...
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#41904: Emacs Lisp
2020-06-17 3:30 ` bug#41904: Emacs Lisp Andrew Goh via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-06-17 6:31 ` Arthur Miller
@ 2020-07-13 2:51 ` Richard Stallman
1 sibling, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2020-07-13 2:51 UTC (permalink / raw)
To: Andrew Goh; +Cc: 41904
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
Clojure is not a dialect of Lisp. It has fundamental differences --
for instance, it does not represent lists using cons cells. That means
the most basic programming techniques of Lisp don't work in Clojure.
If Clojure is useful for you, there is nothing wrong with using it --
its implementation is free software, ISTR -- but please don't think of
it as Lisp.
> Secondly, I will probably have to learn Clojure too if Emacs Lisp
> is not "enhanced" to become a full Lisp language that can generate
> programs with concurrency features on all its platforms - Unix,
> Linux, MacOS and Windows.
Unix, MacOS and Windows are complete operating systems. Linux is not
a complete operating system, it is a kernel. So I think you must be
talking about the GNU operating system with Linux as kernel.
Many people call that system "Linux", but that is a confusion. It
misattributes our work to someone else, which is treating us badly.
Would you please call it "GNU/Linux" to give the GNU Project equal
mention?
See https://gnu.org/gnu/linux-and-gnu.html and
https://gnu.org/gnu/gnu-linux-faq.html, plus the history in
https://gnu.org/gnu/the-gnu-project.html.
--
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-07-13 2:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1687592701.1561823.1592364629846.ref@mail.yahoo.com>
2020-06-17 3:30 ` bug#41904: Emacs Lisp Andrew Goh via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-06-17 6:31 ` Arthur Miller
2020-07-13 2:51 ` Richard Stallman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.