HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pipologist

no profile record

comments

pipologist
·قبل 3 سنوات·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 سنوات·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 سنوات·discuss
That’s probably why C++ couroutines allocate by default.
pipologist
·قبل 4 سنوات·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 سنوات·discuss
You should examples to the repo.
pipologist
·قبل 5 سنوات·discuss
Really cool!

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