GNU bug report logs -
#41904
Enhanced Emacs into a full applications development system
Previous Next
Reported by: Andrew Goh <andrewgoh95 <at> yahoo.com.sg>
Date: Wed, 17 Jun 2020 04:17:02 UTC
Severity: wishlist
Tags: wontfix
Merged with 41909
Done: Noam Postavsky <npostavs <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41904 in the body.
You can then email your comments to 41904 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#41904
; Package
emacs
.
(Wed, 17 Jun 2020 04:17:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrew Goh <andrewgoh95 <at> yahoo.com.sg>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Wed, 17 Jun 2020 04:17:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#41904
; Package
emacs
.
(Wed, 17 Jun 2020 06:32:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Andrew Goh via "Bug reports for GNU Emacs, the Swiss army knife of text
editors" <bug-gnu-emacs <at> 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 ...
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#41904
; Package
emacs
.
(Wed, 17 Jun 2020 06:32:02 GMT)
Full text and
rfc822 format available.
Merged 41904 41909.
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 18 Jun 2020 17:24:02 GMT)
Full text and
rfc822 format available.
Changed bug title to 'Enhanced Emacs into a full applications development system' from 'Emacs Lisp'
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 18 Jun 2020 17:24:02 GMT)
Full text and
rfc822 format available.
Severity set to 'wishlist' from 'normal'
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 18 Jun 2020 17:24:03 GMT)
Full text and
rfc822 format available.
Added tag(s) wontfix.
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 18 Jun 2020 17:24:03 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
41909 <at> debbugs.gnu.org and Andrew Goh <andrewgoh95 <at> yahoo.com.sg>
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 18 Jun 2020 17:24:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#41904
; Package
emacs
.
(Mon, 13 Jul 2020 02:52:01 GMT)
Full text and
rfc822 format available.
Message #24 received at 41904 <at> debbugs.gnu.org (full text, mbox):
[[[ 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)
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 10 Aug 2020 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.