Pony (programming language): Difference between revisions

Content deleted Content added
1) Adding of more sources. 2) Removal of external links which are already uses as sources or would be better for that purpose.
Added reference, which was previously under the external link section.
Line 60:
</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 |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==