HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sekia

no profile record

コメント

sekia
·3 年前·議論
Although I'm not very interested in the US politics, it looks to me that these 2 are politicians rather than platforms. Could you find other trees where your propaganda seems more plausible in context, please.
sekia
·3 年前·議論
Sure it is true like other SNSs, like Musk's X, are so too. Some particular people call it the "Free Speech".
sekia
·3 年前·議論
Yup, literally: https://docs.raku.org/type/Cool
sekia
·3 年前·議論
Seems a subset of it. Practicality aside, Perl can autovivify not only hashes but also arrays:

  my %x;
  $x{foo}[1]{bar} = 42;  # %x is ( foo => [ undef, { bar => 42 } ] )