Please turn JavaScript on
header-image

LambdaClass Blog

Following LambdaClass Blog's news feed is very easy. Subscribe using the "follow" button on the top right and if you want to, choose the updates by topic or tag.

We will deliver them to your inbox, your phone, or you can use follow.it like your own online RSS reader. You can unsubscribe whenever you want with one click.

Keep up to date with LambdaClass Blog!

LambdaClass Blog: LambdaClass Blog

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.19 / day

Message History

Section 22.1 of Joe Armstrong's Programming Erlang is titled "The Road to the Generic Server", and the author himself calls it the most important section in the entire book. In it, he builds a small server framework — about 15 lines of Erlang — that handles spawning a process, receiving messages, and dispatching them to a callback module. Then he writes a name server...


Read full story

SSZ (Simple Serialize) is the serialization and Merkleization format of Ethereum's consensus layer. Consensus clients encode beacon states and blocks in SSZ, and compute Merkle proofs over that data using SSZ hash tree roots. Until...


Read full story

You already know more about mathematical proofs than you think. If you have ever written a function with a type signature, you have written something structurally identical to a formal proof. This fact stems from a deep theoretical result called the Curry-Howard correspondence, and is the foundation on which proof assistants like Lean 4 are built.

Cons...


Read full story

We have been following closely the advancements in AI at LambdaClass. In the past few months, the jump in quality for coding agents has been impressive, and this requires a fundamental rethinking of how software is developed. Developers increasingly lean into agents like Claude code, Codex or Kimi for their everyday work; what was once used for menial tasks like adding tests ...


Read full story

A deep dive into one of the two consensus mechanisms at the heart of leanConsensus: how the client picks the right chain and decides when a block is permanent.

This is a follow-up to our posts on introducing ethla...


Read full story