-
For most glyphs it is ok, but there are some differences:
![2017-01-25_19-32-24](https://cloud.githubusercontent.com/assets/5645494/22303823/42e26074-e335-11e6-88d5-6075a1b11444.png)
Also, in my f…
-
It looks like ⎕PW of the session is not considered, Preferences also have no setting to control length of lines - and there certainly is more screen estate available...
![2017-02-22_17-04-59](https:/…
-
The attached image shows how my session comes up on the Raspberry Pi. The input prompt is not visible when RIDE starts up - possibly because of the presence of the scroll bar. Ideally, as previously m…
-
Is where a possibility to add other backend, for example Dyalog APL?
-
For the pricer we need conditionals of the form:
mins[1] ≥ 1: return ← 1150.0 × md_disc[1]
See https://github.com/dybber/aplbench/blob/master/finpar-generic-pricer/dyalog/pricer.apl#L174
We might w…
-
For the APL Timebooking project - there seems to be a problem when activating coverage
C ← ⎕NEW #.UT.UTcover
C.pages ← '/tmp/'
C.cover ← ⊂ '#.Booking.indices_of_slots_with_all_musts_and_ma…
-
I'm trying to get the previous generation for block:
b←(7 5⍴⍳35)∊7 8 9 12 14 17 18 19 24 27 28 29
I am using workspace size of 999999999, setting it to more than this would crash Dyalog on start, so…
-
It is currently not possible to cover functions in a file when running the file-path version of
unit test execution.
Conf ← ⎕NEW UTcover
Conf.pages ← '/home/APL/coverage'
Conf.cover ← ⊂ '#.UTFile.plu…