Skip to content

Releases: happi/theBeamBook

v1.0

01 Jun 08:51
Compare
Choose a tag to compare

Beam Book 1.0 — First Edition

The ink has dried: the inaugural edition of The BEAM Book: Understanding the Erlang Runtime System is now available in print. If you like your computer‐science references to double as free-weight equipment, head over to Amazon and grab a copy. Digital artefacts (PDF + webpage) remain in the repo for the screen-inclined.

Highlights - the last few months

Print edition live on Amazon — see “Where to buy” below.

Full, line-by-line overhaul of all pre-1.0 chapters.

Expanded on Nifs and Bifs, and other ways to interface with another language.

ETP has replaced the use of HiPE Bifs for inspection.

Reorganised chapters.

Devcontainer for builds.

What's Changed - since the last pre-release

New Contributors

Full Changelog: v0.1.4...v1.0

Where to buy the tree-ware

Amazon US — https://www.amazon.com/dp/9153142535

Amazon SE — https://www.amazon.se/dp/9153142535

Thanks

A round of applause to every reviewer who filed a typo, mis-drawn arrow, or off-by-one scheduling diagram during the beta phase—especially @richcarl, @garazdawi, the OTP team, and the #erlang Slack crowd.

Up next

Work on version 1.1 has already started. Expect deeper dives into the JIT, the new debugger, and perhaps a small rant about scheduler utilisation metrics.

“Shipping is a feature; sometimes the most important feature.” – Joel Spolsky

We just shipped. Enjoy.
-Happi

v0.1.4

23 Mar 12:52
Compare
Choose a tag to compare
Release 0.1.4

v0.1.3

22 Mar 16:03
Compare
Choose a tag to compare
Release 0.1.3

New semantic versioning

22 Mar 15:53
Compare
Choose a tag to compare

0.1.0

22 Mar 15:27
Compare
Choose a tag to compare

Getting close to a real release

What's Changed

New Contributors

Full Changelog: 0.0.18...0.1.0

Interfacing with C code

14 Feb 09:37
Compare
Choose a tag to compare
Pre-release

Initial version of C-chapter.

Debugging

18 Nov 20:29
Compare
Choose a tag to compare
0.0.17

Some additions and cleanup of the Ops chapter

Draft of debug chapter

27 May 20:41
e26eb1e
Compare
Choose a tag to compare
Debugging (#158)

* Outline

* Outline to sections

* Bump checkout version in workflow and make it possible to fetch history

* Fix bash script for generating contributors file

---------

Co-authored-by: Erik Stenman <[email protected]>
Co-authored-by: Tobias Lindahl <[email protected]>

Booleans

06 Mar 08:40
1192897
Compare
Choose a tag to compare
Booleans Pre-release
Pre-release
0.0.15

Added boolean type and true and false.

0.0.14.fix

27 May 05:49
Compare
Choose a tag to compare
Ch5 minor improvements