I wish they had a hello world or chat program example on the front page of the site. I want to see what Pony is like, but there isn’t anything that is obvious on the front page.
https://github.com/ponylang/ponyc/blob/master/examples/helloworld/main.pony
actor Main new create(env: Env) => env.out.print("Hello, world.")
And you can play around with it in your browser:
http://pony-playpen.lietar.net
I wish they had a hello world or chat program example on the front page of the site. I want to see what Pony is like, but there isn’t anything that is obvious on the front page.
https://github.com/ponylang/ponyc/blob/master/examples/helloworld/main.pony
And you can play around with it in your browser:
http://pony-playpen.lietar.net