From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: basic questions on MPS Date: Thu, 25 Apr 2024 14:53:28 -0400 Message-ID: References: <86zfthz3n1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26259"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org, gerd.moellmann@gmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 25 20:54:24 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s04Ei-0006eN-0n for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Apr 2024 20:54:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s04E5-0006Tr-J7; Thu, 25 Apr 2024 14:53:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s04Du-0006RU-Tm for emacs-devel@gnu.org; Thu, 25 Apr 2024 14:53:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s04Dt-0000xz-Gd; Thu, 25 Apr 2024 14:53:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=xPi9DhylkEL21nlRgOkuF6goFCngxyxWmsKNDvZKbgs=; b=niHpJmBJZNNA1JSuswPH admDU/Ix48IFnKWuERdtsyCECT1XbRxWy81zEg3TG0Qr28GCcDt1do00MXhWP7qu/opZltWcrfIxt /wuFrYLTCh0AISXULIMvS3PhPLWfInaoW2s/lQlLJgN87M6RvmJ7TIyTbcAUv5DPDlhigKdqEOvRu 7u8h0895QgQbXwGbLxbbgBOovMSxeVTevbUUnAbewQFp6DCAyYfbs7Ke/e9oI0Zutjo3dGeN8gAMX u0LytDn85E8VIzwFBc+1yI+ArLb+7hZbYs+cDmLwuzI3XfcyxnU88nxEfAQ2yFtwidbCcT4n/B9AK B/i4upEqPgN/mw==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1s04Dp-0002yO-1m; Thu, 25 Apr 2024 14:53:33 -0400 In-Reply-To: <86zfthz3n1.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 25 Apr 2024 21:41:22 +0300") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:318094 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Cc: Gerd M=C3=B6llmann >> Date: Thu, 25 Apr 2024 12:04:33 -0400 >>=20 >> Because I was expecting to just install MPS through my distro but I then >> discovered it's not packaged, a couple of questions came to my mind >> today while trying to compile it. >>=20 >> Do we know if MPS is distributed with any GNU/Linux distribution? > > No idea. But it should be a matter of a simple search of the relevant > sites, no? I could find any, that's why I asked, maybe someone has more accurate info. >> Also which are the main users (in terms of software) of MPS? > > You can find a few by searching the Internet. I found these: > > Harlequin RIP (Raster Image Processor) -- not a surprise, since MPS > was originally developed by Harlequin > > Open Dylan (also from Harlequin, so no surprises) offers MPS as a > build option (https://opendylan.org/release-notes/2019.1.html) > > Clasp (https://github.com/clasp-developers/clasp), a Common Lisp > implementation that seamlessly interoperates with C++ libraries > > Configura Magic (CM), > https://support.configura.com/hc/en-us/sections/360008682434-CM-La= nguage, > an object-oriented language I found similar results but hoped to find some more popular production SW relaying on it. Andrea