Pony (programming language)

This is an old revision of this page, as edited by RealityDysfunction (talk | contribs) at 19:20, 20 January 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Pony[1] is an actor based language designed by Sylvan Clebsch, with the initial implementation starting in 2012[2]. One of the languages unique features is to make it a race-free programming language via the use of reference capabilities[3] 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.

Pony
ParadigmActor model
Designed bySylvan Clebsch
First appearedNovember 9, 2012; 12 years ago (2012-11-09)
Implementation languageC
Websitewww.ponylang.org

References

  1. ^ "InfoQ: Using Pony for Fintech".
  2. ^ "initial git commit for ponyc".
  3. ^ "Deny capabilities for safe, fast actors". 2015-10-26. {{cite web}}: Unknown parameter |authors= ignored (help)

Pony (programming language)