Astro
Astro is a fun safe language for rapid prototyping and high performance applications. Astro provides a sophisticated compiler with full type inference, compile-time garbage collection, and an extensive mathematical function library. It pushes multiple dispatch as its primary paradigm but borrows from several other paradigms as well.
Tasks
- 100 doors
- 15 Puzzle Game
- ABC Problem
- Accumulator factory
- Address of a variable
- Averages/Arithmetic mean
- Averages/Root mean square
- Caesar cipher
- Comma quibbling
- Concurrent computing
- Conditional structures
- Hello world!
- Hello world/Text
- Integer comparison
- Maximum triangle path sum
- Number reversal game
- Queue/Usage
- Read a file line by line
- SHA-1
- Sorting algorithms/Merge sort
- String comparison
- Sum of squares
- Tokenize a string