learnyouahaskell / learnyouahaskell.github.io

A community version of the renowned "Learn You a Haskell" (LYAH) tutorials collection!
https://learnyouahaskell.github.io
Other
317 stars 39 forks source link

EPUB version? #2

Open FrederikNJS opened 2 years ago

FrederikNJS commented 2 years ago

This is awesome, thank you for starting this project.

I know it's early, but is there any chance for an EPUB version that I can put on my e-reader?

smith558 commented 2 years ago

This is awesome, thank you for starting this project.

I know it's early, but is there any chance for an EPUB version that I can put on my e-reader?

There's the original book edition also in ePub format. 😊 https://nostarch.com/lyah.htm I know it's a bit pricey but if anyone's got the money for it, they should definitely consider supporting Miran Lipovača (as the original author) via a purchase.

smith558 commented 2 years ago

There might be a way in the future to convert the web to ePub, if the version here would end up being substantially different from the original.

FrederikNJS commented 2 years ago

There's the original book edition also in ePub format. blush nostarch.com/lyah.htm I know it's a bit pricey but if anyone's got the money for it, they should definitely consider supporting Miran Lipovača (as the original author) via a purchase.

Sure! I already own it, but would be interested in having this updated one in ePub as well.

smith558 commented 2 years ago

@FrederikNS Definitely something to think about, probably not a priority from the start, however, I will look into some options for this.

memowe commented 2 years ago

Generating ePub might be easier with markdown sources (#8) and pandoc. :)