Category:Pony: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
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 a mathematical proof, memory safety, exception safety and data-race free concurrency with no runtime overhead.

Latest revision as of 13:14, 20 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 a mathematical proof, memory safety, exception safety and data-race free concurrency with no runtime overhead.