Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/veeara282/perappu

My random sentence generator from Intro to Computer Science.
https://github.com/veeara282/perappu

Last synced: 5 days ago
JSON representation

My random sentence generator from Intro to Computer Science.

Awesome Lists containing this project

README

        

perappu
=======

My random sentence generator from Intro to Computer Science. It is named after the Pokémon Chatot (Japanese: _Perappu_), which is capable of mimicking human speech.

### How to use perappu:
- `(sentence)` returns a randomly generated sentence formatted as a list of symbols and strings.
- `(main i)` prints `i` randomly generated sentences to `STDOUT` using the `(sentence)` function.