The BEAM Book (HappiHacking)
Wednesday, 18 June 2025

This book is a guide to understanding Erlang’s runtime system, the BEAM VM. Dr Erik Stenman looks deep into the internals of the Erlang RunTime System (ERTS). The book shows how to optimize applications, debug performance bottlenecks, and what's different about functional language runtimes.

Author: Dr Erik Stenman
Publisher: HappiHacking
Date: May 2025
Pages: 465
ISBN: 978-9153142539
Print: 9153142535
Kindle: B0FBX7YWB1
Audience: Developers interested in BEAM and Erlang
Level: Intermediate
Category: Other Languages

beam

Topics include:

  • BEAM internals – How the virtual machine executes and optimizes Erlang code
  • Process scheduling – How lightweight concurrency and distribution work under the hood
  • Memory management – Garbage collection, heap allocation, and efficiency tuning
  • Debugging and profiling – Tools and techniques to analyze BEAM performance

For recommendations of books on functional programming see First Class Functional Programming Books in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner


Professional C++, 6th Ed (Wiley)

Author: Marc Gregoire
Publisher: Wiley
Date: February 2024
Pages: 1376
ISBN:978-1394193172
Print:1394193173
Kindle:B0CRXK5191
Audience: C++ developers
Rating: 4
Reviewer: Mike James
Can a book on C++ get any bigger and does it need to?



Pearls of Algorithm Engineering

Author: Paolo Ferragina
Publisher: ‎Cambridge University Press
Pages: 326
ISBN: ‎978-1009123280
Print:1009123289
Kindle: B0BZJBGTLN
Audience: Admirers of Knuth
Rating: 5
Reviewer: Mike James

Algorithm engineering - sounds interesting.


More Reviews