ELSEIF
Your brief EB
212 stories from 71 feeds 32 clusters Refreshed 5 minutes ago next pull 14:50

TECH Signal 415

Modelling Actors with Redex: Part I

WHY IT MATTERS

Engineers designing concurrent systems can use PLT Redex to formally specify and interactively debug operational semantics, avoiding the error-prone process of writing substitution functions by hand. This series lays the groundwork for modeling actor-like systems by starting with a functional core that will later be extended with message-passing capabilities.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

The author models an ISWIM-style functional language in PLT Redex by defining its syntax, values, and evaluation contexts.

02

Redex allows language binding structures to be specified directly, automatically generating substitution and alpha-equivalence functions.

03

The series will subsequently extend this functional model with imperative message-passing commands to create an actor system.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Lobsters Modelling Actors with Redex: Part I Open ↗