TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Speculating on why DKMS and other Linux things are large shell scripts

2 pointsby pcr910303about 4 years ago

1 comment

simonblackabout 4 years ago
A programming language is a programming language.<p>As long as the programming language is capable enough to do the task required, it doesn&#x27;t matter <i>which</i> programming language is being used.<p>Many tasks are used few and far between, so whether or not that task takes a few extra microseconds to be executed is irrelevant.<p>If the author of the article is so disturbed about the size and&#x2F;or time taken of the bash program, he is perfectly entitled to release a compiled C (or some other compiled language, of course) version of the program to the deprived universe.