Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Why is the Coq logo made to look like a penis?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Why is the Coq logo made to look like a penis?


Chronological Thread 
  • From: Jason Gross <jasongross9 AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Why is the Coq logo made to look like a penis?
  • Date: Wed, 7 Apr 2021 08:22:13 -0400
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=jasongross9 AT gmail.com; spf=Pass smtp.mailfrom=jasongross9 AT gmail.com; spf=None smtp.helo=postmaster AT mail-il1-f177.google.com
  • Ironport-hdrordr: A9a23:q0/TFakrKASZ7iUu7skmSPbMFDjpDfNyimdD5ilNYBxZY6Wkvuqpm+kW0gKxtSYJVBgb6Km9EYSjYVeZz5565oENIayvNTONhEKEJJxvhLGSpgHINDb58odmpMVdWoh4TOb9FF1ryfv9iTPIcOoI5Pmi3OSWifzFz3FrJDsKV4hF4x1iAgiWVm1aLTM2YaYRL5aX6spZqzfIQx1+BfiTPXULU/POoNfGjvvdASIuPQIt6wWFkFqTmdnHOiWfty1uNQ9n8PMN9Szgnxbi7quu98unwgLRvlW+071m3PXmzNVHCIigqOgwbg/thAGheZh7V9S50QwdkaWA7lAlldWJmRM8JoBI7W/LdG3dm3TQ8jil6zol53/8xVLwuxXenfA=
  • Ironport-phdr: A9a23:9Hr61BJCwaPphdCsItmcuKhmWUAX047cDksu8pMizoh2WeGdxfzKAkXT6L1XgUPTWs2DsrQY0ruQ6v+/EjRZqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba52IRmssAnctMsbjYR+Jqos1xDEvmZGd+NKyG1yOFmdhQz85sC+/J5i9yRfpfcs/NNeXKv5Yqo1U6VWACwpPG4p6sLrswLDTRaU6XsHTmoWiBtIDBPb4xz8Q5z8rzH1tut52CmdIM32UbU5Uims4qt3VBPljjoMOjgk+2/Vl8NwlrpWrx2vpxN9w4DaboKbOudgcKzBZt4VX3ZNU9xLWiBdHo+xbY0CBPcBM+ZCqIn9okMDox+kCgm3A+PvzCJDiH7s3a09yOQhChzN0QsiH90Uq3TUq9P1NKgIUeCy16nI1jHOYuhZ2Tf48ofIcxQhreuQUrJ3dMrc0E8iHB7KgVuMs4LqJS+V1vgTvGiB6eptTeCihmw7pgxwrTWixMYhh5XVi44Iyl3J8SF0zYUrKNO3SkN1b8OpHZhUui2EN4V7XMMsTmF1tCs017ELuIK3cScMxZ86xBDfc+SKf5aU7h/nTuqcIjd1iGh4dL++hhu+61Wsx+/+W8SyzV1EtDBKksPWuXAIzxHT6taISv96/kq53DaAzQHT6uVdLUA1karXNoctwrAtmpcRs0nPBCD2mELxjK+ZckUr5PKk5PjgYrXjvpOcNol0hR/iMqk2hMCzHeA1PhINUmWb4+iwybzu8EzjTLlXjPA7kLHVsJXAKsQaoq65DRVV0oEm6xunDTepys8YnX4BLFJKYhKHiJPpO0rKLf3jAve/hk6jkDZvx/zcIrLhBZDNImDZkLj9ZbZ991JcyA0rwN9D4JJUE6gNL+73Wk/sr9PVFQQ5Mgyxw+b/EtpxzIIeWWSVAq+YKqzeq1GI5vh8a9WLMYQSoXP2L+Uvr6rlimZ8klsAd4Go24EWYTa2BKI1DV+eZC/Oi8wGFy8lpA0lV6S+ilSZVjhcfXGpRPMU6TQyCYbgBoDGENP+yIed1Tu2S8UFLltNDUqBRC+AX7XBYO8FbWepGuEklzUFUba7TIpJ/R6rvQ7+jbFgK7iNkgUo8Kn73d0w3NX90Ako/FRcAMGU0mXLRGZxzDtgbw9z57h2pAlG8nnG0aV8hJRwENVS47ZIVl5/O8eDkKp1DNf9Xg+HddCMGg7Ofw==

