Live data from Hacker News

Tell HN: I'm writing an Erlang recipes book, are you interested?

leanpub.com

1–10 of 42 posts

Re: Tell HN: I'm writing an Erlang recipes book, are you interested?

#7
Yes, I'm interested! I'm particularly interested in recipe books that are both task-oriented and language-oriented. For exaple, Doug Hellman's PyMOTW is a phenomenal guide to using libaries that are part of the Python standard distribution and would be a key part of the library.

However, some aspects of the recipe book should be task oriented:

- Web server hosting static files using the standard inets server, and 3rd party libraries like webmachine, nitrogen, and yaws. - How to log - How to enable tracing

etc.

Re: Tell HN: I'm writing an Erlang recipes book, are you interested?

#8
I don't know if this is antithetical to these recipe/cookbooks, but please consider teaching coherent themes or design principles via these recipes, rather than simply providing an assortment of useful tidbits. Erlang has such a unique foundation (functional programming + event-driven awesomeness) and so few books that there is a great opportunity to teach the Erlang mindset/perspective and not just a bunch of tips and tricks.

Re: Tell HN: I'm writing an Erlang recipes book, are you interested?

#9

Yes, I'm interested! I'm particularly interested in recipe books that are both task-oriented and language-oriented. For exaple, Doug Hellman's PyMOTW is a phenomenal guide to using libaries that are part of the Python standard distribution and would be a key part of the library. However, some aspects of the recipe book should be task oriented: - Web server hosting static files using the standard inets server, and 3rd…

Yes, this is quite close to what I am working on, both language and task-oriented. Also as a maintainer of erlagner.org index I know quite a lot of good libraries to use.

Re: Tell HN: I'm writing an Erlang recipes book, are you interested?

#10
post #8

I don't know if this is antithetical to these recipe/cookbooks, but please consider teaching coherent themes or design principles via these recipes, rather than simply providing an assortment of useful tidbits. Erlang has such a unique foundation (functional programming + event-driven awesomeness) and so few books that there is a great opportunity to teach the Erlang mindset/perspective and not just a bunch of tips a…

Very good and valid point, and it is pretty much at the foundation of the book approach (short guides ondesign principles when applied to real tasks, not just the theory)
Post reply on HN