mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
a422ada43f
Approved by: portmgr blanket
8 lines
364 B
Plaintext
8 lines
364 B
Plaintext
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/
|