ascode

RubyGem Version RubyGem Downloads

Esoteric golfing language
In active development, so behavior may be changed without prior notice.

Getting Started

Install
gem install ascode
Run

Function reference is available in docs/functions.md .

ascode 'your code here'

Examples

$ ascode '"Number: "Oe["Even":"Odd"]O'
Number: 10
Even
$ ascode 'D1+*2S/' # or '2ID1+*/'
100
5050

Features

  • Implicit input/output
    • If you did not output anything, O (output function) will be called at the end of the program.
    • During pop, if the value is not in the stack, it will be grabbed via I (input function).