true
lang5 language
Lang5 is a stack based array language with roots in APL and Forth.
Documents
A paper about lang5 in Vector the journal of the British APL Association.
Tasks
- A+B
- Apply a callback to an array
- Array concatenation
- Arrays
- Associative array/Creation
- Associative array/Iteration
- Binary digits
- Character codes
- Comments
- Copy a string
- Count in octal
- Empty program
- Entropy
- Even or odd
- Execute a system command
- Factorial
- Fibonacci sequence
- Generic swap
- Hash from two arrays
- Hello world!
- Hello world/Text
- Identity matrix
- Input loop
- Integer sequence
- Loops/Break
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Infinite
- Loops/N plus one half
- Loops/While
- Mandelbrot set
- Matrix multiplication
- Matrix transposition
- Ordered words
- Read entire file
- Remove duplicate elements
- Reverse a string
- Search a list
- Stack
- String concatenation
- String matching
- Substring
- Sum and product of an array
- Sum of a series
- Sum of squares
- Tokenize a string