Draft:Pony (programming language): Difference between revisions
No edit summary |
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
Submission declined on 20 January 2017 by SwisterTwister (talk). This submission's references do not show that the subject qualifies for a Wikipedia article—that is, they do not show significant coverage (not just passing mentions) about the subject in published, reliable, secondary sources that are independent of the subject (see the guidelines on the notability of web content). Before any resubmission, additional references meeting these criteria should be added (see technical help and learn about mistakes to avoid when addressing this issue). If no additional references exist, the subject is not suitable for Wikipedia.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
This draft has not been edited in over six months and qualifies to be deleted per CSD G13. Declined by SwisterTwister 7 years ago. Last edited by SwisterTwister 7 years ago. Reviewer: Inform author.
|
- Comment: This would've needed all major reviews. SwisterTwister talk 19:29, 20 January 2017 (UTC)
Paradigm | Actor model |
---|---|
Designed by | Sylvan Clebsch |
First appeared | November 9, 2012 |
Implementation language | C |
Website | www |
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
- ^ "InfoQ: Using Pony for Fintech".
- ^ "initial git commit for ponyc".
- ^ "Deny capabilities for safe, fast actors". 2015-10-26.
{{cite web}}
: Unknown parameter|authors=
ignored (help) - ^ "github ponyc repository".
External links
- Offical website
- InfoQ Interview: Sylvan Clebsch on the Actor-Model Language Pony, Garbage Collection, Capabilities, Concurrency
- Pony: Making it easy to write efficient, concurrent, data race free programs at Curry On 2015 associated with ECOOP 2015