freebsd-ports/lang/ponyc/pkg-descr
Li-Wen Hsu 51944a4835 Add lang/ponyc, Pony language compiler
This version includes updates from swills, Greg V <greg@unrelenting.technology>
and me.

PR:		205444
Submitted by:	Franz Bettag <franz@bett.ag>
2018-02-21 17:58:56 +00:00

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: http://www.ponylang.org/