All public logs
Jump to navigation
Jump to search
Combined display of all available logs of APL Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 02:48, 10 March 2024 Marshall talk contribs created page File:APL2C.gif ({{Non-free logo|APL64}})
- 02:48, 10 March 2024 Marshall talk contribs uploaded File:APL2C.gif ({{Non-free logo|APL64}})
- 01:31, 10 March 2024 Marshall talk contribs created page E. W. Dijkstra (Redirected page to Edsger W. Dijkstra) Tag: New redirect
- 01:30, 10 March 2024 Marshall talk contribs created page One-liner (Created page with ":''This article is about one-liners in APL. For other languages, see Wikipedia.'' A '''one-liner''' is an APL program consisting of a single line of code. Creating such programs to perform various tasks, which might be considered a less precisely-measured form of code golf, was a popular challenge in early APL. The one-line constraint was significantly more limiting in this era, as it prevented creating defined functions or using...")
- 00:25, 10 March 2024 Marshall talk contribs deleted page Standards (content was: "#REDIRECT Standard", and the only contributor was "Adám Brudzewsky" (talk))
- 00:25, 10 March 2024 Marshall talk contribs deleted page Standard (content was: "APL has been standardised by ANSI, ISO, and IEC. The first such standard, ISO 8485:1989 was based on APL.SV, supporting only simple arrays. Later ISO/IEC 13751:2001, based on the nested dialect APL2, was published. Some modern dialects, such as APLX and GNU APL, are based on this later standard, while others, such as APL+Win and Dyalog, have a slightly different set of quad names and provide the migration level function...")
- 21:42, 9 March 2024 Marshall talk contribs created page Function assignment (Redirected page to Assignment#Function assignment) Tag: New redirect
- 21:39, 9 March 2024 Marshall talk contribs created page Overstruck (Redirected page to Overstrike) Tag: New redirect
- 02:21, 9 March 2024 Marshall talk contribs created page Mask (Created page with "{| class=vertical-navbox style="float:right; font-size:500%; margin:0 1ex;" |<math>/a,u,b/</math> |} In Iverson notation, '''Mask''' (<math>/a,u,b/</math>) is a three-argument operation which merges two arguments according to a Boolean array, all with matching shape. The relationship between Mask and Mesh is similar to that between Compress and Expand. The Case function can also be seen as a generalization of Mask. A related function also name...")
- 02:01, 8 March 2024 Marshall talk contribs moved page Direct definition (NARS) to Direct definition (operator) (Also appears in Iverson publications)
- 01:58, 8 March 2024 Marshall talk contribs moved page Direct definition (Iverson) to Direct definition (notation) (Direct definition operator possibly also developed by Iverson)
- 02:46, 7 March 2024 Marshall talk contribs created page Anonymous function (Redirected page to Function styles#Anonymous functions) Tag: New redirect
- 02:43, 7 March 2024 Marshall talk contribs created page Direct definition (NARS) (Created page with ":''The Del glyph <code>∇</code> is more commonly used for dfn recursion or to indicate a defined function.'' {{Built-in|Direct definition|∇}}, in NARS, is a primitive dyadic operator that defines an anonymous function based on source strings. Its left operand is the source for the function's dyadic case and the right is the source for the monadic case. One of these operands may be replaced with a Jot (using this operator a...")
- 21:27, 6 March 2024 User account Joao003 talk contribs was created
- 16:44, 6 March 2024 Marshall talk contribs created page Itemize (Redirected page to Promote) Tag: New redirect
- 15:11, 6 March 2024 Marshall talk contribs created page Sort Down (Redirected page to Sort) Tag: New redirect
- 15:11, 6 March 2024 Marshall talk contribs created page Sort Up (Redirected page to Sort) Tag: New redirect
- 15:11, 6 March 2024 Marshall talk contribs created page Sort ascending (Redirected page to Sort) Tag: New redirect
- 15:11, 6 March 2024 Marshall talk contribs created page Sort descending (Redirected page to Sort) Tag: New redirect
- 15:10, 6 March 2024 Marshall talk contribs created page Descending Sort (Redirected page to Sort) Tag: New redirect
- 15:10, 6 March 2024 Marshall talk contribs created page Ascending Sort (Redirected page to Sort) Tag: New redirect
- 15:08, 6 March 2024 Marshall talk contribs created page Sort down (Redirected page to Sort) Tag: New redirect
- 15:08, 6 March 2024 Marshall talk contribs created page Sort up (Redirected page to Sort) Tag: New redirect
- 15:06, 6 March 2024 Marshall talk contribs created page Sort (Created page with "'''Sort Up''' and '''Sort Down''' are monadic functions that order the major cells of an array in ascending or descending order. Traditionally these functions are performed using Grade in APL: for example the FinnAPL idiom library gives <syntaxhighlight lang=apl inline>X[⍋X]</syntaxhighlight> and <syntaxhighlight lang=apl inline>X[⍒X]</syntaxhighlight> to sort <syntaxhighlight lang=apl inline>X</syntaxhighlight> ascending and descending, respectively....")
- 14:36, 6 March 2024 Marshall talk contribs created page Idiom recognition (Redirected page to Idiom#Optimised phrases) Tag: New redirect
- 02:33, 5 March 2024 Marshall talk contribs created page Gets (Redirected page to Assignment) Tag: New redirect
- 02:21, 5 March 2024 Marshall talk contribs created page Alternant (Redirected page to Determinant) Tag: New redirect
- 02:18, 5 March 2024 Marshall talk contribs created page Catalogue (Redirected page to Cartesian Product) Tag: New redirect
- 02:15, 5 March 2024 Marshall talk contribs created page Cartesian Product (Created page with "{| class=vertical-navbox style="float:right; font-size:500%; margin:0 1ex;" |<code>{</code> |} '''Cartesian Product''' (<code>{</code>, or <code>@</code> in SAX), '''All''', or '''Catalogue''' is a primitive monadic function that returns an array of all combinations of choices from its argument, much like Outer Product. It appears in Rationalized APL, A Dictionary of APL, SAX, and J. It shares a glyph with the dyadic function Select (l...")
- 01:38, 5 March 2024 Marshall talk contribs created page Hide (Redirected page to Stop) Tag: New redirect
- 01:37, 5 March 2024 Marshall talk contribs created page Stop (Created page with "{{Built-in|Stop|⊣}} (in SHARP APL and APLX) or '''Hide''' (in GNU APL and Kap) is a primitive monadic function that ignores its argument and returns a non-printing value. It shares the left tack glyph with Left Identity. The nature of the returned value can vary: for example an empty matrix is used in SAX and APLX, while GNU APL uses the scalar 0 but returns it as a shy result (or "committed"). In SHARP APL's initial implemen...")
- 01:03, 5 March 2024 Marshall talk contribs created page N-wise Reduce first (Redirected page to Windowed Reduce) Tag: New redirect
- 00:57, 5 March 2024 Marshall talk contribs created page Determinant (Created page with "{{Built-in|Determinant|<nowiki>.</nowiki>}} is a primitive dyadic operator that takes two dyadic functions for operands and produces a monadic function. Much like Inner Product for matrix products, it generalizes the matrix wikipedia:determinant, so that <source lang=apl inline>-.×</source> computes the determinant and <source lang=apl inline>+.×</source> the wikipedia:permanent (mathematics). Determinant has been implemented in SHAR...")
- 13:17, 4 March 2024 Marshall talk contribs created page APL machine (Redirected page to APL hardware) Tag: New redirect
- 13:15, 4 March 2024 Marshall talk contribs created page Dyalog APL 9.0 (Redirected page to Dyalog APL#Versions) Tag: New redirect
- 13:15, 4 March 2024 Marshall talk contribs created page Dyalog APL 7.0 (Redirected page to Dyalog APL#Versions) Tag: New redirect
- 20:30, 3 March 2024 Marshall talk contribs moved page WpfXamlDemo to WPF XAML demo
- 20:23, 3 March 2024 Marshall talk contribs created page Typing APL glyphs (Redirected page to Typing glyphs) Tag: New redirect
- 19:31, 3 March 2024 Marshall talk contribs created page User group (Redirected page to User groups) Tag: New redirect
- 17:00, 3 March 2024 Marshall talk contribs created page Direct definition (Created page with "'''Direct definition''' may refer to any of several different function styles, which share the feature that arguments are given default names rather than having names defined in a header: * Direct definition (Iverson), a named style defined by Ken Iverson and used to discuss APL in the 1970s and 80s * Direct definition (NARS), an anonymous function produced in NARS by applying <syntaxhighlight lang=apl inline>∇</syntaxhighlight> to strings *...")
- 16:48, 3 March 2024 Marshall talk contribs created page Assign (Redirected page to Assignment) Tag: New redirect
- 16:42, 3 March 2024 Marshall talk contribs created page Function style (Redirected page to Function styles) Tag: New redirect
- 16:41, 3 March 2024 Marshall talk contribs created page Direct definition (Iverson) (Created page with "Ken Iverson's '''direct definition''' is a function style written with a name followed by <code>:</code> and a result, using <syntaxhighlight lang=apl inline>⍺</syntaxhighlight> and <syntaxhighlight lang=apl inline>⍵</syntaxhighlight> for arguments. The result may be one expression, which is evaluated to apply the function, or three expressions separated by <code>:</code>, in which case the middle expression is evaluated to determine which of the other tw...")
- 01:20, 2 March 2024 Marshall talk contribs created page Prefix vector (Redirected page to Prefix and suffix vectors) Tag: New redirect
- 01:20, 2 March 2024 Marshall talk contribs created page Suffix vector (Redirected page to Prefix and suffix vectors) Tag: New redirect
- 01:18, 2 March 2024 Marshall talk contribs moved page Prefix and Suffix vectors to Prefix and suffix vectors without leaving a redirect (Iverson notation doesn't capitalize)
- 01:14, 2 March 2024 Marshall talk contribs created page Prefix and Suffix vectors (Created page with "{| class=vertical-navbox style="float:right; font-size:500%; margin:0 1ex;" |<code>⍺</code> <code>⍵</code> |} In Iverson notation, the '''prefix vector''' <math>\alpha^j(n)</math> and '''suffix vector''' <math>\omega^j(n)</math> of weight <math>j</math> and length <math>n</math> are Boolean vectors that can be used with Replicate to select a prefix or suffix of a vector, a task now performed with Take. Primitives <code>⍺</code> and <code>⍵...")
- 15:40, 1 March 2024 Marshall talk contribs created page Dyalog APL 19.0 (Redirected page to Dyalog APL versions#19.0) Tag: New redirect
- 15:06, 28 February 2024 Marshall talk contribs created page APL*PLUS/PC (Redirected page to APL*PLUS) Tag: New redirect
- 14:45, 28 February 2024 Marshall talk contribs created page Expansion (Redirected page to Expand) Tag: New redirect