Content deleted Content added
←Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> = Pony (programming language) = {{Infobox programming language | paradigm = Actor model | desi...' |
|||
Line 5:
{{Infobox programming language
| name = Pony
| paradigm = [[Actor model]]
| designer = Sylvan Clebsch
| website = {{URL|http://www.ponylang.org}}
| year = {{release date and age|2012|11|09}}
| programming_language =
Pony is an 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 supported by the [[Actor model|actor model]].
|