Gentoo Archives: gentoo-lisp

From: Chema Alonso <nimiux@g.o>
To: gentoo-lisp@l.g.o
Subject: Re: [gentoo-lisp] Emerge in Common Lisp
Date: Tue, 27 Feb 2018 19:01:21
Message-Id: 20180227190119.GA8533@woodpecker.gentoo.org
In Reply to: [gentoo-lisp] Emerge in Common Lisp by Crystalsun
1 Sounds amazing, unfortunatelly we lack the manpower to get to it.
2
3 You can always open a bug at bugzilla [1] to ask for this new package
4 and track its development in case it occurs one day.
5
6 In this case, please reply to this message with the bug number and
7 I'll assign it to the Common Lisp project.
8
9 Thanks for your contribution.
10
11 Regards.
12
13 [1] https://bugs.gentoo.org/
14
15 On Sun, Feb 25, 2018 at 09:05:11AM -0500, Crystalsun wrote:
16 > Anyone thought about implementing Emerge in Common Lisp?
17 > I guess it could be useful due to the interactiveness Common Lisp provides, and Python doesn't (at least not enough of it). For example, when emerging a package, if an error occures, the whole process will die since the merge of the current atom. However, if emerge was written in Common Lisp, it could be possible to interactively debug the error and continue the process, which, overall, means more user control of what's happening and better hotfixes, thanks to the fact that REPL is part of the language.
18 > I know it may sound ambitious, but at least it seems like an interesting idea to me, would be great if anyone has thoughts on this topic