Skip to content

TinyAPL 0.5.0.0

Compare
Choose a tag to compare
@RubenVerg RubenVerg released this 02 Aug 23:03
· 354 commits to main since this release
  • Add ⎕ts
  • Add Promote
  • Add Demote
  • Add Rank ϼ
  • Add Rerank ϼ
  • Add At Rank
  • Add a web interface: https://tinyapl.rubenverg.com/run/0.5.0
  • Add a JS interface: tinyapl.js, tinyapl-js.wasm, ghc_wasm_jsffi.js
Supported primitives:
  ⍬
  + - × ÷ * ⍟ ○ √ ⌊ ⌈ ⸠ < ≤ = ≥ > ≠ ∧ ∨ ⍲ ⍱ ⊕ ⊗ ≡ ≢ ⍴ , ⊖ ⍮ ⊂ ⊃ ⊇ ↑ ↓ ⊣ ⊢ ⍳ ⍸ ⌿ | ∡ ℜ ℑ ∪ ∩ ~ § ∊ ? ⌷ ϼ
  ⍨ ⍆ ⍅ ↟ ↡ ¨ ᐵ ᑈ ⌸
  ⍤ ⍥ ∘ ⍛ ⊸ ⟜
Supported quad names:
  ⎕io ⎕ct ⎕u ⎕l ⎕d ⎕seed ⎕ts
  ⎕Exists ⎕Repr
  
  
Supported features:
* dfns {code}, d-monadic-ops _{code}, d-dyadic-ops _{code}_
  ⍺ left argument, ⍵ right argument,
  ⍺⍺ left array operand, ⍶⍶ left function operand, ⍵⍵ right array operand, ⍹⍹ right function operand,
  ∇ recurse function, _∇ recurse monadic op, _∇_ recurse dyadic op
  ■ early exit, : guard
  ⋄ multiple statements
* numbers: . decimal separator, ¯ negative sign, ⏨ exponent notation, ᴊ complex separator
* character literals: 'abc'
* string literals: "abc" with escapes using ⍘
* names: abc array, Abc function, _Abc monadic op, _Abc_ dyadic op, assignment with ←
* get ⎕ read evaluated input, get ⍞ read string input, set ⎕ print with newline, set ⍞ print without newline
* array notation: ⟨⋄⟩ vector, [⋄] higher rank array (combine major cells)
* comments: ⟃⟄ inline