Content deleted Content added
Begin Articles for creation (AfC) process |
Citation bot (talk | contribs) Alter: template type, pages. Add: date, pages, issue, volume, journal, website, title. Changed bare reference to CS1/2. Removed parameters. Formatted dashes. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Eastmain | Category:AfC pending submissions by age/1 day ago | #UCB_Category 10/51 |
||
Line 18:
| typing = [[strong typing|strong]], [[static typing|static]], [[type inference|inferred]], [[nominal typing|nominal]], [[structural typing|structural]]
| website = {{URL|http://www.ponylang.org}}
| license = [[BSD licenses|BSD]]-2.<ref>{{cite web | url=https://github.com/ponylang/ponyc/blob/master/LICENSE | title=Ponyc/LICENSE at main · ponylang/Ponyc | website=[[GitHub]] }}</ref>
| programming_language = [[C (programming language)|C]]
}}
'''Pony''' (also referred to as '''ponylang''') is a [[Free software|free]] and [[open-source|open source]], object-oriented, [[actor model]], capabilities-secure, high performance programming language.{{Sfn|Allen|2024}}<ref name="hnoon">{{cite web |author=Alex Lashkov |date=26 July 2023 |title=The New Wave of Programming Languages: Pony, Zig, Crystal, Vlang, and Julia |url=https://hackernoon.com/the-new-wave-of-programming-languages-exploring-the-hidden-gems |access-date=24 December 2024 |website=Hackernoon}}</ref> Pony's reference capabilities allow even mutable data to be safely passed ''by reference'' between actors. Garbage collection is performed concurrently, per-actor, without the need to "stop the world".<ref name="orca">{{cite
==History==
Line 40:
| book-title = AGERE! 2015: Proceedings of the 5th International Workshop on Programming Based on Actors, Agents, and Decentralized Control
| date = October 2015
| pages =
| publisher = Association for Computing Machinery
| ___location = Pittsburgh, PA, USA
Line 65:
</syntaxhighlight>
There are no global variables in Pony, everything must be contained within an instance of a class or an actor.<ref name="kgpony"></ref><ref>{{cite web |author=Peter Hellberg |title=From Go to Pony | website=c7 |date=April 2016 |url=https://c7.se/from-go-to-pony |access-date=28 December 2024}}</ref> As such, even the environment that allows for printing to '''stdout''' is passed as a parameter.
==References==
|