You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that Chaos is generally faster (in terms of common benchmarking algorithms) when it's compared against the contender languages like: PHP, Python and Ruby.
Eventually, make sure that it passes all the previous tests.
Do it in a series of pull requests.
The text was updated successfully, but these errors were encountered:
Migrate from being virtual a machine interpreted language to a JIT compiled language.
Use MyJIT as the JIT backend. Depend on the fork of MyJIT: https://github.com/chaos-lang/myjit
Make sure that Chaos is generally faster (in terms of common benchmarking algorithms) when it's compared against the contender languages like: PHP, Python and Ruby.
Eventually, make sure that it passes all the previous tests.
Do it in a series of pull requests.
The text was updated successfully, but these errors were encountered: