Vibeset

Pony

Pony is an actor-oriented language designed for safe, high-performance concurrency. Its "reference capabilities" system guarantees, at compile time, that there are no data races or memory problems.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

actor Main
  new create(env: Env) =>
    env.out.print("¡Hola, mundo!")