Skip to content

quartata/rotor-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotor

Rotor is a stack-based golfing language inspired by CJam/GolfScript, Gibberish and Enema. Unlike most golfing languages that try to cram as many useful instructions as they can into one-byte instructions and the rest as two-bytes, Rotor uses a system of multiple instruction sets (called wheels) that can be switched between. For example, N does natural logarithm in the math wheel while in the string wheel it pushes a newline onto the stack.

Rotor is very much WIP - currently there is only one wheel (the math wheel). More to come later.

Running

groovy RotorEval.groovy <FILE> <<< INPUT

Use "" for input if the program doesn't take any.

About

A stack-based golfing language written in Groovy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages