APLX: Difference between revisions
m (Text replacement - "</source>" to "</syntaxhighlight>") Tags: Mobile edit Mobile web edit |
(→Functions: Put component file operations in the primitives table) |
||
(One intermediate revision by the same user not shown) | |||
Line 114: | Line 114: | ||
| <syntaxhighlight lang=apl inline>⊂</syntaxhighlight> || [[Enclose]] || vec || [[Partition]] || scal | | <syntaxhighlight lang=apl inline>⊂</syntaxhighlight> || [[Enclose]] || vec || [[Partition]] || scal | ||
|- | |- | ||
| <syntaxhighlight lang=apl inline>⊃</syntaxhighlight> || [[Disclose]] || vec || [[Pick]] || | | <syntaxhighlight lang=apl inline>⊃</syntaxhighlight> || [[Mix|Disclose]] || vec || [[Pick]] || | ||
|- | |- | ||
| <syntaxhighlight lang=apl inline>⌷</syntaxhighlight> || || || [[Squad Index|Index]] || vec | | <syntaxhighlight lang=apl inline>⌷</syntaxhighlight> || || || [[Squad Index|Index]] || vec | ||
Line 131: | Line 131: | ||
|- | |- | ||
| <syntaxhighlight lang=apl inline>⍎</syntaxhighlight> || || || [[Execute]] || | | <syntaxhighlight lang=apl inline>⍎</syntaxhighlight> || || || [[Execute]] || | ||
|- | |||
| <syntaxhighlight lang=apl inline>⍇</syntaxhighlight> || File read || scal || File read or rename || scal | |||
|- | |||
| <syntaxhighlight lang=apl inline>⍈</syntaxhighlight> || || || File write || scal | |||
|- | |||
| <syntaxhighlight lang=apl inline>⍐</syntaxhighlight> || File hold || scal || File hold || scal | |||
|- | |||
| <syntaxhighlight lang=apl inline>⍗</syntaxhighlight> || File drop || scal || File drop || scal | |||
|- | |- | ||
| <syntaxhighlight lang=apl inline>⊣</syntaxhighlight> || [[Stop]] || || [[Left Identity|Left]] || | | <syntaxhighlight lang=apl inline>⊣</syntaxhighlight> || [[Stop]] || || [[Left Identity|Left]] || | ||
Line 145: | Line 153: | ||
|} | |} | ||
The component file operations <syntaxhighlight lang=apl inline>⍇⍈⍐⍗</syntaxhighlight> were taken from or inspired by [[APL/700]]. | |||
=== Operators === | === Operators === |
Latest revision as of 13:25, 13 February 2024
APLX was a cross-platform dialect of the programming language APL, created by British company MicroAPL Ltd., as a successor to their APL.68000 product.
APLX is intended for uses such as financial planning, market research, statistics, management information, and various kinds of scientific and engineering work. APLX is based on IBM's APL2, but includes several extensions. It is available on Microsoft Windows, Linux, and macOS. Though APLX keeps APL's extended character set, APLX is a bit more verbose, due to the prevalence of system functions with long names, and the use of structured-control keywords. The use of explicit loops is a major deviation from earlier APL versions and derivatives.
Effective July 11, 2016, MicroAPL withdrew APLX from commercial sale. British firm Dyalog Ltd., authors of Dyalog APL, began hosting the APLX Archive website including the download area and documentation.
Primitives
Functions
The component file operations ⍇⍈⍐⍗
were taken from or inspired by APL/700.
Operators
Glyph | Valence | Monadic call | Dyadic call |
---|---|---|---|
/ |
Monadic | Reduce | N-wise Reduce |
⌿ |
Monadic | 1st axis reduce | N-wise Reduce first |
\ |
Monadic | Scan | |
⍀ |
Monadic | 1st axis scan | |
. |
Dyadic | Inner product | |
∘. |
Monadic | Outer product | |
¨ |
Monadic | Each |
External links
APL dialects [edit] | |
---|---|
Maintained | APL+Win ∙ APL2 ∙ APL64 ∙ APL\iv ∙ Aplette ∙ April ∙ Co-dfns ∙ Dyalog APL ∙ Dyalog APL Vision ∙ dzaima/APL ∙ GNU APL ∙ Kap ∙ NARS2000 ∙ Pometo ∙ TinyAPL |
Historical | A Programming Language ∙ A+ (A) ∙ APL# ∙ APL2C ∙ APL\360 ∙ APL/700 ∙ APL\1130 ∙ APL\3000 ∙ APL.68000 ∙ APL*PLUS ∙ APL.jl ∙ APL.SV ∙ APLX ∙ Extended Dyalog APL ∙ Iverson notation ∙ IVSYS/7090 ∙ NARS ∙ ngn/apl ∙ openAPL ∙ Operators and Functions ∙ PAT ∙ Rowan ∙ SAX ∙ SHARP APL ∙ Rationalized APL ∙ VisualAPL (APLNext) ∙ VS APL ∙ York APL |
Derivatives | AHPL ∙ BQN ∙ CoSy ∙ ELI ∙ Glee ∙ I ∙ Ivy ∙ J ∙ Jelly ∙ K (Goal, Klong, Q) ∙ KamilaLisp ∙ Lang5 ∙ Lil ∙ Nial ∙ RAD ∙ Uiua |
Overviews | Comparison of APL dialects ∙ Timeline of array languages ∙ Timeline of influential array languages ∙ Family tree of array languages |