-
`static int const lenll = 29;
static int const lenll2 = lenll * lenll;
double xx[lenll], yy[lenll], xy[lenll2];
for (int i = 0; i < lenll; i++)
{
xx[i] = -2 + i * 0.5;
yy[i] = -7 + i * 0…
-
For example:
```py3
>>> x = 123
>>> type(x) is int
True
>>> type(x) is str
False
>>>
```
How to do this in Starlark?
-
### Checklist
- [X] I've looked through [the documentation](https://clementtsang.github.io/bottom/nightly/) and [existing open issues](https://github.com/ClementTsang/bottom/issues?q=is%3Aopen+is%3A…
-
Not sure if it likes new version of python
```
uname -a
Linux kali 5.16.0-kali7-amd64 #1 SMP PREEMPT Debian 5.16.18-1kali1 (2022-04-01) x86_64 GNU/Linux
python3 --version
Python 3.10…
-
A major source of off-by-one errors for me has been that there is no equivalent to the Python "reverse" keyword. Forward loops are simple: `for i := range s` but the reverse is `for i := len(s)-1; i …
-
We're running into the below error when we're trying to run pre-commit git hooks.
I don't work with Python or Windows very often so I was hoping maybe someone here could provide some insight. But f…
-
Hi folks, I haven't yet tried codon, but I love the idea.
What throws me off, from the perspective of a user, is this:
```gitattributes
*.codon linguist-language=Python
```
I see that codon…
-
I think it would be helpful to allow each parameter, and return value to be explained. Additionally, whether or not an error or assertion could be raised (outside of the usual suspects)
## Referenc…
-
https://github.com/psf/black
pylint?
-
Actually, we support c++ parsing. We need other langage to support.