New pages
Jump to navigation
Jump to search
- 08:27, 4 October 2024 Git for APLers (hist | edit) [1,145 bytes] KaiJaeger (talk | contribs) (Tips and tricks for making Git more suitable for APLers) originally created as "GitForAPLers"
- 02:00, 6 September 2024 First-class function (hist | edit) [4,196 bytes] Marshall (talk | contribs) (Created page with "A programming language supports '''first-class functions''' if it allows functions to be used in the same ways as data values such as numbers and characters. It should be possible to assign functions as variables, pass them as function arguments, and use them as elements of arrays. APL's function application syntax is designed with the assumption that functions are applied to arrays only, not functions. Tradi...")
- 10:30, 3 September 2024 KaiJaeger-TestPage (hist | edit) [32,986 bytes] KaiJaeger (talk | contribs) (Created page with "The sole purpose of this page: it is used for some development of APL wiki tools. Please ignore. The page will soon be deleted. To write bug-free code in a complex system and to forecast all errors is impossible. Therefore, implementing some kind of error trapping in an application which is supposed to run in a productive environment is a must. But to do this in a general and efficient manner is not easy. This article discusses techniques to solve this problem. == Int...")
- 22:26, 28 August 2024 TinyAPL (hist | edit) [2,534 bytes] Marshall (talk | contribs) (Created page with "{{Infobox array language | logo = file:tinyapl_logo.png | array model = nested | index origin = 1 | function styles = dfn, tacit | numeric types = complex float | unicode support = full | released = 2023 | developer = Madeline Vergani | latest release version = 0.6.0.0 / 2024 | implementation language = wikipedia:Haskell...")
- 19:36, 7 August 2024 List of conferences (hist | edit) [2,673 bytes] Marshall (talk | contribs) ("Conferences and activities" now has a very wide scope, stick to conferences here)
- 08:37, 23 July 2024 APL Trust (hist | edit) [2,404 bytes] Adám Brudzewsky (talk | contribs) (Created page with "thumb|right|The APL Trust fund logo '''The APL Trust''' fund is a UK-based charitable (public benefit) company in the process of forming, with the objective of promoting the advancement of education and research in the fields of science and mathematics by supporting, funding, and raising awareness of APL and APL-adjacent research. == Operation == Contributors are free to become members, and will thereby be allowed to make proposals and vote...")
- 10:46, 17 July 2024 APL Forge (hist | edit) [599 bytes] Adám Brudzewsky (talk | contribs) (Created page with "<!--|thumb|right|200px|APL Forge logo--> The '''APL Forge''' is an annual contest hosted by Dyalog Ltd. The APL Forge replaces phase 2 of the APL Problem Solving Competition, which Dyalog Ltd ran from 2008 until 2023, but allows contestants to choose their own task.<ref>Dyalog Ltd. [https://www.dyalog.com/news/162/420/APL-Forge.htm APL Forge]. [https://www.dyalog.com/news.htm News about Dyalog]. Apr 17, 2024.</ref> == External lin...")