[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs rewrite in a maintainable language
From: |
Daniel Colascione |
Subject: |
Re: Emacs rewrite in a maintainable language |
Date: |
Mon, 12 Oct 2015 14:30:12 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
On 10/12/2015 08:35 AM, Eli Zaretskii wrote:
>> Date: Mon, 12 Oct 2015 05:43:02 +0300
>> From: Eli Zaretskii <address@hidden>
>> Cc: address@hidden, address@hidden
>>
>>> From: Marcin Borkowski <address@hidden>
>>> Date: Mon, 12 Oct 2015 00:02:43 +0200
>>>
>>> it might be a good idea to move some parts of Emacs core (which are
>>> not system-dependent or performance-critical, e.g., parts of
>>> interactive behavior like `self-insert-command' might fit here) from
>>> C to Elisp.
>>
>> We are doing this all the time. Patches to that effect are welcome.
>
> Btw, most of the code for self-insert-command is in an internal
> function, so rewriting that in Lisp is unlikely to help people
> understand its internal hair.
>
> More importantly, most of the complicated parts of the C code cannot
> be rewritten in Lisp anyway, so only limited progress can be made this
> way, which will not make it easier to understand the core.
Exactly. The complexity in the core is not a result of its
implementation language. It's complex because it's complex. Suddenly
sprinkling "class" and vtables through the core isn't going to reduce
the complexity of the implemented logic.
signature.asc
Description: OpenPGP digital signature
- Re: Emacs rewrite in a maintainable language, (continued)
- Re: Emacs rewrite in a maintainable language, David Kastrup, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Marcin Borkowski, 2015/10/11
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Óscar Fuentes, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Marcin Borkowski, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Óscar Fuentes, 2015/10/11
- RE: Emacs rewrite in a maintainable language, Drew Adams, 2015/10/11
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/15
- Re: Emacs rewrite in a maintainable language, Eli Zaretskii, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Eli Zaretskii, 2015/10/12
- Re: Emacs rewrite in a maintainable language,
Daniel Colascione <=
- Re: Emacs rewrite in a maintainable language, Richard Stallman, 2015/10/15
Re: Emacs rewrite in a maintainable language, Alexis, 2015/10/11
Re: Emacs rewrite in a maintainable language, Fabrice Popineau, 2015/10/11
Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/11