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

nemaar

no profile record

コメント

nemaar
·2 年前·議論
> If you design a language that doesn't allow pointers to be shared across threads at all, then you wouldn't need a borrow checker.

Is that actually true? I'm pretty sure you need the borrow checker even for single threaded Rust to prevent use after frees.
nemaar
·3 年前·議論
> something as powerful as what I created

Could you give us more detail? It sounds intriguing.
nemaar
·4 年前·議論
I don't follow influencers but my guess is that they already do this, at least they use filters. If someone can use all these tools to gain considerable amount of fame and fortune, is (s)he really not intelligent? Of course, all these online personas will be lies, even bigger lies than today but I don't think it really matters. I'd argue that most people following these contents are not looking for reality.
nemaar
·4 年前·議論
Most functional languages parse a b c d e f as a(b, c, d, e, f), it does not matter what b, c, d, e, f are. Do you know any language where this is different?