Hexiscript
hexiscript is a dynamically typed scripting language written in OCaml. The interpreter is available here.
Tasks
- A+B
- Array length
- Arrays
- Associative array/Creation
- Check that file exists
- Detect division by zero
- Environment variables
- Factorial
- Find limit of recursion
- FizzBuzz
- Formatted numeric output
- Function definition
- Greatest element of a list
- Hello world!
- Hello world/Text
- Integer comparison
- Logical operations
- Loops/Break
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Infinite
- Loops/N plus one half
- Loops/While
- Multiplication tables