python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Do any monospace Unicode fonts include the IBM PUA characters for EBCDIC code page 310?
Do any (preferably, open-source) monospace Unicode fonts include the IBM Private Use Area (PUA) characters for EBCDIC code page 310?
For example: U+F892; EBCDIC code page 310 byte value X'81', GCGID S...
Graham Hannington
Votes: 0
Answers: 0
APL Fork/Train with Compression
I want to select elements from an array based on some test. Currently, I am trying to do that with a compression, and I would like to write it as a tacit function. (I'm very new to APL, so feel free t...
j_v_wow_d
Votes: 0
Answers: 1
Issue with declaring multiline functions in APL
#!/usr/bin/dyalog -script
⍝ /usr/bin/dyalog is a symlink to /opt/mdyalog/18.0/64/unicode/mapl
factors←{⎕ML ⎕IO←1 ⋄ ⍵{ ⍵,(⍺÷×/⍵)~1}∊⍵{(0=(⍵*⍳⌊⍵⍟⍺)|⍺)/⍵}¨⍬{nxt←⊃⍵ ⋄ msk←0≠nxt|⍵ ⋄ ∧/1↓msk:⍺,⍵ ⋄ (⍺,nxt)...
Perigord
Votes: 0
Answers: 1
Simulating user interaction in Dyalog APL
I have a menu with a submenu and would like to simulate a user interaction where the user clicks on the menu and then on a submenu using ⎕NQ. However, I can only simulate one event; the subsequent one...
August Karlstrom
Votes: 0
Answers: 1