-
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…
-
Measure the time for each test and the grand total.
t←⎕TS
# .test
⎕TS-t
As suggested by Jake Jacob
-
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…