|
|
|
|
|
by Varelion
330 days ago
|
|
I aspire to be one who cares about performance, but I would like to address: "I do everything in interpreted languages that do 10,000 things behind the scenes for every line of code I write." Is it even possible to create a modern website, or product, without this? How long would the development cycle take, if everything is to be written in C? I'd wager that replicating a "minimalist styling" for a react-based website with a dozen or so components would take dozens of times longer to produce. |
|
Once upon a time I worked on a website backed by C. Development times were not appreciably longer.
We had a in-house templating language for generating HTML (also written in C). That implementation got to the complexity point to where even the original devs did not want to touch it to add anything.
But in terms of add a new screen collecting fields x,y,z it was fine. This was a job board, allowing search, applications, saved resumes, bulk opening uploads, i.e. there was some real functionality there.