-
Me and @JeffersGlass had a very lengthy conversation in Discord that started here: https://discord.com/channels/972017612454232116/972020206538997822/1250818968466362378
It's clear people using Py…
-
Hi there, I enjoyed reading Profiling and Optimizing an Interpreter: great points all the way!
Just thought I might share about a recent experiment of mine, wrt. AST-walking interpreters, that I du…
-
I encountered this issue while calling "make export" immediately after configuring my board application. It appears that "libboard.a" is not being built or copied to the destination folder before gene…
-
```python
dev = qml.device("lightning.qubit", wires=2)
def my_quantum_transform(tape: qml.tape.QuantumTape) -> (Sequence[qml.tape.QuantumTape], Callable):
tape1 = tape
tape2 = qml.tape.Q…
-
tenforty currently uses a few features, i.e. match/case pattern matching, and union-style type declarations, that were introduced to the language in 3.10.
I'm not sure this should be done. Python 3…
-
```
What steps will reproduce the problem?
1. open a zblorb game such as
http://hoosegow.googlecode.com/files/Hoosegow15.zblorb
2. the metadata such as cover or headings are not displayed or availabl…
-
```
What steps will reproduce the problem?
1. open a zblorb game such as
http://hoosegow.googlecode.com/files/Hoosegow15.zblorb
2. the metadata such as cover or headings are not displayed or availabl…
-
When the interpreter does not match, the error message does not output any info about reason, such as a potential mismatch of types. This should be improved. Right now it is impossible for non-Nikos t…
-
Hello,
I have discovered your work through a presentation that was broadcasted on Youtube (from 2019, if I reckon). I have been quite surprised that people would _also_ be interested in developing …
-
Allow the user to choose a different Python interpreter for each physics engine. When configuring simulation options, the tool lists all of the Python interpreters that SiQAD is able to detect (includ…