-
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…
-
Very nice list!
We can supply as much information about Scheme implementations as you want. The question is more about how much is too much :p What level of coverage are you aiming at?
The schem…
-
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…
-
This is a quite small thing, but most interpreters have it.
``` shell
$ wren -e 'System.print("Hello, world!")'
```
It seems simple enough (famous last words, right?) to add in basic support for it…
acook updated
3 years ago
-
This was discussed on slack, but I've opened an issue here at @oscardssmith 's suggestion.
The issue is that type inference for the below example when using the `NativeInterpreter` (correctly) in…
-
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 …
-
Using httplib in JMeter will cause Metaspace to continue to rise until java.lang.OutOfMemoryError, how to solve it, the current version is 2.7.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…
-
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…
-
Currently, if you change the active interpreter, the environment used in terminals updates to the same interpreter (or gives a UI signal that it is not using the same Python version). However, if you …