Coder Social home page Coder Social logo

05ab1e's Introduction

05AB1E

A new (experimental) golfing language. If the name 05AB1E was interpreted as a hexadecimal number and converted to base64, it would result into "Base". I wanted to make a language which has an advantage in base conversion, but now it more of an overall language.

You can try this language out yourself at: Try it online!. This interpreter is provided by DennisMitchell.

For information about all the commands, go to Info.txt

###Sample programs:

Prints all prime numbers starting from 2:

0[>Dpi=}]

Of course, if this was really golfed, this would be 0[>Dpi=, since brackets in the end are unnecessary

Prints the n-th Fibonacci number (0-indexed):

1$<FDr+

###Huh wat lol?:

A special feature from 05AB1E is that it doesn't necessarily have to take input by calling the input function. For example. The + function adds up the last two items in the stack. Calling this function on an empty stack would ask for input twice, and uses these for the + function. This also applies to function:

Determines whether the number is prime or not:

p

Another special feature is the $ command, which is commonly used for sequences (as you can see in the Fibonacci program). This first pushes the number 1 and then pushes the user input.

###Note:

Note that this is an unstable language, with a lot of bugs. If you find any, or have any suggestions, feel free to contact me :)

05ab1e's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.