Skip to main content

Introduction

Fuyu is a concurrent functional programming language designed around the idea that a small number of orthogonal yet cohesive features make code easy to read, write, and reason about.

Fuyu runs on the BEAM by compiling to BEAM bytecode, and is interoperable with other BEAM languages, such as Erlang and Elixir.