-
The [SoS kernel](https://vatlab.github.io) allows the use of multiple Jupyter kernels in a single Jupyter notebook. When I tried to set up an environment that contains multiple languages (e.g. Julia a…
-
Running this program.
``` python
from offset import maintask, run, go, makechan
def gopher(left, right):
value = right.recv()
left.send(value + 1)
def starter(chan):
chan.send(1)
@main…
-
## Semantics derived from progress
People will inevitably complain this is slow. Well turns out this is a solved problem!
* [ ] Cite work on deriving abstract machines from operational semantics…
-
# Bug report
### Bug description:
A TSAN (gcc-12) build of the latest version of cpython reports a race in the test_send_recv_different_interpreters_and_threads test:
```
Read of size 4 at 0x7ffe…
-
{
"description": "Code :arrow_right: prettier :arrow_right: eslint --fix :arrow_right: Formatted Code :sparkles:",
"fullName": "prettier/prettier-eslint",
"language": "JavaScript",
…
-
Output:
```
% poetry run xc
xc 🏃 (Python 3.13.0 (main, Oct 7 2024, 05:02:14) [Clang 15.0.0 (clang-1500.3.9.4)] darwin)
Found 1 tests from 1 files in 0.00s
[ 0s] ░░░░░░░…
-
So I'm trying to link glulxe against libgarglk, and there are lots of errors.
Firstly, I'm building garglk like this (from within the glulxe folder):
```
curl -Ls https://github.com/garglk/garg…
-
### Prerequisites
* [x ] Please make sure to properly [configure](https://github.com/autocomplete-python/autocomplete-python#configuration) plugin first if you simply cannot see any completions.
*…
-
It would be great to have a menu to set up several tabs with different things (shells, commands, interpreters) for default. I'm running a script via Guake Hooks start which do the job I want:
```b…
-
Really nice work on the package! It looks like the best parser generator for Julia at the moment. Here's a few ideas I had about bootstrapping new parsers:
- Import [grammar.json](https://github.com…