-
Updated
Dec 8, 2020 - C++
interpreter
Here are 3,104 public repositories matching this topic...
-
Updated
Dec 23, 2020 - TypeScript
Extend the os module
-
Updated
Nov 16, 2020
-
Updated
Dec 18, 2020 - C
-
Updated
Dec 22, 2020 - Red
-
Updated
Nov 21, 2020 - C
-
Updated
Dec 15, 2020 - Go
After spending some time to debug it, I discovered that the project cannot be compiled on MacOS if -DCLANG_SUFFIX="-9" is passed. I have llvm@9 installed from brew and it gives the following error:
-- The C compiler identification is Clang 9.0.1
-- The CXX compiler identification is unknown
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for work
-
Updated
Nov 22, 2018 - Go
-
Updated
Dec 23, 2020 - Java
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Oct 6, 2020 - Python
-
Updated
Jul 25, 2020 - Vim script
-
Updated
Dec 21, 2020 - C
ECMASCript feature
We currently lack the implementation of some built-in global functions used for URI encoding/decoding. You can find these functions in the spec here.
The 4 functions to implement would be these:
encodeURI()- [`encod
Scenario:
I have a project, with build tools of cmake, when I try to run it with cling. It prompts some headers are not included.
So I was wondering if there is a way to make use of the cmake script to load the build environment into cling and run directly?
Appreciate the great work!
-
Updated
Dec 16, 2020 - C
-
Updated
Aug 2, 2020 - C
Is your feature request related to a problem? Please describe.
If I want to read data from a webDav/http endpoint using an oidc token, I'd need to be able to pass the token somehow in ROOT to the Davix client wrapper. Possibly through env variable and rootrc.
Describe the solution you'd like
Make the Davix client wrapper able to take the token from env variable and rootrc.
Addi
-
Updated
Dec 21, 2020 - Go
-
Updated
Nov 2, 2020 - Go
-
Updated
May 9, 2018 - C
-
Updated
Dec 19, 2020 - C
Improve this page
Add a description, image, and links to the interpreter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interpreter topic, visit your repo's landing page and select "manage topics."


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:
In order to run the te