Category:Pony: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
mNo edit summary
Line 1: Line 1:
{{stub}}
{{language|
{{language|
|exec=machine
|exec=machine
Line 11: Line 10:


'''Pony''' is an object-oriented, actor-model, capabilities-secure, high performance programming language.
'''Pony''' is an object-oriented, actor-model, capabilities-secure, high performance programming language.

'''Pony''' provides type safety with mathematical proof, memory safety, exception safety and data-race free concurency with no runtime overhead.

Revision as of 19:24, 15 May 2015

Language
Pony
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: Yes
Type safety: Safe
Type strength: Strong
Type checking: Static
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Pony.


Pony is an object-oriented, actor-model, capabilities-secure, high performance programming language.

Pony provides type safety with mathematical proof, memory safety, exception safety and data-race free concurency with no runtime overhead.