add Pony language

This commit is contained in:
Michael Fellinger
2015-08-28 14:04:10 -04:00
parent 1241b20ba1
commit cf5268a7d4
10 changed files with 657 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
actor Main
new create(env: Env) =>
env.out.print("Hello, world.")