-
### Describe the issue you are having
MacOS Application menu should say "RIDE", not "Dyalog", because, once started, RIDE can launch or connect to various versions of interpreter, without the applica…
-
If I create a new connection it ends up at the bottom of the list of connections. I would strongly argue that that is the most likely one I shall use next - so why not put it at the top. What is so …
-
I've created a vector of text vectors in the session in a namespace that was brought into the WS with `]Link.Create`. I then used `]Link.Add` in order to write the variable permanently to disk. That a…
-
When Link is asked to store an array, it is conceptually a constant. Editing or creating such a file to include executable (thus, dynamic) content, both goes against this spirit, and constitutes a bit…
-
### Describe the issue you are having
Cannot assign some (simple) key combinations (e. g. `option+N`). It is saved as `alt+undefined`.
### Did you connect to an already running interpr…
llelf updated
9 months ago
-
Hi,
I read the guidelines but was still wondering exactly how much usage was required and what the exact requirements for adding a language is. Are stars on the language repository considered too?
…
-
some tests use similar functions to generate datasets like intertwine, shuffle, hashArray etc.
They can be shifted to a separate utils module.
-
### Describe the issue you are having
Opening namespace root # in workspace explorer stops ⎕JSON from working correctly
### Did you connect to an already running interpreter or start the interpre…
kdtp updated
10 months ago
-
I suggest a mechanism to customize splatting behavior such that code like
```julia
+((x .- y).^2...) / length(x) # compute MSE
```
can be executed efficiently without any allocations.
The …
-
All colour properties (FCol, BCol, FillCol) should allow a single integer from the table found at https://help.dyalog.com/18.2/Content/GUI/Properties/FCol.htm. The colours selected can either be set …