Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/veeara282/perappu
- Owner: veeara282
- License: mit
- Created: 2013-11-16T00:33:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T01:18:37.000Z (about 11 years ago)
- Last Synced: 2024-02-09T05:26:26.442Z (11 months ago)
- Language: Racket
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.