Everything you need to master Keikaku - from first program to advanced patterns.
Install, run your first program, and learn the basics.
Install Keikaku and write your first program in 5 minutes.
Comprehensive guide to all Keikaku syntax and features.
Conditionals, loops, and special constructs.
Lazy evaluation, sequences, and stream processing.
Non-blocking operations, promises, and timing.
Attempt/recover blocks and exception patterns.
Complete built-in functions API reference.
Real-world code samples and patterns.
$ cd packaging/arch
$ makepkg -si
You can run the portable executable directly or build it yourself.
keikaku.exe from releases$ git clone https://github.com/regaan/keikaku-programming-language.git
$ cd keikaku
$ mkdir build && cd build
$ cmake .. && make
$ sudo make install
foreseeif statement
otherwiseelse branch
cycleloop construct
protocolfunction
sequencegenerator
entityclass
attempttry block
recovercatch block
yieldreturn value
Keikaku was conceptualized and architected by Regaan, founder of Rot Hackers cybersecurity masterclass.