unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: <tomas@tuxteam.de>
To: emacs-devel@gnu.org
Subject: Re: Lisp
Date: Thu, 9 Jul 2020 10:49:55 +0200	[thread overview]
Message-ID: <20200709084955.GA1320@tuxteam.de> (raw)
In-Reply-To: <CAAcn1T4CkvwvT0qYdZ9U=yb39arjNDR4QD4nYhwX+ixiC1s=hw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2441 bytes --]

On Wed, Jul 08, 2020 at 07:58:02PM -0500, sergio hernandez wrote:
> Hi people, I have a concern of the use of a language derived of scheme how
> Lisp or Guile.


It's the other way around. LISP (written in all caps, it*s *that*
old) is the grandmother. Born around 1958 [1], it is one of the
oldest programming languages around. Nevertheless, it's still
young, having adapted to almost every change of its environments
(and those has changed a lot, believe me).

If you want to get a first impression on LISP, have a look at [2],
which is a paper book, but perhaps some library around you carries
it. The web site is funny, though :)

Scheme [3], OTOH, is kind of the '70ies LISP's hippy daugther (I'm not
saying that in any dismissive way: on the contrary, I'm seriously in
love with Scheme, but hey, I'm /that/ generation). If you want to get
an impression on Scheme, SICP [4] is the book for you, available online
(for free) or as a physical book.

Scheme is a lot like Javascript, because actually, Javascript began
as a kind of Scheme in Brendan Eich's head (somewhere early 1990s,
I think), but then he had to force it into COBOL's -- uh -- Java's
clothes for marketing reasons. Or something like that.

> Why GNU uses this languages for develop many of the software
> like mcron, emacs, freetalk, etc?  Thanks for your answer.

Most probably for historical reasons. The time GNU was born, Lisp
Machines [5] were just the sexiest things around, and, although
proprietary, they embodied one of the core ideas of GNU, that is
that you can reach into every nook and cranny of your system at
any time and change it, ideally while it's running, and see the
effects immediately. You, the user, are at the same time the system
administrator and the programmer. You are the boss.

There is a lot in Emacs which resembles such a Lisp machine. You
can ask the help system about a function, and it will take you to
the source (be it Lisp or C), and you can /edit that source/ see
what effects that has (OK, OK: you'll have to re-load, in the case
of C you'll have to recompile, so there are still a few hurdles
to take, but with some determination you'll finally get there).

Cheers

[1] https://en.wikipedia.org/wiki/LISP
[2] http://landoflisp.com/
[3] https://en.wikipedia.org/wiki/Scheme_(programming_language)
[4] https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html
[5] https://en.wikipedia.org/wiki/Lisp_Machine

-- t

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  parent reply	other threads:[~2020-07-09  8:49 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-09  0:58 Lisp sergio hernandez
2020-07-09  8:31 ` Lisp Eric S Fraga
2020-07-09  9:04   ` Lisp tomas
2020-07-09  8:49 ` tomas [this message]
2020-07-09  8:55   ` (Correction: Re: Lisp) tomas
2020-07-10  3:56   ` Lisp Richard Stallman
2020-07-10  4:03     ` Lisp Mingde (Matthew) Zeng
2020-07-10  7:15       ` Lisp Lars Brinkhoff
2020-07-11  2:17         ` Lisp Richard Stallman
2020-07-11  6:48           ` Lisp Lars Brinkhoff
2020-07-11 15:25             ` Lisp Drew Adams
2020-07-11 16:47               ` Lisp Lars Brinkhoff
2020-07-11 17:27                 ` Lisp Drew Adams
2020-07-11 19:11                   ` Lisp Yuri Khan
2020-07-11  2:18       ` Lisp Richard Stallman
2020-07-11 16:51         ` Lisp Lars Brinkhoff
2020-07-10 10:31     ` Lisp tomas
2020-07-12  2:03       ` Lisp 황병희
2020-07-12 19:09         ` Lisp sergio hernandez
2020-07-10 13:22   ` Lisp Arthur Miller
2020-07-10 15:49     ` Lisp tomas
2020-07-10  5:39 ` Lisp Jean Louis
2020-07-11  2:21   ` Lisp Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200709084955.GA1320@tuxteam.de \
    --to=tomas@tuxteam.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).