I’ve been dabbling in Erlang recently. I’ve wanted to learn a functional programming language for a while now and Erlang’s concurrency make it rather attractive. For my “hello world” app, I decided to write a simple log parser which processes chunks of a file in parallel. Here is a part […]