learn-you-a-haskell
                                
                                
                                
                                    learn-you-a-haskell copied to clipboard
                            
                            
                            
                        Have http://learnyouahaskell.com pull from here
I have really started liking how the Rust Book works. I'm wondering if it is possible for learn you a haskell to become a living document and pull from here so it can be more community driven and stay up to date?
Well, that's up to Miran Lipovača, not me. 🤷♂️
The license allows derivative works, so anyone is welcome to setup an alternative (e.g. learnyouahaskellcommunity.com) site that is backed by a public repo.
Here's an example repo that replicates the original site and is hosted on github pages (via a custom domain, so there may be some root path incompatibilities with gh-pages). Feel free to use this for setting up a "community edition" of LYAH. That repo currently has some partial modifications in the intro as a proof-of-concept, so you'll need to rummage around in the commit history to revert those particular changes, but it should hopefully be a good starting point.
There probably needs to be an HTML autogeneration step to make contributions and edits easier. That's discussed more in https://github.com/milesfrain/learn-you-a-purescript/issues/1.
Is the original still being updated at all tho, however? I believed it has been in the same form for a long time.
There's something similar to the @BebeSparkelSparkel's idea I am trying to do with https://github.com/learnyouahaskell/learnyouahaskell.github.io, maybe these 2 could be merged. I was definitely having a look here for ideas for the first changes to push. @pvorb would you mind having a look at my project? (repo)
Also, @milesfrain if you're interested, please have a look. A pity I haven't discovered this issue earlier.