TinyAPL: Difference between revisions
(Change release year from 2023 to 2024, when it first ran as an interpreter) |
m (Takes a lot from Extended Dyalog, including things that aren't in Visions) |
||
Line 16: | Line 16: | ||
| download = [https://github.com/RubenVerg/tinyapl/releases/ Releases] | | download = [https://github.com/RubenVerg/tinyapl/releases/ Releases] | ||
| documentation = (click menu icon) | | documentation = (click menu icon) | ||
| influenced by = [[Dyalog APL]], [[BQN]], [[ | | influenced by = [[Dyalog APL]], [[BQN]], [[Extended Dyalog APL]], [[J]], [[Kap]] | ||
| run online = [https://tinyapl.rubenverg.com/run/latest Web REPL (latest)] | | run online = [https://tinyapl.rubenverg.com/run/latest Web REPL (latest)] | ||
}} | }} |
Revision as of 13:54, 29 August 2024
TinyAPL is an APL variant developed by Madeline Vergani, which supports a large number of primitives while maintaining a small source code size. It breaks backwards compatibility with existing APLs in major ways: for example, function axis and last-axis counterparts of first-axis primitives are removed in favor of leading axis theory, and array notation is provided rather than strand notation. In order to give the language a context-free grammar, a spelling convention with capital letters for functions and underscores for operators is used (matching BQN's convention, but like APL\iv, spellings can't be varied, so that the spelling always matches the type). Similarly dops are written with underscores next to braces.
TinyAPL adds many primitives for mathematics, array manipulation, and tacit programming. It also uses an explicit syntax for function and operator trains, rather than the invisible notation used in J and Dyalog APL. It supports character arithmetic.
External links
- TinyAPL blog post series
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 |