Timeline for Where's the 0xBEEF?
Current License: CC BY-SA 3.0
23 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 10, 2017 at 21:28 | history | edited | Adalynn | CC BY-SA 3.0 | added 82 characters in body |
| Jun 29, 2017 at 11:38 | history | edited | totallyhuman | CC BY-SA 3.0 | deleted 2 characters in body |
| Apr 16, 2017 at 20:36 | comment | added | Adalynn | This whole sequence of exchanges somehow led me to believe v16 was released. Wow, I was just dumb. | |
| Apr 16, 2017 at 20:33 | history | edited | Adalynn | CC BY-SA 3.0 | Brain wasn't thinking right. LOL. |
| Oct 27, 2016 at 21:21 | history | edited | Adalynn | CC BY-SA 3.0 | Wow, I miscounted. |
| Oct 27, 2016 at 20:32 | history | edited | Adalynn | CC BY-SA 3.0 | Clarify USER input. |
| Oct 27, 2016 at 13:59 | comment | added | Adám | ⎕ is indeed evaluated input. This allows the user to directly enter a matrix 12 12⍴... or enter the name of a predefined variable containing the data. The entire line is the body of a tradfn. | |
| Oct 27, 2016 at 13:58 | comment | added | Adám | From Dyalog APL version 16, ⍸ is {⍵/⍳⍴⍵}, i.e. the indices of the ones in a Boolean vector. | |
| Oct 27, 2016 at 11:22 | history | edited | Adalynn | CC BY-SA 3.0 | added 213 characters in body |
| Oct 27, 2016 at 11:08 | comment | added | Adalynn | ISn't that evaluated input? | |
| Oct 27, 2016 at 11:07 | comment | added | Adalynn | No, and what does that index char do? | |
| Oct 27, 2016 at 0:42 | comment | added | Adám | Does ⍸ work in GNU APL? | |
| Oct 27, 2016 at 0:41 | comment | added | Adám | ⍸⎕⍷⍨15 7 15 9⊤⍨4/2 | |
| Oct 26, 2016 at 23:41 | history | edited | Adalynn | CC BY-SA 3.0 | added 40 characters in body |
| Oct 26, 2016 at 23:34 | history | edited | Adalynn | CC BY-SA 3.0 | added 73 characters in body |
| Oct 26, 2016 at 23:13 | comment | added | Adalynn | From what I've noticed. | |
| Oct 26, 2016 at 23:08 | comment | added | Adalynn | I've got GNU APL running, it's mostly just codepoint differences. | |
| Oct 26, 2016 at 22:59 | comment | added | Adám | Well, ⍸ is being added from v16, I've been unable to find a list of GNUAPL primitives. | |
| Oct 26, 2016 at 21:59 | history | edited | Adalynn | CC BY-SA 3.0 | Thanks adam. |
| Oct 26, 2016 at 21:56 | comment | added | Adalynn | Yeah, Dyalog has characters that differ from GNU. Or is it something else? | |
| Oct 26, 2016 at 13:23 | comment | added | Adám | Save 2 by replacing ~2 8 12∊⍨4 4⍴⍳16 with 15 7 15 9⊤⍨4/2. Note that 0~⍨∊{⍵×⍳⍴⍵} can be replaced with ⍸ from version 16.0 (your code only works in Dyalog APL). | |
| Oct 24, 2016 at 23:39 | history | edited | Adalynn | CC BY-SA 3.0 | added 45 characters in body |
| Oct 24, 2016 at 23:33 | history | answered | Adalynn | CC BY-SA 3.0 |