-
Following the most recent commit, the jax.tree module is now being used instead of jax.tree_*. This is change requires jax >= 0.4.25. However, the are still many parts of the repository that are still…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
Our extensions often retrieve sessions with some given metadata. Currently, each extension maintains a list of its known sessions to facilitate this. This is unnecessarily verbose and error-prone. We …
-
Sometimes coroutine.create fails with java.lang.NullPointerException. Happens only in LuaJ fallback. There's a small chance that my apparmor profile causes the issue, but non-luaJ interpreters work fi…