Ahead is a Fungeoid, a 2D grid-based esolang. It was primarily inspired by Befunge and ><>, but Ahead has a stronger focus on source layout and a different set of functions. You can read the Wiki section for more info.
This is the reference implementation. It is written in Kotlin and uses Gradle for builds.
$ git clone https://github.com/ajc2/ahead.git $ cd ahead
$ ./gradlew installDist
The output will be contained in the build/install/ahead
directory. The bin
folder contains scripts to run Ahead, ahead
and ahead.bat
. The lib
folder contains the dependency jars.
Add the bin
folder to your PATH
appropriately and run Ahead!
$ ahead samples/hello.txt