Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mountain/zot
- Owner: mountain
- License: mit
- Created: 2023-12-17T16:05:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T00:20:01.000Z (about 1 year ago)
- Last Synced: 2024-04-17T03:50:35.319Z (9 months ago)
- Topics: esolang, functional-programming, zot
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```