Jump to content

Draft:Pony (programming language): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
SwisterTwister (talk | contribs)
Declining submission: web - Submission is about web content not yet shown to meet notability guidelines (AFCH 0.9)
Line 1: Line 1:
{{AFC submission|d|web|u=RealityDysfunction|ns=118|decliner=SwisterTwister|declinets=20170120192920|ts=20170120190503}} <!-- Do not remove this line! -->

{{AFC comment|1=This would've needed all major reviews. [[User:SwisterTwister|<font color="green">'''S'''wister'''T'''wister</font>]] [[User talk:SwisterTwister|<font color="green">talk</font>]] 19:29, 20 January 2017 (UTC)}}

----

{{Infobox programming language
{{Infobox programming language
| name = Pony
| name = Pony
Line 19: Line 25:


== Pony (programming language) ==
== Pony (programming language) ==

{{AFC submission|||ts=20170120190503|u=RealityDysfunction|ns=2}}

Revision as of 19:29, 20 January 2017

  • Comment: This would've needed all major reviews. SwisterTwister talk 19:29, 20 January 2017 (UTC)

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

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[4] in order to enforce correct access to program state within the context of the natural high concurrency supported by the actor model.

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)
  4. ^ "github ponyc repository".

Pony (programming language)