blob: 06c8e61ae30c1293f1efcc8e2c58ee070fb3ec3f (
plain)
1
2
3
4
5
6
7
|
Pony is an object-oriented, actor-model, capabilities-secure programming
language. It's object-oriented because it has classes and objects, like
Python, Java, C++, and many other languages. It's actor-model because it has
actors (similar to Erlang or Akka). These behave like objects, but they can
also execute code asynchronously.
WWW: https://www.ponylang.org/
|