2
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> You&#39;re a *monster*.</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> Hi gay im dad</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> Yay!</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@foremostarchwiz" class="u-url mention">@<span>foremostarchwiz</span></a></span> girls love violence for its many industrial applications</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> I&#39;m phoning the Hague</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> hmm… my beloathed, &lt;&gt; as brackets.</p><p>…then again, it isn&#39;t &lt;&gt; as brackets I dislike, it&#39;s &lt;&gt; being amiguously a bracket separator or a operator name , so maybe I just make &lt;&gt; types only and put up with typing lt gt</p>
<p>im gay</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@mcc" class="u-url mention">@<span>mcc</span></a></span> ts uses &lt;type&gt;val for casting iirc</p>
<p>What are some syntaxes that programming languages have used, to note that a specific thing has a specific type?</p><p>The two standards seem to be the C &quot;prefix&quot;</p><p>int x / (int) x</p><p>and the increasingly popular ML colon</p><p>x: int</p><p>In the languages I&#39;ve made I like using : for structural purposes, like (if x: print abcd). And &quot;typename then a space&quot; is so fucking messy, so I&#39;m wondering about what alternatives could feel natural.</p>