1. 1

    Pretty good intro to Scheme imo, anyway, you can find the rest of the videos in his account.

    1. 3

      Do you by any chance have a MOBI (Or even EPUB) format? Would be nicer to read it from an e-reader.

        1. 1

          Awesome, thanks!

        2. 1

          Unfortunately not! I just can’t seem to find a way to properly generate it from markdown, including the code samples with the nice syntax highlighting. I probably didn’t try enough, I’m sure there’s a simple way out there.

          1. 4

            pandoc can do this, but it’s not especially simple.

            1. 2

              Thanks, will check it out :)

              1. 1

                That would be awesome

              2. 1

                Why shouldn’t it be simple? Shouldn’t pandoc input1.md input2.md ... final.md -t epub3 -o book.epub. More epub options are listed in the man page, such as for specifying custom fonts, stylesheets and cover images.

                Then, producing a mobi file is trivial using kindlegen or calibre.

                1. 1

                  It’s not simple because about six seconds later I want to start tinkering with the code highlighting and maybe bump up that one margin and should that footnote have a slightly different font and…

                  1. 1

                    If you can edit .zip files and save it’s internal files, it’s quite simple to play around with the embedded stylesheet, since it’s just regular CSS.

                    But one should also say that Ebooks shouldn’t be overcustomized, IMO, but kept simple for the sake of compatibility and an ease of reading.

              3. 3

                I can help you with this if you upload the book source on github, i have a template for generating epub from markdown here if you are interested.

            1. 2

              I started using an OpenBSD VM at Server Raptor, have been great so far.