I made a language that beats Python, Lua while having similar syntax to Python and Lua
It’s just to ask if I should be proud of myself. No AI was used in progress of making this hobby language
Not only I beat Python in speed but the language has native compilation option which rockets up the speed to near C speed.
Language Median ms Best ms Worst ms vs fastest
\----------------------------------------------------------------
C 0.312 0.282 0.346 1.00x
DILang native 0.319 0.285 0.423 1.02x
Rust 0.413 0.400 0.461 1.32x
Go 1.639 1.579 1.728 5.24x
JavaScript 29.259 28.629 29.649 93.64x
DILang 205.152 196.191 225.508 656.54x
Python 332.913 329.455 340.127 1065.40x
Should I be happy or it’s not such a big deal. The language also has support for native importing other scripts written for example in Python or JavaScript or Lua. Where you can literally import library like Flask from Python and use it in DILang
EDIT: for people saying this is fake. This is not fake it indeed shown these results. Note that this benchmark shows only one side of languages which means that my language might be good in what benchmark tested but bad in other things. Right now it’s just a hobby project so please avoid the hate!