HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pipologist

no profile record

comments

pipologist
·3 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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 tahun yang lalu·discuss
That’s probably why C++ couroutines allocate by default.
pipologist
·4 tahun yang lalu·discuss
That’s being stuck on usage patterns. Any automatic stack unwinding mechanism is the same. Whether C++ exceptions and Rust’s panics.
pipologist
·4 tahun yang lalu·discuss
You should examples to the repo.
pipologist
·5 tahun yang lalu·discuss
Really cool!

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