MichalStrehovsky / sizegame

Compare binary sizes of canonical Hello World in 18 different languages
209 stars 17 forks source link

feat: add Node.js and Haskell #10

Closed Fyko closed 1 year ago

Fyko commented 1 year ago

This PR:

MichalStrehovsky commented 1 year ago

Is Node.js AOT compilation or is this just JavaScript glued to an interpreter/JIT-compiler?

AOT compilation is required to meet rule 1: https://github.com/MichalStrehovsky/sizegame#rules

Fyko commented 1 year ago

My apologies! I saw your review and forgot to circle back :/