https://github.com/megaing/stutter
A prototype implementation of [stutter](https://github.com/stutter-lang/stutter) by reddit user u/cookiengineer
https://github.com/megaing/stutter
Last synced: about 1 year ago
JSON representation
A prototype implementation of [stutter](https://github.com/stutter-lang/stutter) by reddit user u/cookiengineer
- Host: GitHub
- URL: https://github.com/megaing/stutter
- Owner: MegaIng
- Created: 2018-11-27T19:13:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T19:19:46.000Z (over 7 years ago)
- Last Synced: 2025-01-26T02:30:04.618Z (over 1 year ago)
- Language: Python
- Size: 646 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stutter
A prototype implementation of [stutter](https://github.com/stutter-lang/stutter) by reddit user u/cookiengineer
This is the result of my understanding of the stutter docs and the discussion in the [reddit thread](https://www.reddit.com/r/ProgrammingLanguages/comments/a0ef9y/searching_for_inspiration_are_there_any/) between me and @cookiengineer.
**It does not execute yet.** It currently only translates from stutter to python and prints the python code. The python code is syntaticle correct, but the runtime is missing.