Search found 238 matches
WWKD
In the HOPL IV Q&A , I mentioned the WWKD (what would Ken do) subroutine that I have in my head. In the immediately following comment, Morten said, Well, we didn’t all have the benefit working enough with Ken to be able to predict what Ken would say, … I would like to point out that I benefited ...
Ian Sharp — 1932-2021
Ian Sharp, founder of I.P. Sharp Associates (IPSA), passed on 2021-07-16. Many of us started our careers at IPSA and are forever grateful.
Ian Sharp Quotations and Anecdotes
Ian Sharp Quotations and Anecdotes
- on Sat Jul 17, 2021 5:31 pm
- Forum: APL Chat
- Topic: Ian Sharp — 1932-2021
- Replies: 0
- Views: 3331
Re: ⊕ and ⊗
The Kronecker product in APL is either A×⍤0 2⊢B or A∘.×⊂B or ⊃⍪⌿,/A∘.×⊂B , and are more general.
In any case, I think the arguments for ⊕ are strong and are made stronger by the arguments for ⊗, and will prevail in the long term (e.g. 100 years).
In any case, I think the arguments for ⊕ are strong and are made stronger by the arguments for ⊗, and will prevail in the long term (e.g. 100 years).
⊕ and ⊗
This post is a condensed and expanded version of the APL Chat Forum post j. from 2020-04-09. From [ Hui and Kromberg 2020 ]: For example, the dialect J has the scalar function j. defined by {⍺←0 ⋄ ⍺+⍵×0j1}¨; that is, a scalar function whose monadic definition is ⍵×0j1 and whose dyadic definition is ...
Jean Iverson — 1925-2021
Eric Iverson wrote in the Jprogramming Forum on 2021-06-27: Jean Iverson - 1925 - 2021 Jean Iverson passed away peacefully on Friday afternoon, June 25, 2021 in a Toronto hospital. Her children were all able to have good, in person, visits during her last days. She had a full and wonderful life, and...
- on Wed Jun 30, 2021 7:16 pm
- Forum: APL Chat
- Topic: Jean Iverson — 1925-2021
- Replies: 0
- Views: 2535
indexing by booleans
In the recent sequence of posts (for example Addition on 1-Byte Integers ), the game was to write a function g such that (x symbol y) ≡ x g y where g does not use the function denoted by "symbol". Here, the game is to write a function h which does not use [;] or ⌷, so that: x ← t[?...
- on Wed Jun 16, 2021 5:21 am
- Forum: APL Chat
- Topic: indexing by booleans
- Replies: 0
- Views: 2266
where
In previous posts , the game was to write functions g such that (x symbol y) ≡ x g y for x and y of interest where g does not use the primitive symbol in question. Here, the game is to write a function h which does not use ⍸ or / or ⌿, so that for boolean vector b, b ← 1=?9973⍴2 (⍸b)...
subtraction on 1-byte integers
In a previous post, Addition on 1-Byte Integers , the game was to write a function g such that (x+y) ≡ x g y for x and y of interest where g does not use + or -. Here, the game is to write a function g which does not use + or -, so that for 1-byte integer vectors x and y: all1 ← {¯128,(⍎...
- on Fri Jun 04, 2021 1:02 am
- Forum: APL Chat
- Topic: subtraction on 1-byte integers
- Replies: 1
- Views: 2342
addition on 1-byte integers
In previous posts, Membership , Index-Of , Interval Index , and Replicate , the game was to write functions g such that (x symbol y) ≡ x g y for x and y of interest where g does not use the primitive symbol in question. Here, the game is to write a function h which does not use + or -, so th...
- on Thu Jun 03, 2021 5:26 pm
- Forum: APL Chat
- Topic: addition on 1-byte integers
- Replies: 0
- Views: 2222
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group