-
I have made a fork available at https://github.com/LdBeth/j-mode
Which I have carefully updated the syntax highlighting to reflect NuVoc at https://code.jsoftware.com/wiki/NuVoc and
fixed several …
-
_Original issue by @veronesecoms on [2019-03-26T17:19:28Z](https://github.com/ionic-team/ionic/issues/17884)_
# Bug Report
**Ionic version:**
[x] **4.x**
**Current behavior:**
When i run in I…
-
To continue a discussion in JForum: [1].
Pre-built DLLs for lapack2 addon are located on Jsoftware site [2]:
| filename | datetime | size |
| --- | --- | ---: |
| [liblapack3.dll](https://www.js…
-
The proposed change would solve the longstanding issue of local assignment not being available for tacit definitions, which causes tacit code to unavoidably pollute the global namespace when defining …
-
This is no good.
One problem is the lack of a `make test`. In fact, the lack of a working jconsole without having to `make install` is a problem, too. In future, openj requires a `make test` report…
-
Hi, I'm a beginner to J and tried the rna-transcription exercise. My first imperative attempt started with an empty string and did a while loop appending individual transcribed characters to the outpu…
-
Here's what I get:
```
$ tup
[ tup ] [0.000s] Scanning filesystem...
[ tup ] [0.039s] Reading in new environment variables...
[ tup ] [0.039s] No Tupfiles to parse.
[ tup ] [0.039s] No files to delet…
-
https://mlochbaum.github.io/BQN/commentary/why.html#named-functions at the bottom illustrates an old bug in J:
```
g=:*
f=:g
g=:|:
g b.0
_ 1 _
f b.0
0 0 0
```
Or, for a more …
-
A teammate and I were wondering what licencing rules would apply if we were to ship along with another piece of software an installation of J (mostly the binaries like j.dll and other folders, like ad…
-
https://github.com/jsoftware/math_misc/blob/94d01b343b0a42bb9ccabb648e886cdb18b0bda5/jacobi.ijs#L53
since (1) name `countW` isn't defined, (2) `count` noun isn't read anywhere else.