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

pipologist

no profile record

コメント

pipologist
·3 年前·議論
Arabs were open to other ethnicities and didn’t try to arabize them. This is apparent in Persia, Turkic countries, etc. The regions assimilating Arabic were regions which spoke Afro-Asiatic languages, from which Arabic also hails. Similar assimilation happened with Aramaic before it and Assyrian before that, even thousand of year prior to Islam.
pipologist
·3 年前·議論
Rust is a small blip in the radar compared to C/C++ even Pascal, and its adoption has stagnated. The hype surrounding it just gives the impression of a wide userbase. Yeah it’s used in the industry but mostly for niche security related things. But even there, if you really need safety-critical security, use spark or certified (misra, autosar, sei cert) C/C++.
pipologist
·3 年前·議論
That’s probably why C++ couroutines allocate by default.
pipologist
·4 年前·議論
That’s being stuck on usage patterns. Any automatic stack unwinding mechanism is the same. Whether C++ exceptions and Rust’s panics.
pipologist
·4 年前·議論
You should examples to the repo.
pipologist
·5 年前·議論
Really cool!

Is there an advantage to creating a quickjs wrapper instead of compiling the C wrapper into a node module?