Recent Posts
Day 10: Errors and Processes
Coming soon
Day 9: More On Multiprocessing
Coming soon
Day 7: A Short Visit to Common Data Structures
Records Records are, first of all, a hack. They are more or less an afterthought to the language and can have their share of inconveniences.They’re still pre...
Day 6: Functionally Solving Problems
On this chapter there was nothing interesting from the book, just an implementation of a prefix notation or Polish notation. In Erlang to solve a problem is ...