HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tristanbvk

no profile record

comments

tristanbvk
·há 4 anos·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
·há 4 anos·discuss
You're not wrong regarding Wine but that may be the ONLY good aspect of Windows on a technical note.
tristanbvk
·há 4 anos·discuss
Thanks Walter!
tristanbvk
·há 4 anos·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
·há 4 anos·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