Pony (programming language): Difference between revisions

Content deleted Content added
Line 12:
| programming_language = C}}
 
Pony is an [[Actor model|actor]] based language created by Sylvan Clebsch in 2012<ref name="pony-initial-commit>{{cite web|url=https://github.com/ponylang/ponyc/commit/0192983a0f73d2d490cc901b952534b2d27915dd|title=initial git commit for ponyc}}</ref>. One of the languages unique features is the use of reference capabilities by the compiler in order to enforce correct access to program state within the context of the natural high [[Concurrency_(computer_science)|concurrency]] supported by the [[Actor model|actor model]].
 
==References==