Tell HN: I'm writing an Erlang recipes book, are you interested?
1–10 of 42 posts
Re: Tell HN: I'm writing an Erlang recipes book, are you interested?
#2Re: Tell HN: I'm writing an Erlang recipes book, are you interested?
#3Re: Tell HN: I'm writing an Erlang recipes book, are you interested?
#4Re: Tell HN: I'm writing an Erlang recipes book, are you interested?
#5Re: Tell HN: I'm writing an Erlang recipes book, are you interested?
#6Re: Tell HN: I'm writing an Erlang recipes book, are you interested?
#7However, 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?
#8Re: Tell HN: I'm writing an Erlang recipes book, are you interested?
#9Yes, 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…
Re: Tell HN: I'm writing an Erlang recipes book, are you interested?
#10I 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…