0xffcourse / Recursiva

An eso-lang inspired by @DennisMitchell 's Jelly and other languages at codegolf.stackexchange, based mainly on recursive-approaches (in the making)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursiva

Inspired by Dennis Mitchell's Jelly (and other languages made by guys in codegolf.stackexchange), Recursiva is an esolang, based mainly on recursive-approaches (in the making).

How to run?

You need python 3 (3.5+ recommended) to run the interpreter. REPL might need few modifications for non-windows platform

  1. Just Fire python RecursivaInterpreter.py to start the REPL.

OR

  1. python RecursivaInterpreter.py code.txt input.txt to get recursiva code and get input from the files.

Hello, World! in recursiva:

This is the code that prints "Hello, World!" in Recursiva

P"Hello, World!"

P is the operator that prints the string following it.

Tutorials

About

An eso-lang inspired by @DennisMitchell 's Jelly and other languages at codegolf.stackexchange, based mainly on recursive-approaches (in the making)


Languages

Language:Python 100.0%