iPoe icon indicating copy to clipboard operation
iPoe copied to clipboard

Interactive POetry Editor

Results 38 iPoe issues
Sort by recently updated
recently updated
newest added

Is there a way to control which submodules Dr. Racket runs without changing Dr. Racket settings? I'd like every `#lang ipoe/...` poem language to at least print an extra message...

ide

- Parts of speech - Rhymes - Extra constraints (refrain, etc)

ide

If the server isn't running and we `raco ipoe db` anyway, this happens: ``` tcp-connect: connection failed address: localhost port number: 5432 step: 6 system error: Connection refused; errno=111 ```...

(Idea from Paley / Rose) - Compile the program as a poem - Compile the program as racket code! - Then run Suggest code-relevant answer to mis-matches.

`raco ipoe play` 1. Randomly find / generate a poem (limerick) 2. Present the poem, missing some blanks 3. Ask user to fill in ([wait, wait](http://www.npr.org/2014/04/05/299212953/limericks) style)

Need to add unit tests for interactive parts. Everywhere! Including: - `ui.rkt` - `db.rkt` (resolve) - `command/*.rkt` Before starting, look at: - CML - Expect (testing library) If possible, make...

The renga is a "battle poem". It goes on as long as two players can. https://en.wikipedia.org/wiki/Renga

Check metre. Goals: - [ ] specify metre in forms - [ ] compute the metre of each word (or line) If possible, find a database to help with this.

Start here: http://dreamsongs.com/

wishlist
design

- [X] spelling (levenshtein vs. common-words.rktd; works ok) - [X] rhyming (levenshtein, dissatisfying) - [ ] syllables - [ ]

algorithm