Pikachu is a programming language for Pikachus. Yes - programming language for the little yellow electric pokémon.
It was invented by Nilabhro Datta. If you wan to know why, read this.
Read the online syntax documentation on the authors site or the SYNTAX document in this repository to learn how to program in Pikachu.
The original online interpreter for the language is here.
For convenience, the interpreter is implemented as a single Python file. Make sure you have Python 2.x installed and run:
python pikachu.py program.pika [ input ]
or if you are on a system that uses bash or similar sane shell:
./pikachu.py program.pika [ input ]
parameters:
program.pika full path to your program file
input space separated list of integers to be used as program input
This program is Free Software distributed under GPLv3 license. See COPYING for details.