Skip to content

kurisuwhyte/ririsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ririsu

A pure, untyped, parallel, distributed, stack-based, dynamically-scoped data-processing esolang.

Example

A program to return all even numbers of a sequence:

[123456789][∘i]→[[2]i⇄%[0]i=]⋈

A program to sum all numbers of a sequence:

[123456789][∘i]→[0]i[+]⚺

Running

You'll need Erlang and Elixir correctly set-up in order to run Ririsu.

$ git clone git://github.com/kurisuwhyte/ririsu
$ cd ririsu
$ mix escriptize
$ ./bin/ririsu repl

(Or alternatively download the binary)

Documentation

Check it out on-line at http://kurisuwhyte.github.io/ririsu, or download the gh-pages branch and open the index.html file.

Tests

( ... )

Licence

WTFPL.

About

An untyped concatenative language of bewitchingly sweetly evulness

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages