Skip to content
#

interpreter

Here are 3,219 public repositories matching this topic...

palaviv
palaviv commented Jan 10, 2020

We are currently running part of the CPython test suite. This is a good place for people new to the project to contribute. Contribution here can come in two ways:

  • Fix failing test - Look for tests marked as skipped or xfail and fix RustPython so that the test will pass.
  • Add more tests suites - Copy test suite from CPython and mark failing tests with xfail or skip.

In order to run the te

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!

  • Updated Feb 13, 2021
  • Red
boa
jasonwilliams
jasonwilliams commented Jan 10, 2021

Our benchmarks page lives here:
https://boa-dev.github.io/boa/dev/bench/

Its quite useful for reporting how Boa is doing over time, however I can put snippets into release notes because of the white background. It would be nice to have a dark mode toggle on this page which matches the colour of https://boa-dev.github.io/

Benchmark page code lives here:
https://github.com/boa-dev/boa/blob/g

root
Axel-Naumann
Axel-Naumann commented Feb 2, 2021

Explain what you would like to see improved

TCling::CheckClassInfo() should return (by parameter) the found decl, such that TClass::Init() can use it to construct the TClingClassInfo and that doesn't need to repeat the lookup.

To Reproduce

One:

#0  cling::LookupHelper::findScope (this=0x5555555f7be0, className=..., diagOnOff=cling::LookupHelper::NoDiagnostics, 
    resu

Improve this page

Add a description, image, and links to the interpreter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interpreter topic, visit your repo's landing page and select "manage topics."

Learn more