A high-level, simple-to-use language with a Python-based core. Uses () for all block scoping.
git clone https://github.com/ZippyType/Ark.git && cd Ark && chmod +x install.sh && ./install.sh# Run a file
ark hello.ark
# Interactive shell
ark
# Run code from command line
ark -c 'print("Hello")'See syntax.md for the complete language reference.
The examples/ directory contains sample programs:
getting-started/- First stepsbuiltins/- Built-in functionscontrol-flow/- Loops and conditionalsfunctions/- Function examplesdata-structures/- Lists and dictsgui/- GUI applicationsnetworking/- HTTP examplesfiles/- File operationsmath/- Math operations
GPL 3.0