Skip to content

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

Notifications You must be signed in to change notification settings

0xffcourse/Recursiva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages