Content deleted Content added
→History: Change wording. |
Linked references to statements. |
||
Line 45:
| doi = 10.1145/2824815.2824816
| editor = Elisa Gonzalez Boix, Philipp Haller, Alessandro Ricci, Carlos Varela
}}</ref><ref name="jmpony">{{cite web |author=John Mumm |date=19 March 2019 |title=Safely Sharing Data: Reference Capabilities in Pony |url=https://talks.codemotion.com/safely-sharing-data-reference-capabiliti |access-date=28 December 2024 |website=codemotion}}</ref>
=== Performance ===
* Lock-Free - By design, Pony avoids the need for traditional locking mechanisms, which eliminates the overhead and contention associated with locks.<ref name="hnoon"></ref><ref name="kgpony"></ref>
Line 55 ⟶ 56:
===Hello World===
In Pony, instead of a main function, there is a main '''''actor'''''. The creation of this actor serves as the entry point into the Pony program.
<syntaxhighlight lang="pony">
|