Dear Mario,

>  I like your idea of using the concrete (specification) language when communicating about the research/work - and this may work pretty well in most cases. Sadly, I usually do not work much with Gallina/LTAC/... but rather on extending
(the tool) Coq.

If you are so inclined, I think there is a relatively easy fix here, by getting more specific:
- I work on extending Gallina
- I work on extending Ltac
- I work on various tactic languages for constructing Gallina proofs
- I work on infrastructure for interacting with programs which eventually produce Gallina terms
- I work on plugins which extend the ecosystem of what can be done in scripts whose primary purpose is to construct Gallina terms
- I work on integrating new features and abilities into the vernacular language surrounding Gallina.

Granted, some of these are a bit of a mouthful.

Also, this last one reminds me of the fact that there are in fact three languages used in Coq files.  Commands like `Definition`, `Lemma`, `Search` and `Set Printing All` are neither part of Gallina nor Ltac, but instead part of the "vernacular" command language (which as far as I'm aware has no proper name other than perhaps Vernacular or Vernac (the abbreviation used in OCaml code to refer to this part of the language)).


On Wed, Apr 7, 2021, 03:34 Mario Frank <mafrank AT uni-potsdam.de> wrote:
Dear Cyrus,

I like your idea of using the concrete (specification) language when communicating about the research/work - and
this may work pretty well in most cases. Sadly, I usually do not work much with Gallina/LTAC/... but rather on extending
(the tool) Coq. This will hold for many people who implement tools on the basis of Coq.

So, in the light of the fact that there are people feeling uncomfortable with the biased meaning in different languages -
I can confirm the experiences described by some people here - just avoiding the use of the name will not be a
satisfactory solution (to me). It would rather have the flavour of saying "the tool whose name shall not be said" to me.
There are many (good) proposals in the Wiki and I was especially attracted by "Gallus" as it has a quite matching meaning
and also has a (subconscious) connection to Gallina (in my brain).

Apart from that, I am happy that this topic is discussed so extensively. It seems to be necessary.

Cheers,
Mario

    
Am 07.04.21 um 03:09 schrieb Cyrus Omar:
For you, Adam, I think it would be especially appropriate to say "I write Ltac programs" instead, then. :-)

Yes, this would require changing how we speak, in a manner that I think is quite consistent with our community's values: many of us quite value being clear about the distinction between a language and the implementations thereof, even in situations where there is one primary implementation (e.g. Haskell folks tend to be quite good at understanding the difference between Haskell and GHC, and of course the Standard ML community has taken this well to heart.)

Cyrus

On Tue, Apr 6, 2021 at 9:01 PM Adam Chlipala <adamc AT csail.mit.edu> wrote:
That doesn't sound right without terminology changes, at least not for
the way I'm used to using Coq.  It's common that more time is spent
writing in the tactic language Ltac than in Gallina.

On 4/6/21 8:58 PM, Cyrus Omar wrote:
> The first sentence on the About Coq page [1] says "Coq implements a
> program specification and mathematical higher-level language called
> Gallina".
>
> If that is accurate, then I think Gallina seems to be the appropriate
> name to use in conversation as a user of the language, in the same way
> that one says "I write C programs" even if what they are doing
> day-to-day is interacting with GCC, Clang, or CompCert via a
> collection of other utilities, e.g. editors, language servers, and the
> like.
>
> The objection that Gallina is one of several languages associated with
> Coq is the same as the objection that in fact there is a C
> preprocessor language distinct from C the language, i.e. not salient
> in most contexts.
>
> There may still be reason to rename the Coq implementation of Gallina
> (and friends), but it would make it less urgent in that it is only in
> relatively sophisticated company, where crude innuendo is increasingly
> (though not yet universally, I concede) recognized as inappropriate,
> that one needs to mention which particular implementation of a
> language they use or work on.
>
> Cyrus




Archive powered by MHonArc 2.6.19+.

Top of Page