An open API service indexing awesome lists of open source software.

https://github.com/k4m4/esolangs-cli

Detect and execute esoteric programming language code, right from your terminal.
https://github.com/k4m4/esolangs-cli

cli esoteric esoteric-interpreter

Last synced: about 1 year ago
JSON representation

Detect and execute esoteric programming language code, right from your terminal.

Awesome Lists containing this project

README

          

# esolangs-cli [![Build Status](https://travis-ci.org/k4m4/esolangs-cli.svg?branch=master)](https://travis-ci.org/k4m4/esolangs-cli)

> Detect and execute esoteric programming language code, right from your terminal.

---

## Install

```
~ ❯❯❯ npm install -g esolangs-cli
```

## Usage

```
~ ❯❯❯ esolangs --help

Detect and execute esoteric programming language code, right from your terminal.

Usage
~ ❯❯❯ esolangs
~ ❯❯❯ echo | esolangs
~ ❯❯❯ cat | esolangs
Options
-p, --plain Display output without log symbols
Example
~ ❯❯❯ esolangs '++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>>---.+++.+++++++++.----.+++++.'
✔ admin
```

## Supported Esoteric Programming Languages

- [`brainf*ck`](https://esolangs.org/wiki/brainfuck)
- [`ook!`](https://esolangs.org/wiki/ook!)
- [`pikalang`](https://esolangs.org/wiki/pikalang)
- [`solbofuck`](https://esolangs.org/wiki/solbofuck)
- [`triplet`](https://esolangs.org/wiki/triplet)

## Related

- [esolangs](https://github.com/k4m4/esolangs) - API for this module

## License

MIT © [Nikolaos Kamarinakis](https://nikolaskama.me)