Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I'd like to learn some Erlang metaprogramming. I found some posts but they seems not detailed enough for me. Is there some book or post recommended? It will be perfect if there is one in Erlang like the book Metaprogramming Ruby.

share|improve this question

closed as not constructive by Robert Harvey, gnat, ChrisF Oct 10 '12 at 15:43

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

As of now there is not a book on Meta-Programming Erlang. Though if you want to write it I would love to read it :)

share|improve this answer
A ha, If I could write one, I would do that immediately :) – halfelf Oct 10 '12 at 9:31
Well, books like that don't happen until someone wants it enough to figure it out and write it down. How do you think my book "Building Web Applications With Erlang" shop.oreilly.com/product/0636920021452.do happend – Zachary K Oct 10 '12 at 9:52
I have this book, seems interesting, though I haven't read it much. My recent works are based on cowboy. Maybe later I could give you a feedback. – halfelf Oct 10 '12 at 10:51
Glad to know people are buying it I very much enjoyed writing it – Zachary K Oct 10 '12 at 13:04

Not the answer you're looking for? Browse other questions tagged or ask your own question.