https://github.com/hasheddan/tepl
Tweet Eval Print Loop
https://github.com/hasheddan/tepl
Last synced: 4 months ago
JSON representation
Tweet Eval Print Loop
- Host: GitHub
- URL: https://github.com/hasheddan/tepl
- Owner: hasheddan
- Created: 2021-01-29T00:35:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T13:39:01.000Z (over 5 years ago)
- Last Synced: 2025-08-18T10:02:26.982Z (10 months ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tepl
To be added: short description.
## Design Checklist
This is an informal, early stage checklist of ideas proposed by [@hasheddan](https://github.com/hasheddan) and slightly modified by [@nickgerace](https://github.com/nickgerace).
- [ ] use twitter as a collaborative "IDE"
- [ ] design a language that can be expressed very minimally (due to 280 char limit)
- [ ] build a small VM to host the "IDE"
- [ ] people can write tweets and tag the account
- [ ] host a service that executes the program in the tweet and posts the output in a response
- [ ] super fun stretch goal: tweets could also serve as modules (enables referencing another tweet and importing it to include in your program)
While seemingly purposeless, the fun stems from super constrained tweets that could get really creative with interesting programs.