<div dir="ltr">You force me to search archives. I hope anybody else does this :).<div><br></div><div>Here is good answer why pragma instead of annotation: <a href="http://forum.world.st/Pragma-support-in-Squeak-Pharo-Cuis-td3243836.html#a3245226">http://forum.world.st/Pragma-support-in-Squeak-Pharo-Cuis-td3243836.html#a3245226</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-11-16 15:46 GMT+01:00 H. Hirzel <span dir="ltr"><<a href="mailto:hannes.hirzel@gmail.com" target="_blank">hannes.hirzel@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 11/15/16, Denis Kudriashov <<a href="mailto:dionisiydk@gmail.com">dionisiydk@gmail.com</a>> wrote:<br>
> 2016-11-15 21:58 GMT+01:00 Tobias Pape <<a href="mailto:Das.Linux@gmx.de">Das.Linux@gmx.de</a>>:<br>
><br>
>> Here's my 2ct:<br>
>><br>
>> 1. Pragmas aren't actually pragmas. They do not instruct the compiler to<br>
>> do things (_except_ for primitive: and apicall:, but these are now<br>
>> outliers).<br>
>>    They rather add metadata to a (compiled) method.<br>
>> 2. The 'thing' (ie, class) should probably be named<br>
>>         MethodAnnotation<br>
>> 3. We can have the cake and eat it to:<br>
>><br>
>>         Rename Pragma -> MethodAnnotation.<br>
>>         Make Pragma a new subclass of MethodAnnotation.<br>
>>         Make MethodAnnotation implement<br>
>>                 #methodSelector<br>
>>                 #annotationSelector (or #selector, if it must be)<br>
>>         Make Pragma implement<br>
>>                 #selector<br>
>>                 #keywords<br>
>><br>
><br>
> I remember long discussion about Pragma vs Annotation name where Igor won<br>
> completely :)). Conclusion was that Pragma is a right name.<br>
<br>
</div></div>Is there a summary of this discussion available?<br>
<br>
--Hannes<br>
<br>
</blockquote></div><br></div>