Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mountain/zot

zot: the esolang originally invented by Chris Barker and wrapped with QuickJS
https://github.com/mountain/zot

esolang functional-programming zot

Last synced: about 1 month ago
JSON representation

zot: the esolang originally invented by Chris Barker and wrapped with QuickJS

Awesome Lists containing this project

README

        

# Zot

Zot is an esolang originally invented by Chris Barker and we wrapped it with QuickJS.

* https://esolangs.org/wiki/Zot
* https://web.archive.org/web/20200414141014/http://www.nyu.edu/projects/barker/Iota/zot.html
* https://en.wikipedia.org/wiki/Iota_and_Jot

## Dependencies

Please install quickjs first.

```bash
brew install quickjs
```

## Build

To build the zot binary

```bash
sh build.sh
```

## Demo

```bash
zot reverse.zot 00000000000001
```