Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 Learn you a Haskell for Greater Good #22

Open
Tracked by #11
badlydrawnrob opened this issue Jan 26, 2024 · 0 comments
Open
Tracked by #11

📖 Learn you a Haskell for Greater Good #22

badlydrawnrob opened this issue Jan 26, 2024 · 0 comments

Comments

@badlydrawnrob
Copy link
Owner

Learn you a Haskell
— Baby's first functions

Some of the examples are very good in this book, and I like the general idea of making it somewhat fun to read, but the examples can get quite complex quickly after the first couple of chapters? The (Html) book is also very text heavy (which HTDP sometimes fails at) and not visually well put together.

Baby's first functions

The terminology quickly gets more complex as you go through the book.
It's text heavy and all in the same colour.1
There's not many diagrams or visual representations of code
But ... I wonder if this kind of style could be maintained throughout a book?

Haskell's syntax is a bit weird. It might not be the best language to be teaching in!!!

-- Strange syntax
-- "Get list item by index" (starting at zero)
[9.4,33.2,96.2,11.2,23.25] !! 1
-- 33.2

Footnotes

  1. This rewrite in Markdown is a lot nicer to look at (the code at least). ↩

@badlydrawnrob badlydrawnrob changed the title Learn you a Haskell for Greater Good 📖 Learn you a Haskell for Greater Good Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant