emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing cond* in core


From: Lynn Winebarger
Subject: Re: Installing cond* in core
Date: Tue, 19 Mar 2024 15:48:14 -0400

On Sun, Mar 17, 2024 at 10:41 PM Richard Stallman <rms@gnu.org> wrote:
> Having expressions represented as lists, so that programs can easily
> operate on them, is the heart of Lisp.  Languages which don't do that
> may have a partial resemblance to Lisp, but they also have a major
> difference from Lisp.

My response was a bit tongue-in-cheek, but I did restrict it to "lisp
implementation technology".  If someone on this list wants to learn
about efficient implementation techniques for a dynamically typed and
interactive language that might be ported to emacs lisp, they would be
better served by studying the v8 implementation than python's
internals.  Especially when it comes to, say, multi-threaded parallel
processing, garbage collection, specializing compiled code for
dynamically typed objects, and similar topics of interest.  IMNSHO.

Lynn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]