Bob Nystrom e7cf8ffe2e Make method_call benchmark use inheritance.
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.
2013-12-18 07:37:41 -08:00
2013-12-17 09:39:26 -08:00
2013-11-17 08:55:04 -08:00
2013-11-21 21:41:44 -08:00
2013-11-09 21:32:57 -08:00
Description
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
MIT 14 MiB
Languages
Wren 84.4%
C 10.7%
Makefile 1.8%
Python 1.6%
Dart 0.6%
Other 0.9%