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.

<ASIN:9153142535 >

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


Coding for Beginners, 2nd Ed (In Easy Steps)

Author: Mike McGrath
Publisher: In Easy Steps
Pages: 192
ISBN:978-1840789751
Print:1840789751
Kindle: B0B56LN77V
Audience: Complete beginners to programming
Rating: 4
Reviewer: Sue Gee

This book aims to introduce hands-on modern programming to complete beginners. Can this be achieved in fewer than 180 [ ... ]



Code: The Hidden Language of Computer Hardware and Software 2nd Ed

Top Book 2023
Author: Charles Petzold
Publisher: Microsoft Press
Date: August 2022
Pages: 480
ISBN: 978-0137909100
Print: 0137909101
Kindle: B0B123P5GV
Audience: General
Rating: 5
Reviewer: Mike James
Code! We all need to know about it.


More Reviews