Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

"But as a speed test of a language, it does not work.FizzFuzz is relatively easy and simple IF...ELSE..END IF algorithm, But what its not, is a full size game with couple of thousand lines of codes, asset loads, importing from external files, handling user-defined functions etc." <---- Agree!

"And then there is the load up. BB fires up the whole .NET10 for the use of programmer while some other language just sets up the most minimal backends that are required. Just the running up time can change because of that pretty much." <---- Good point! Thanks for pointing out this. 

"But then, its more about the speed of your CLI, not the language." <---- Different implementations use different techniques  For example, JIT compiler, true compller, interpreter, etc. This complicates speed comparisons. Thus, people should look into speed comparisons of languages more closely.