From: Fernando D. Mato Mira
Subject: Feature allocation
Date: 
Message-ID: <38CA82B7.88667171@iname.com>
--------------60E50568EEF07E23E4ACC9D1
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

#+(or :cmu :sbcl)
(cl:eval-when (load eval compile)
  (cl:pushnew :pittsburgh cl:*features*))

OK?

--
Fernando D. Mato Mira
Real-Time SW Eng & Networking
Advanced Systems Engineering Division
CSEM
Jaquet-Droz 1                   email: matomira AT acm DOT org
CH-2007 Neuchatel                 tel:       +41 (32) 720-5157
Switzerland                       FAX:       +41 (32) 720-5720

www.csem.ch      www.vrai.com     ligwww.epfl.ch/matomira.html



--------------60E50568EEF07E23E4ACC9D1
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
#+(or :cmu :sbcl)
<br>(cl:eval-when (load eval compile)
<br>&nbsp; (cl:pushnew :pittsburgh cl:*features*))
<p>OK?
<pre>--&nbsp;
Fernando D. Mato Mira&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Real-Time SW Eng &amp; Networking&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Advanced Systems Engineering Division
CSEM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Jaquet-Droz 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; email: matomira AT acm DOT org
CH-2007 Neuchatel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tel:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +41 (32) 720-5157
Switzerland&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FAX:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +41 (32) 720-5720

www.csem.ch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; www.vrai.com&nbsp;&nbsp;&nbsp;&nbsp; ligwww.epfl.ch/matomira.html</pre>
&nbsp;</html>

--------------60E50568EEF07E23E4ACC9D1--

From: Erik Naggum
Subject: Re: Feature allocation
Date: 
Message-ID: <3161810369666971@naggum.no>
* "Fernando D. Mato Mira" <········@iname.com>
| #+(or :cmu :sbcl)
| (cl:eval-when (load eval compile)
|   (cl:pushnew :pittsburgh cl:*features*))
| 
| OK?

  it seems counterintuitive and random, as in "project code name".

  what is it _really_ supposed to identify?

#:Erik
From: Fernando D. Mato Mira
Subject: Re: Feature allocation
Date: 
Message-ID: <38CC0271.90183277@iname.com>
Erik Naggum wrote:

> * "Fernando D. Mato Mira" <········@iname.com>
> | #+(or :cmu :sbcl)
> | (cl:eval-when (load eval compile)
> |   (cl:pushnew :pittsburgh cl:*features*))
> |
> | OK?
>
>   it seems counterintuitive and random, as in "project code name".
>
>   what is it _really_ supposed to identify?

I just want something to abbreviate any CMUCL offspring, in case
I have to start doing #+(or :cmu :sbcl).

Note that this is something someone might want use for its own
abbreviation purposes. It's not supposed
to be predefined, as older CMUCL releases won't have it.

And one normally should do (delete :pittsburgh *features*) after being
done, so as not to leave unnecessary crud around.

--
Fernando D. Mato Mira
Real-Time SW Eng & Networking
Advanced Systems Engineering Division
CSEM
Jaquet-Droz 1                   email: matomira AT acm DOT org
CH-2007 Neuchatel                 tel:       +41 (32) 720-5157
Switzerland                       FAX:       +41 (32) 720-5720

www.csem.ch      www.vrai.com     ligwww.epfl.ch/matomira.html
From: Raymond Toy
Subject: Re: Feature allocation
Date: 
Message-ID: <4nog8idhwq.fsf@rtp.ericsson.se>
>>>>> "Fernando" == Fernando D Mato Mira <········@iname.com> writes:

    Fernando> Erik Naggum wrote:
    >> * "Fernando D. Mato Mira" <········@iname.com>
    >> | #+(or :cmu :sbcl)
    >> | (cl:eval-when (load eval compile)
    >> |   (cl:pushnew :pittsburgh cl:*features*))
    >> |
    >> | OK?
    >> 
    >> it seems counterintuitive and random, as in "project code name".
    >> 
    >> what is it _really_ supposed to identify?

    Fernando> I just want something to abbreviate any CMUCL offspring, in case
    Fernando> I have to start doing #+(or :cmu :sbcl).

Why not use something a bit more intuitive like :cmu-or-sbcl instead
of some totally random :pittsburgh?

Ray
From: Tim Bradshaw
Subject: Re: Feature allocation
Date: 
Message-ID: <ey3snxuc22y.fsf@cley.com>
* Raymond Toy wrote:

> Why not use something a bit more intuitive like :cmu-or-sbcl instead
> of some totally random :pittsburgh?

Better would be CMU-OFFSPRING or something (there might be others...)

--tim
From: Fernando D. Mato Mira
Subject: Re: Feature allocation
Date: 
Message-ID: <38CD2352.8285C9C7@iname.com>
Raymond Toy wrote:

> >>>>> "Fernando" == Fernando D Mato Mira <········@iname.com> writes:
>
>     Fernando> Erik Naggum wrote:
>     >> * "Fernando D. Mato Mira" <········@iname.com>
>     >> | #+(or :cmu :sbcl)
>     >> | (cl:eval-when (load eval compile)
>     >> |   (cl:pushnew :pittsburgh cl:*features*))
>     >> |
>     >> | OK?
>     >>
>     >> it seems counterintuitive and random, as in "project code name".
>     >>
>     >> what is it _really_ supposed to identify?
>
>     Fernando> I just want something to abbreviate any CMUCL offspring, in case
>     Fernando> I have to start doing #+(or :cmu :sbcl).
>
> Why not use something a bit more intuitive like :cmu-or-sbcl instead
> of some totally random :pittsburgh?

Not just for those 2. For any CMUCL forks that may ever happen.
:Anything better than :cmu-offspring?

 :cmucl ?

[Random??]

--
Fernando D. Mato Mira
Real-Time SW Eng & Networking
Advanced Systems Engineering Division
CSEM
Jaquet-Droz 1                   email: matomira AT acm DOT org
CH-2007 Neuchatel                 tel:       +41 (32) 720-5157
Switzerland                       FAX:       +41 (32) 720-5720

www.csem.ch      www.vrai.com     ligwww.epfl.ch/matomira.html