[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs rewrite in a maintainable language
From: |
Eli Zaretskii |
Subject: |
Re: Emacs rewrite in a maintainable language |
Date: |
Mon, 12 Oct 2015 22:43:44 +0300 |
> From: Óscar Fuentes <address@hidden>
> Date: Mon, 12 Oct 2015 21:21:46 +0200
>
> a Lispy language, easy to learn by those who already know Elisp, but
> which can be translated all the way to something as performant as
> the current C code, while being capable of interacting with it.
I don't think this is possible. Some slowdown will be inevitable.
Also, if indeed the intent is to rewrite most of Emacs in this "lispy"
language, you'd need some non-Lisp (or at least non-subset) features,
like complex data structures whose members are directly accessible.
Otherwise, the translation will not be straightforward, and you get
bugs (and most probably more slowdown).
- Re: Emacs rewrite in a maintainable language, (continued)
- Re: Emacs rewrite in a maintainable language, David Kastrup, 2015/10/17
- Re: Emacs rewrite in a maintainable language, Richard Stallman, 2015/10/18
- Re: Emacs rewrite in a maintainable language, Tom Tromey, 2015/10/18
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/18
- Re: Emacs rewrite in a maintainable language, Eli Zaretskii, 2015/10/18
- Re: Emacs rewrite in a maintainable language, David Kastrup, 2015/10/18
- Re: Emacs rewrite in a maintainable language, Tom Tromey, 2015/10/18
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/20
- Re: Emacs rewrite in a maintainable language,
Eli Zaretskii <=
- Re: Emacs rewrite in a maintainable language, Przemysław Wojnowski, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Gian Uberto Lauri, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Tassilo Horn, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Eli Zaretskii, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Tassilo Horn, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Eli Zaretskii, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Przemysław Wojnowski, 2015/10/13
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/15
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Przemysław Wojnowski, 2015/10/15