dariusk / NaNoGenMo-2015

National Novel Generation Month, 2015 edition.
340 stars 21 forks source link

Newbie ready to try this out #48

Open benblankley opened 9 years ago

benblankley commented 9 years ago

It's been a long while since I've worked in any code, so it will be a refresher of sorts, a new learning experience in other ways. No promises that I'll succeed, but a promise that I'll learn something new.

MichaelPaulukonis commented 9 years ago

Welcome aboard!

benblankley commented 9 years ago

Okay, finished this one up! This code in golang generates 1,800 poems in the style of William Carlos Williams' "This is Just to Say", and replaces the fruits, appliances, and action words. It outputs both text and PDF, by using the gopdf library.

https://github.com/benblankley/NaNoGenMo2015

benblankley commented 9 years ago

Whoops, accidentally closed it

greg-kennedy commented 9 years ago

Great job. Similar to https://twitter.com/JustToSayBot (but JustToSayBot is missing the middle verse, so yours is More Better)

benblankley commented 8 years ago

Thanks, greg-kennedy for the comment! I learned a lot about golang while making this.