Skip to content

Commit

Permalink
Remove experimental note
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 18, 2024
1 parent ca04dca commit 0544847
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
A Gleam library for building fault tolerant multi-core programs using the
actor model. It is compatible with Erlang's OTP framework.

This library is experimental and will likely have many breaking changes in the
future!

Gleam’s actor system is built with a few primary goals:

- Full type safety of actors and messages.
Expand All @@ -22,6 +19,10 @@ to read the documentation or other material on Erlang’s OTP framework to get a
fuller understanding of OTP, the problems it solves, and and the motivations for
its design.

Not all Erlang/OTP functionality is included in this library. Some is not
possible to represent in a type safe way, so it is not included. Other features
are still in development, such as further process supervision strategies.

## Usage

Add this library to your Gleam project.
Expand Down

0 comments on commit 0544847

Please sign in to comment.