Comment by LAC-Tech

Comment by LAC-Tech 2 days ago

6 replies

I think rusts glacial compile times prevent it from being a useful platform for web apps. Yes it's a nice language, and very performant, but it's horrible devex to have to wait seconds for your server to recompile after a change.

maeln a day ago

> but it's horrible devex to have to wait seconds for your server to recompile after a change.

What a time to be alived that seconds to recompile is consider horrible devex.

  • hu3 a day ago

    It was already horrible devex 40 years ago when turbo pascal could compile millions of lines almost instantly with a processor that was slower than my current watch processor.

  • craftkiller a day ago

    At my first job out of college it took 30 minutes to recompile and launch the server. Now the kids complain about 10 seconds. It's just impossible for me to take their complaints seriously. 10 seconds isn't even enough time for a mental context-switch, its just slightly more time than "instant". Back in the day, something like this wasn't an exaggeration: https://xkcd.com/303/

    • LAC-Tech 15 hours ago

      I can remember instant reloads of application servers on a job 10+ years ago grandpa. This isn't new.

j-krieger a day ago

Compile times aren’t glacial and will be much faster with the new trait solver and cranelift.

dj_gitmo a day ago

Did you read the post? It has nothing to do with web apps.