IRC channel logs

2022-06-25.log

back to list of logs

<andrzejku>I got a question
<andrzejku>do you think is it still efficient to write Kernel code in C?
<ThinkT510>plenty of footguns in C. I genuinely think rust is the way forward but some will vehemently disagree
<ThinkT510>while it certainly is possible to write good C it probably isn't easy
<ThinkT510>If you are simply asking if C itself is efficient then the simple answer is yes. basically, the only way to get more performance would be writing in assembly (but that is architecture specific)