RAD: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
m (Text replacement - "</code>" to "</source>")
Miraheze>Marshall
mNo edit summary
Line 2: Line 2:
| array model            = [[List model|Lists]]
| array model            = [[List model|Lists]]
| index origin          = any
| index origin          = any
| function styles        = [[dfns]], [[tacit]]
| function styles        = [[dfn]]s, [[tacit]]
| numeric types          = complex float
| numeric types          = complex float
| unicode support        = full
| unicode support        = full

Revision as of 11:50, 15 November 2019

RAD stands for Rankless APL Derivative. It is very closely related to APL (mainly the Dyalog variety), but uses K's array model, including the ability to "box" functions and use them as elements of an array. It was created by Zachary Taylor, 3rd place winner of Dyalog Ltd.'s 2017 APL Programming Contest.[1]

RAD adds a few new primitives, among them:

  • μ Arithmetic mean/Mold left like right
  • π Pi
  • " Character↔Integer (⎕UCS)
  • Left-to-right version of /

References

Template:APL programming language