-
rpm -Uvh ride-4.5.3770-1.x86_64.rpm
error: Failed dependencies:
libgconf-2.so.4()(64bit) is needed by ride-4.5-0:4.5.3770-1.x86_64
libgconf is not available for openSUSE 15.4 (and possib…
-
The original book is mostly last-axis oriented, e.g. preferring `/` over `⌿` when working with vectors.
Should we change that?
-
`A/B`, `A⌿B`, `A\B`, A⍀B` are in fact functions in GNU APL, even though they are operators in APL2.
-
That increases the list of changed files - we don't want that!
Those tests should copy the test data to a temp folder, and that's what the tests in question should use. Afterwards the tests should …
-
I created the new folder in the Windows Explorer. In APL I see:
```
Link @ 07:56: Updated ...
FILE ACCESS ERROR
```
`LINK ... Updated` was my latest (successful) change, then I created the fo…
-
It might be that I'm missing something, but mapping an operator over a vector is super useful and I had to jump through some hoops to do it.
Given a vector, compute the triangle number for each el…
-
Reading the book with Safari on the iPad causes certain numbers (e.g. sequences of 7 or 8 digits, even if interspersed with spaces) to be recognized as phone numbers and be highlighted in blue as hype…
-
I wanted to try some APL, and I was happy to see this mode exists. I tried to follow the setup instructions, but received an error on setting up the editor:
```
]load /home/james/.emacs.d/elpa/dy…
-
Text containing LF (⎕ucs 10) characters takes a long time to display in RIDE, burning CPU all the time
it's thinking about it. The text vector has about 12K lines in it.
My RIDE session log has, f…
-
I was recently porting a Matlab example to julia and I realized there's no direct equivalence.
I extended the floor function in my code snippet by doing:
```julia
import Base.floor
floor(x::Comp…