niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
508 stars 79 forks source link

Initialize support for ponylang #91

Closed viscropst closed 2 years ago

viscropst commented 2 years ago

An awsome programming language named Pony

niklas-heer commented 2 years ago

@viscropst never heard of this language. You always learn something new 😅

niklas-heer commented 2 years ago

Thank you for changing it @viscropst 🙏

But now it seems that a compile flag doesn't work any more. Is that because of the folder change? https://github.com/niklas-heer/speed-comparison/actions/runs/3393237765/jobs/5640340292#step:6:2617

viscropst commented 2 years ago

@niklas-heer No it isn't. It's just wrong compiler's arg --bin-file. Because in my windows version of ponyc these arg was running normally, but thanks for codespaces I can find out the correct name of this arg --bin-name and difference of ponyc's version.

niklas-heer commented 2 years ago

@viscropst thank you very much for your contribution! 👍