forked from Mirror/wren
e7cf8ffe2ef7b55b10f72bf7d25c6971d6c0d152
This also fixes a bug where constructors weren't being bound correctly, and eliminates some unneeded instructions when compiling ifs. I also tweaked the other method_call languages to match Wren's. Since Wren needs to do a super call to get to the parent _count, the other languages do now too. This is nice too because it means we're benchmarking super calls.
Description
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
Languages
Wren
84.3%
C
10.7%
Makefile
1.8%
Python
1.6%
Dart
0.6%
Other
0.9%