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

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

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.