HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tristanbvk

no profile record

comments

tristanbvk
·4 anni fa·discuss
Having a lot of user mode stuff does tickle my fancy, being someone who is very keen on microkernels (despite windows being a hybrid), I can appreciste some of their design choices.
tristanbvk
·4 anni fa·discuss
You're not wrong regarding Wine but that may be the ONLY good aspect of Windows on a technical note.
tristanbvk
·4 anni fa·discuss
Thanks Walter!
tristanbvk
·4 anni fa·discuss
LLVM sugar. Agreed indeed. Independence is good.

No problem with LLVM, but multiple implementations is healthy. And in any case I'd probably think it makes sense DMD came into existence alongside the idea of D first seeing Walter's experience (and well lack of LLVM back then).
tristanbvk
·4 anni fa·discuss
How would one go about instantiating an object in D without GC if the new keyword relies on it.

Accounting for memory allocation and object initialization (construction etc)?

Legit question coming from a D enjoyer