Which programming language or compiler is faster
11–20 of 90 posts
Re: Which programming language or compiler is faster
#12This is a really strange benchmark to use. Compiler speed is not an issue for these 100ish line standalone benchmarks. The question is how fast it is for a million-line project or worse. I doubt c or c++ do good there with their header file includes for dependencies.
Re: Which programming language or compiler is faster
#13What matters to me is incremental build time. Rarely do I compule a big program in its entirety from scratch. I don't use Unison but I would love to for this reason.
Re: Which programming language or compiler is faster
#14Re: Which programming language or compiler is faster
#15Re: Which programming language or compiler is faster
#16Re: Which programming language or compiler is faster
#17The faster programming language or compiler is the one you use. Always.
Re: Which programming language or compiler is faster
#18Re: Which programming language or compiler is faster
#19Julia always seems to rank #1 or close to it when compared to other interpreted languages but I only ever see it used for research and math. Why doesn’t anyone use it for anything else?
Re: Which programming language or compiler is faster
#20Julia always seems to rank #1 or close to it when compared to other interpreted languages but I only ever see it used for research and math. Why doesn’t anyone use it for anything else?